Apache Serving 403 Forbidden after OS X Snow Leopard Upgrade to Version 10.6.6
Posted
by
Ian Oxley
on Server Fault
See other posts from Server Fault
or by Ian Oxley
Published on 2011-01-08T15:55:32Z
Indexed on
2011/01/08
16:55 UTC
Read the original article
Hit count: 336
I've just upgraded my MacBook Pro to OS X Snow Leopard version 10.6.6 and now Apache is misbehaving:
- requests to http://localhost/ generate a 403 Forbidden response -- FIXED
- requests to any of my virtual hosts seem to generate a 200 Ok response, but contain zero bytes
Some further info that might be useful:
- I'm using the Apache that comes bundled with OS X.
- I'm using PHP from http://www.entropy.ch/software/macosx/php/ (which is in /usr/local/bin)
I've had look at the Apache error log and the only error seems to be the following:
[notice] child pid 744 exit signal Segmentation fault (11)
I'm completely stumped by this. Any help would be much appreciated.
UPDATE Ok, I've managed to resolve the 403 Forbidden error thanks to http://techtrouts.com/mac-os-x-105-web-sharing-forbidden-403-on-httplocalhostusername/
I'm still having the second problem though for any request e.g. this now happens when I request http://localhost
© Server Fault or respective owner