As soon as I add to httpd.conf the line:
AddModule mod_php3.c
I get:
-----------------------_
Method Not Allowed
The requested method GET is not allowed for the URL /
Apache/1.3.12 Server at xxx.xxx.xxx.xxx Port 8080
-----------------------_
Otherwise, Apache is installed and running fine. With PHP disabled, I can browse the site fine.
Please help--how do I get PHP enabled?
As may be evident from the above, this is PHP3 with Apache1.3.12, and it happens to be running on port 8080 on Irix 6.5.3m
One possibly non-trivial note is that attempting to access some file in the root directory (say "foo.php3") works fine normally (without the PHP code executing, of course) but once I attempt to do AddModule attempting to access files gives me a 404, almost as though adding the module changed my document root to something which is unreadable.
httpd.conf and php.ini files available on request. Thanks in advance for any help you can give me!