surfturtle

Member
Jan 7, 2002
23
0
301
Hello,
This is the first time i'm posting in this Forum so I hope you guys will help me out with this.

I installed Apache::ASP from http://layer1.cpanel.net/apache-asp.sea

It did not show any errors during the installation so i thought that the installation was successfull. Then I tried to run the test scripts from /sites/eg as mentioned on apache-asp.org but they do not work. I get the following error:

_________________________________
500 Internal Server Error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
Did you make the necessary tweaks to your httpd.conf as mentioned on the apache-asp site?

Keep in mind this perl module that simulates ASP is a far cry from the actual asp engine as offered on IIS boxes or by Chilisoft ASP...... it really isn't even close- yet.
 

surfturtle

Member
Jan 7, 2002
23
0
301
Yes i have already made the changes to the following in Apache ASP as mentioned on their website:

&Directory / &
Options FollowSymLinks
AllowOverride All
&/Directory&






But the problem is still there. I cannot even run the test ASP scripts included in the ApacheASP installation.