[SOLUTION]
When you don't tell appache what IPs/Ports to listen to it wont listen to any...
Apaches Listen directive should have at least one
IP:Port entry or just the default entry 80
[/SOLUTION]
Hello everybody!
apparently if have run into problems with apache. here's the deal:
I installed apache a few days ago and up untill yesterday everything was fine, I opened the fiirewall for http traffic and could se the website from all computers on my local network. today though it is a whole different matter, the webervers IP doesn't work on any machine nor does it work on the webserver itself. the httpd process is running but it doesn't generate any access or error logs linked to the traffic, the only thing that gets logged is an error log on restart:
Code:
[Tue May 11 14:08:32 2010] [notice] Graceful restart requested, doing restart
[Tue May 11 14:08:33 2010] [notice] Digest: generating secret for digest authentication ...
[Tue May 11 14:08:33 2010] [notice] Digest: done
[Tue May 11 14:08:33 2010] [error] python_init: Python version mismatch, expected '2.6', found '2.6.2'.
[Tue May 11 14:08:33 2010] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 11 14:08:33 2010] [error] python_init: Python path being used '/usr/lib64/python26.zip:/usr/lib64/python2.6/:/usr/lib64/python2.6/plat-linux2:/usr/lib64/python2.6/lib-tk:/usr/lib64/python2.6/lib-old:/usr/lib64/python2.6/lib-dynload'.
[Tue May 11 14:08:33 2010] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Tue May 11 14:08:33 2010] [notice] mod_python: using mutex_directory /tmp
[Tue May 11 14:08:33 2010] [notice] Apache/2.2.14 (Unix) DAV/2 PHP/5.3.2 mod_python/3.3.1 Python/2.6.2 mod_ssl/2.2.14 OpenSSL/1.0.0-fips-beta4 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
And I don't know how to deal with that..
If anybody has had a simmilar issue or has aby ideas at all please reply.
thanks.
PS: I know the fedora forum might not be the correct place to seek guidance on webserver issues, if you know of other communities that are more relevant go ahead and mention them. cheers!