Forum Moderators: phranque

Message Too Old, No Replies

Bind problem

Something to do with make_sock?

         

ahmedtheking

2:20 pm on Aug 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



For some reason, Apache fails to start! Here's what the log says:
Processing config directory: /etc/httpd/sites/*.conf
Processing config file: /etc/httpd/sites/0000_192.168.1.14_80.conf
Processing config file: /etc/httpd/sites/admin.conf
Processing config file: /etc/httpd/sites/aliases.conf
Processing config file: /etc/httpd/sites/ban.conf
Processing config file: /etc/httpd/sites/php5.conf
Processing config file: /etc/httpd/sites/ssl.conf
Processing config file: /etc/httpd/sites/virtual_host_global.conf
[Mon Aug 6 15:18:49 2007] [crit] (48)Address already in use: make_sock: could not bind to address 192.168.1.14 port 443

Any ideas?

jdMorgan

3:32 pm on Aug 6, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you're on Windows, then disable the bundled IIS server -- If IIS is bound to the port, then Apache won't be able to connect to it.

If you're not on Windows, then perhaps you have a partially-uninstalled previous version of Apache still bound o that port. Or perhaps you've got another virtual server configured to bind to that port already.

Doing a search on the "Address already in use: make_sock: could not bind to address" error message will turn up a lot more info.

Jim

ahmedtheking

4:57 pm on Aug 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yeah tried searching, turned up nothing! Really stuck on this!