|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
installing & configuring asp module
I just installed apache on a linux redhat 7.1 platform
Inorder to run the website I need to be able to run asp file since some of the sites files are asp files I installed Apache ASP 2.29 on the system assuming that it installed correctly since I have followed the instructions it should be working correctly I ran the site up but the asp files didn't read there was a message about internal server error If any of you have the same experience please help me out or if you have any information on why it's happening If you have any comments please tell me so I can configure it to work properly Installation of Apache ASP Procedures Taken: > perl Makefile.PL > make > make test > make install then in the httpd.conf file <Files ~ (\.asp)> SetHandler perl-script PerlModule Apache::ASP PerlHandler Apache::ASP PerlSetVar Global . PerlSetVar StateDir /tmp/asp </Files> |
|
#2
|
|||
|
|||
|
Did you read Apache::ASP's requirement? It required to have mod_perl installed to get Apache::ASP works.
http://www.apache-asp.org/install.html |
|
#3
|
|||
|
|||
|
>> then in the httpd.conf file...
This should be fine: <Files ~ "\.asp"> SetHandler perl-script PerlHandler Apache::ASP PerlSetVar Global /tmp </Files> >> since some of the sites files are asp files Just so you know, Apache::ASP is not the same as asp on win32. Do you think you still need to install it? |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > installing & configuring asp module |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|