Somsak RAKTHAI wrote:
> 
> Dear member,
>   I used Apache-ASP-2.21, mod_perl-1.26, apache_1.3.20, openssl-0.9.6
> mod_ssl-2.8.4-1.3.20 running on Red-Hat-7.1 Linux.
>   I used script "build_httpds.sh" in "Apache-ASP-2.21/make_httpd"
> to install that can install success.
>   I config httpd.conf below.
> 
> <Directory />
>     Options FollowSymLinks
>     AllowOverride All
> </Directory>
> 
> AllowOverride All
> 
>   And I copy all file in ./site/eg include ".htaccess" from
> "Apache-ASP-2.21" to "/usr/local/apache/htdocs".
>   But I can not run any ASP file in "/usr/local/apache/htdocs/site/eg".
>   It has error message "Internal Server Error" on my browser.
>   In error_log have message below.
> 
> [Sat Sep  8 20:55:50 2001] [error] Undefined subroutine &Apache::ASP::handler
> 

Make sure you also install Apache::ASP as a perl module,
with perl Makefile.PL; make test; make install

Then also make sure to stop/start apache, which is important
to do whenever you do a major perl module installation.

Later on, when performance tuning, make sure to add
PerlModule Apache::ASP to your httpd.conf.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to