找回密码
 注册
查看: 594|回复: 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, 2025-2-19 08:10 , Processed in 0.041612 second(s), 15 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

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