|
Posted by benkasminbullock@gmail.com on March 11, 2008, 11:17 pm
Please log in for more thread options
On Mar 11, 3:37 am, asmita.jo...@gmail.com wrote:
> Anyone have any clues what is going wrong with my apache/modperl
> configuration?
One problem which might be occurring is that mod_perl doesn't like
running files which are viewable by the web server (under /var/htdocs/
or similar). So if your file is in a place where it can be served up
as if it was an HTML file, then mod_perl refuses to run it as a
script.
That doesn't seem to be the case from what you described, but it might
be worth checking.
|