Eraser wrote:
# # ASP # PerlModule Apache2 <Files ~ (\.asp)> SetHandler perl-script PerlHandler Apache::ASP PerlSetVar StateDir /tmp/asp </Files>-- I'm out of ideas, I've recompiled again, put everything in that was on Apache 1.3.x and still get the same error, above is what is in the httpd.conf Am I missing anything?
Does it help if you do not load Apache2 ? Try to load PerlModule Apache::ASP in the httpd.conf too. Finally, if all else fails try switching back to 1.3.x if reporting this problem to the mod_perl list does not help. Reports of mod_perl2 problems should likely be prefaced with [MP2] in the subject line. Regards, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
