Article:
 |
|
Apache Web-Serving with Mac OS X: Part 1
|
| Subject: |
|
Web Sharing Starting Up... |
| Date: |
|
2007-02-18 05:51:09 |
| From: |
|
shuffm
|
|
|
|
Great article. I want to start doing this. I have a brand new MacBook Pro. I haven't really installed anything on it yet.
I followed the directions, and web sharing just says it's starting but never starts.
I went to the terminal and typed: sudo apachectl start
I get this:
Processing config directory: /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/+entropy-php.conf
Syntax error on line 8 of /private/etc/httpd/users/+entropy-php.conf:
Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
/usr/sbin/apachectl start: httpd could not be started
I'm a Windows and ASP guy. I have no clue how to get the server running. Sounds easy, but something is apparently not working. A couple other people have the same problem on this post, but I see no solutions. Please help...anybody. Thanks.
|
Showing messages 1 through 6 of 6.
-
Web Sharing Starting Up...
2007-10-20 00:21:25
darren14
[View]
-
Web Sharing Starting Up...
2007-09-04 06:04:38
august29of73
[View]
-
Web Sharing Starting Up...
2007-03-16 14:44:03
wencryo
[View]
-
Web Sharing Starting Up...
2007-03-16 17:01:09
pnolans
[View]
-
Solved my own problem.
2007-02-18 07:09:47
shuffm
[View]
-
The website URL
2007-02-18 07:11:02
shuffm
[View]
If yes, just go to Systems Preferences click sharing then check Personal Web Sharing
And if you have another Apache version installed, uncheck the Personal Web Sharing. Then, open your terminal. I am sure that you have a directory local that resides on /usr/ ... it goes this way /usr/local/apache2/bin/./apachectl -k start
this should solve your problem...