search for: make_sock

Displaying 20 results from an estimated 20 matches for "make_sock".

2011 Dec 10
3
Reboot problem with Apache
I have CentOS 6 and with webmin/virtualmin panel, and each time that I reboot Apache can't start: Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down I do: netstat -tulpn| grep :80 tcp 0 0 :::80 :::* LISTEN 1584/httpd killall -9 httpd And then Apache can sta...
2005 Sep 23
6
OT Apache Question
Hi LIst; I would like to bring apache up to listen on an lternate port (like 81 instead of 80) however if I change the listen value in the httpd.conf file then it fails to start saying that : (13)Permission denied: make_sock: could not bind to address :81 any Ideas??
2020 Jun 16
5
Apache (httpd) fails to start at boot - Centos 8.1
If I do 'systemctl start httpd', apache will start right up. But during boot, it doesn't and I get the resulting errors below. Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to address 10.20.30.11:80 Jun 15 21:17:28 dream httpd[1534]: no listening sockets available, shutting down Jun 15 21:17:28 dream httpd[1534]: AH00015: Unable to open logs Jun 15 21:17:29 dream systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE Jun 15 21:17...
2010 Dec 25
1
segfault
...a in ?? () No symbol table info available. #5 0x00002b30a3fbc27d in ap_mpm_run () No symbol table info available. #6 0x00002b30a3f96e48 in main () No symbol table info available. (gdb) run Starting program: /usr/sbin/httpd [Thread debugging using libthread_db enabled] (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Program exited with code 01. Please advice. Thank you, Sandeil
2012 May 13
6
Puppetmaster with apache/passenger on SL6
...#39;'m facing loads of trouble. I also move away from WEBrick to apache/passenger, following the instruction here: http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger > and I can''t start httpd any more. It fails with this: Starting httpd: (98)Address already in use: make_sock: could not bind to > address [::]:8140 > (98)Address already in use: make_sock: could not bind to address > 0.0.0.0:8140 > no listening sockets available, shutting down > Unable to open logs > The problem comes from the virtual-host file for *puppetmaster, *in which it listeni...
2014 Mar 03
2
weird apache issue
...restart apache via the stock init script that comes with apache: [root at beta:~] #service httpd restart Stopping httpd: [FAILED] Starting httpd: [Mon Mar 03 11:21:14 2014] [warn] module php5_module is already loaded, skipping (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80<http://0.0.0.0/> no listening sockets available, shutting down Unable to open logs [FAILED] [root at beta:~] # IT complain...
2007 Oct 03
1
Vlad problems
...ping 2 Mongrel servers... mongrel_rails stop -P log/mongrel.8000.pid -c /var/www/www2.sustainablewebsites.com/current mongrel_rails stop -P log/mongrel.8001.pid -c /var/www/www2.sustainablewebsites.com/current Starting 2 Mongrel servers... httpd not running, trying to start (13)Permission denied: make_sock: could not bind to address [::]:80 (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs rake aborted! execution failed with status 1: ssh www2.sustainablewebsites.com apachectl restart Questions 1) apache is runnin...
2007 Mar 22
2
apache error
Hi, i restarted my apache and now im getting this error. Stopping httpd: [FAILED] Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 no listening sockets available, shutting down Unable to open logs [FAILED] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attac...
2010 Mar 18
2
cannot start or stop apache due to ssl changes
...ssl_gd.conf) but could not stop or start apache and this was the error /sbin/service httpd start Starting httpd: [Thu Mar 18 09:10:32 2010] [warn] module ssl_module is already loaded, skipping [Thu Mar 18 09:10:32 2010] [warn] NameVirtualHost *:443 has no VirtualHosts (98)Address already in use: make_sock: could not bind to address [::]:443 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs I re-generated the self signed certificate keys and restarted the server. /sbin/service httpd start is looking for s...
2004 Aug 06
2
launching icecast/ices from webinterface
...erface. fine so far, but now i see strange things: both ices & icecast, once started , (ices -B ... , icecast -b ...), both processes and their childs are listening also to port 80, besides their normal operation. i've found out because apache didn't restart (Address already in use: make_sock: could not bind to port 80). "fuser -n tcp 80" tells me the processes listening to that port. this only happens when starting ices/icecast from the webinterface (with php4 exec()) i'm not sure, but since i've restarted apache often before without problems, i assume that it has t...
2020 Jun 16
3
Apache (httpd) fails to start at boot - Centos 8.1
...06 PM, Jay Hart wrote: >> If I do 'systemctl start httpd', apache will start right up.? But >> during boot, it doesn't and I >> get the resulting errors below. >> >> Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested >> address: AH00072: make_sock: could >> not bind to address 10.20.30.11:80 > > > httpd is starting before an interface has been configured with 10.20.30.11. > > The default configuration starts httpd after "network.target" but you > want to start it after "network-online.target"....
2006 Oct 12
2
Multiple Instances of Apache on the same IP
.../www/html" DocumentRoot "/var/www/html" When I start either apache it works but when I try to start both the second one doesn't start. Error Message: When I start config-1 first and then config-2 I get the following error message Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs When I start config-2 first and the config-1 I get nothing. I suspect the problem is loading the SSL module which in both cases is trying to listen on port 443. So short of removing the ssl....
2012 Sep 28
5
Apache : Listen on ports other than 80
Sent from my BlackBerry wireless device from MTN -----Original Message----- From: adekunleadekoya at gmail.com Date: Fri, 28 Sep 2012 18:49:33 To: <CentOS at mailing.list> Reply-To: adekunleadekoya at gmail.com Subject: Apache : Listen on ports other than 80 Hi, I just install centos 6.3 on my oracle virtualbox. I tried 2 configure apache 2 listen on port say 1010 but after adding a
2020 Jun 16
0
Apache (httpd) fails to start at boot - Centos 8.1
On 6/15/20 7:06 PM, Jay Hart wrote: > If I do 'systemctl start httpd', apache will start right up. But during boot, it doesn't and I > get the resulting errors below. > > Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested address: AH00072: make_sock: could > not bind to address 10.20.30.11:80 httpd is starting before an interface has been configured with 10.20.30.11. The default configuration starts httpd after "network.target" but you want to start it after "network-online.target". IIRC: run "systemctl edit ht...
2020 Jun 16
0
Apache (httpd) fails to start at boot - Centos 8.1
...gt;>> If I do 'systemctl start httpd', apache will start right up.? But >>> during boot, it doesn't and I >>> get the resulting errors below. >>> >>> Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested >>> address: AH00072: make_sock: could >>> not bind to address 10.20.30.11:80 >> >> >> httpd is starting before an interface has been configured with >> 10.20.30.11. >> >> The default configuration starts httpd after "network.target" but you >> want to start it after...
2020 Jun 16
1
Apache (httpd) fails to start at boot - Centos 8.1
...o 'systemctl start httpd', apache will start right up.? But >>>> during boot, it doesn't and I >>>> get the resulting errors below. >>>> >>>> Jun 15 21:17:28 dream httpd[1534]: (99)Cannot assign requested >>>> address: AH00072: make_sock: could >>>> not bind to address 10.20.30.11:80 >>> >>> >>> httpd is starting before an interface has been configured with >>> 10.20.30.11. >>> >>> The default configuration starts httpd after "network.target" but you >&g...
2004 Aug 06
0
launching icecast/ices from webinterface
...now i see strange things: > both ices & icecast, once started , (ices -B ... , icecast -b ...), > both processes and their childs are listening also > to port 80, besides their normal operation. > i've found out because apache didn't restart (Address already in use: > make_sock: could not bind to port 80). > "fuser -n tcp 80" tells me the processes listening to that port. > this only happens when starting ices/icecast from the webinterface > (with php4 exec()) Probably this is because exec() is keeping 80 open as stdin/stdout for the child processes. Y...
2007 Mar 22
1
(WAS:Re: apache error)
...arl at klxsystems.net> wrote: > > Mark Quitoriano wrote: > > > Hi, > > > > i restarted my apache and now im getting this error. > > > > Stopping httpd: [FAILED] > > Starting httpd: (98)Address already in use: make_sock: could not bind > > to address [::]:80 > > no listening sockets available, shutting down > > Unable to open logs > > [FAILED] > > it's saying it thinks port 80 is taken. lsof is a good program, I > forg...
2015 Dec 17
2
Network services start before network is up since migrating to 7.2
...emd[1]: Started IPv4 firewall with iptables. d?c. 17 10:21:35 myserver systemd[1]: Starting LSB: Bring up/down networking... d?c. 17 10:21:35 myserver network[790]: Activation de l'interface loopback : [ OK ] d?c. 17 10:21:36 myserver httpd[686]: (99)Cannot assign requested address: AH00072: make_sock: could not bind to address 172.19.XX.XX:443 d?c. 17 10:21:36 myserver httpd[686]: no listening sockets available, shutting down d?c. 17 10:21:36 myserver httpd[686]: AH00015: Unable to open logs d?c. 17 10:21:36 myserver systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILU...
2015 Dec 17
0
Network services start before network is up since migrating to 7.2
...ll with iptables. > d?c. 17 10:21:35 myserver systemd[1]: Starting LSB: Bring up/down > networking... > d?c. 17 10:21:35 myserver network[790]: Activation de l'interface loopback > : [ OK ] > d?c. 17 10:21:36 myserver httpd[686]: (99)Cannot assign requested address: > AH00072: make_sock: could not bind to address 172.19.XX.XX:443 > d?c. 17 10:21:36 myserver httpd[686]: no listening sockets available, > shutting down > d?c. 17 10:21:36 myserver httpd[686]: AH00015: Unable to open logs > d?c. 17 10:21:36 myserver systemd[1]: httpd.service: main process exited, > code=...