ST_Admin
05-15-2005, 04:15 AM
Apache error: could not bind address
" Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address #.#.#.#:80 no listening sockets available, shutting down "
Its not usualy a good idea to bind apache to an IP, just let it run normaly on the IPS available. If you still want to bind it to an IP then you must bind it to a local IP.
" Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address #.#.#.#:80 no listening sockets available, shutting down "
Its not usualy a good idea to bind apache to an IP, just let it run normaly on the IPS available. If you still want to bind it to an IP then you must bind it to a local IP.