免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2040 | 回复: 4
打印 上一主题 下一主题

apache+asp [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-07-02 09:50 |只看该作者 |倒序浏览
3可用积分
在linux下搭建apache+asp环境哪位仁兄搞过,请帮我描述一下搭建过程 谢谢!!!!!!!!!!!!

论坛徽章:
0
2 [报告]
发表于 2008-07-03 16:45 |只看该作者
apache +asp + mysql        

好像,我查过有几内容, 网上有这样的资料 ,不过很少。而且看来相当麻烦

论坛徽章:
2
2015年辞旧岁徽章
日期:2015-03-03 16:54:1515-16赛季CBA联赛之上海
日期:2016-05-05 09:45:14
3 [报告]
发表于 2008-07-05 13:46 |只看该作者
网上有,,,这个应该不难,APACHE装一个模块就成了,

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
4 [报告]
发表于 2008-07-05 16:37 |只看该作者

  1. Download and CPAN Install


  2. You may download the latest Apache::ASP from your nearest CPAN, and also:
  3.   [url]http://cpan.org/modules/by-module/Apache/[/url]
  4.   [url]ftp://ftp.duke.edu/pub/perl/modules/by-module/Apache/[/url]

  5. As a Perl developer, you should make yourself familiar with the CPAN.pm module, and how it may be used to install Apache::ASP, and other related modules. The easiest way to install Apache::ASP for the first time from Perl is to fire up the CPAN shell like:
  6. shell prompt> perl -MCPAN -e shell
  7.   ... configure CPAN ...
  8.   ... then upgrade to latest CPAN ...
  9. cpan> install CPAN
  10.   ...
  11. cpan> install Bundle::Apache::ASP

  12. Installing the Apache::ASP bundle will automatically install all the modules Apache::ASP is dependent on as well as Apache::ASP itself. If you have trouble installing the bundle, then try installing the necessary modules one at a time:
  13. cpan> install MLDBM
  14. cpan> install MLDBM::Sync
  15. cpan> install Digest::MD5  *** may not be needed for perl 5.8+ ***
  16. cpan> install Apache::ASP

  17. For extra/optional functionality in Apache::ASP 2.31 or greater, like support for FormFill, XSLT, or SSI, you can install this bundle via CPAN:
  18.   cpan> install Bundle::Apache::ASP::Extra

  19. Regular Perl Module Install


  20. If not doing the CPAN install, download Apache::ASP and install it using the make or nmake commands as shown below. Otherwise, just copy ASP.pm to $PERLLIB/site/Apache
  21.   > perl Makefile.PL
  22.   > make
  23.   > make test
  24.   > make install

复制代码

在网上搜一下 有很多这样的文章
其实就安一个 apache::asp的模块而以

论坛徽章:
0
5 [报告]
发表于 2008-07-07 11:20 |只看该作者
我在网上找了几分质料 但我的版本是as4的 所以怎么装都不成功
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP