QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 734|回复: 1

请教大虾,如何在Apache上面运行ASP?

[复制链接]
发表于 2005-6-10 21:23:23 | 显示全部楼层 |阅读模式
我装了apache2.0,我想在上面运行ASP,但不知怎么配,还请大虾指教。
发表于 2005-6-11 01:01:02 | 显示全部楼层
/etc/httpd/conf.d/asp.conf:

PerlModule  Apache::ASP

<Files ~ (\.asp)>
        SetHandler  perl-script
        PerlHandler Apache::ASP
        PerlSetVar  Global .
        PerlSetVar  StateDir /tmp/asp
</Files>





wget http://www.cpan.org/authors/id/C/CH/CHAMAS/Apache-ASP-2.57.tar.gz
tar zxvf Apache-ASP-2.57.tar.gz
perl Makefile.PL ; make ; make install


or

perl -MCPAN -eshell
       cpan> install MLDBM::Sync
       cpan> install Bundle::Apache::ASP
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 20:41 , Processed in 0.043064 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表