views:

109

answers:

0

I'm using Apache for my website, so that I can see it on other computers on the LAN, and it worked fine until recently, where I suddenly can't access my site from my local IP, even through I have web sharing enabled. I just get a message that it can't connect to the server. I can still visit it through localhost. When I start Apache through commandline (apachectl start) it's starting fine, but posting this in the error log:

[Wed Jan 06 21:23:18 2010] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
mod_bonjour: Skipping user 'ulrikdamm' - cannot read index file '/Users/ulrikdamm/Sites/index.html'.
[Wed Jan 06 21:23:18 2010] [notice] Digest: generating secret for digest authentication ...
[Wed Jan 06 21:23:18 2010] [notice] Digest: done
[Wed Jan 06 21:23:18 2010] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 PHP/5.3.0 configured -- resuming normal operations

It says that it's skipping my user, because it can't find index.html (my index file is index.php?), but even the "It works!" page can't load.

Please help me, I've been trying to find a solution but without result.