Apache is running but there is no page displayed

Posted by Michael Ozeryansky on Server Fault See other posts from Server Fault or by Michael Ozeryansky
Published on 2010-06-06T04:46:32Z Indexed on 2010/06/06 20:53 UTC
Read the original article Hit count: 391

Filed under:
|
|
|

I am on a Mac OSX and I am using the built in PHP and Apache2. I have been setting up MySQL and finally when I got MySQL working my local site won't display. Do note that I did have the web server running and delivering PHP enabled pages, just no database connection. But my question is not about MySQL.

I have changed various settings in the 'http.conf' file, and I have the line: '127.0.0.1 localhost' in my hosts file. I also have other alias' pointing to 127.0.0.1.

I have checked everything I could about Apache and I have made sure that any message in the error_log is ok. I currently have my errorLevel set to debug, so I get all the messages.

At this point (HOURS of self fixing) I think I need help.

What can I provide for someone to figure this out with me. Thanks.

© Server Fault or respective owner

Apache is running but there is no page displayed

Posted by Michael Ozeryansky on Stack Overflow See other posts from Stack Overflow or by Michael Ozeryansky
Published on 2010-06-06T04:46:32Z Indexed on 2010/06/06 4:52 UTC
Read the original article Hit count: 392

Filed under:
|
|
|

I am on a Mac OSX and I am using the built in PHP and Apache2. I have been setting up MySQL and finally when I got MySQL working my local site won't display. Do note that I did have the web server running and delivering PHP enabled pages, just no database connection. But my question is not about MySQL.

I have changed various settings in the 'http.conf' file, and I have the line: '127.0.0.1 localhost' in my hosts file. I also have other alias' pointing to 127.0.0.1.

I have checked everything I could about Apache and I have made sure that any message in the error_log is ok. I currently have my errorLevel set to debug, so I get all the messages.

At this point (HOURS of self fixing) I think I need help.

What can I provide for someone to figure this out with me. Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about apache