| Article: |
Apache Web-Serving with Mac OS X: Part 1 | |
| Subject: | httpd could not be started | |
| Date: | 2006-11-17 15:05:36 | |
| From: | simple_ton | |
|
Hello, my trouble is that in my OS X preferences under Sharing, Personal Web Sharing does not respond properly when I select Stop or Start.
|
||
Showing messages 1 through 5 of 5.
-
httpd could not be started SOLUTION
2007-07-26 06:30:45 AlfredoSanchez [Reply | View]
I know the above is an old post, but I had this problem today and found this post in Google.
So for others with the same issue:
I had the same problem. I installed Entropy, then afterwards the Personal Web Sharing service (aka Apache server) refused to start because of a "Bus Error".
It's because Entropy tried installing PHP 5 when I had already tried installing PHP 4 myself. The solution for me was:
Open the /private/etc/httpd/httpd.conf file and remove all lines with references to PHP4.
Reinstall Entropy.
Restart apache (at the terminal: "sudo httpd restart")
The bus error then disappears and Personal Web Sharing starts with no problems.





i had the exact same problem, i had php5 installed but as i had some new wordpress installations the httpd.conf file was altered. commenting out the refernces to PHP4 worked and apache is running again.