Helpful Information
 
 
Category: Apache Development
problem with php after apache upgrade

Hi, they just upgraded my webserver to apache 1.3.17
and now I always get these errors on all my PHP pages

What's changed that all my code wont' work now, please help!

Method Not Allowed
The requested method POST is not allowed for the URL /~simpson/test/test.html

If there is UserDir public_html somewhere in httpd.conf, then show us the Directory block of:
<Directory /home/*/public_html>
..
..
..
</Directory>

If it wasn't named public_html, then show us the equivalent one.

That block is totally commented out, should it be uncommented and used?

doh I just saw the posts lower down, I'll read them first....sorry that I didn't do that first!

>>should it be uncommented and used?

Exactly. Also make sure UserDir is not uncommented.

If there is still a problem, that has to do with your <Limit> or <LimitExcept> blocks within your <Directory> block.










privacy (GDPR)