(OS 10048)Only one usage of each socket address
Posted: Mon Jan 09, 2006 10:20 am
I've been getting this error when running apache. I did an search which led me to try the following. Anyone have any ideas how to get past this?
What I've tried:
1. Modified ssl.default.conf
a. changed Listen 443 to Listen 4430 <-No Luck
b. I commented out the the following line to see if I could pass the error ( I don't need SSL) #LoadModule ssl_module modules/mod_ssl.so
By commenting out the line, all it did was produce the second error (Below)
1. Modified httpd.conf
a. changed Listen 80 to Listen 8080 <- No luck
Win XP
No firwall no IIS
Code: Select all
F:\Program Files\xampp\apache\bin>apache
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs1. Modified ssl.default.conf
a. changed Listen 443 to Listen 4430 <-No Luck
b. I commented out the the following line to see if I could pass the error ( I don't need SSL) #LoadModule ssl_module modules/mod_ssl.so
By commenting out the line, all it did was produce the second error (Below)
1. Modified httpd.conf
a. changed Listen 80 to Listen 8080 <- No luck
Code: Select all
F:\Program Files\xampp\apache\bin>apache
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted. : make_sock: could not bind to address 0.0.0.0:8080
no listening sockets available, shutting down
Unable to open logsWin XP
No firwall no IIS