similar to: apache error

Displaying 20 results from an estimated 9000 matches similar to: "apache error"

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
2007 Mar 22
1
(WAS:Re: apache error)
On 3/22/07, Karl R. Balsmeier <karl 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 > >
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:
2010 Dec 25
1
segfault
Hi, We have seen this messages on one of our server. OS: CentOS 5.5 Processor: Xeon E5520 @ 2.27GHz Memory: 24 GB localhost ]# rpm -qa | grep httpd httpd-2.2.3-43.el5.centos.3 system-config-httpd-1.3.3.3-1.el5 httpd-devel-2.2.3-43.el5.centos.3 httpd-devel-2.2.3-43.el5.centos.3 Need help in collecting data and solve the issue. Below are the details message kernel: httpd[2090]: segfault at
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??
2014 Mar 03
2
weird apache issue
Hey all, I'm having a little bit of a weird issue on my web host. I was just wondering if anyone's seen anything like this before. The problem is that you can't seem to 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]
2010 Mar 18
2
cannot start or stop apache due to ssl changes
Apache was working with self signed certificate. We changed the ssl.conf file to read certicates from godaddy and it it failed to restart because of incorrecrt parphrase. bash-3.2# /sbin/service httpd restart Stopping httpd: [ OK ] Starting httpd: Apache/2.2.3 mod_ssl/2.2.3 (Pass Phrase Dialog) Some of your private key files are encrypted for
2012 May 13
6
Puppetmaster with apache/passenger on SL6
Dear experts, Since I''ve moved my *puppetmaster* form SL5 (Scientific Linux) to SL6 with SELinux on, I''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
2020 Jun 16
3
Apache (httpd) fails to start at boot - Centos 8.1
Il 16/06/20 06:21, Gordon Messmer ha scritto: > 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
2006 Oct 12
2
Multiple Instances of Apache on the same IP
Hi All, I'm trying to run multiple instances ( 2 ) of Apache on a single IP address. I need this because I need the two instances to run as different users. I've set up two config files with the following: config-1 config-2 ServerRoot "/etc/httpd" ServerRoot "/etc/httpd" Listen 10.220.1.156:80
2005 Aug 05
3
compiling rpms
Hi! i compiled rpms like postfix with mysql support. My problem is when i compile programs i can't distinguish the difference between postfix w/o mysql and postfix w/ mysql because they have the same filename(postfix-2.x.x.i386.rpm), what i like to happen is when i compile postfix w/ mysql support it will show something like postfix-mysql-2.x.x.i386.rpm. so when i install and try to query it,
2006 Mar 25
5
compiling Zaptel-1.2.4 on CentOS 4.3
Hi Guys, Im having a problem compiling zaptel 1.2.4 on CentOS 4.3, anyone encountered this problem before? Here's the error i got: make -C /lib/modules/2.6.9-34.EL/build SUBDIRS=/usr/src/zaptel-1.2.4 XPPMOD= modules make[1]: Entering directory `/usr/src/kernels/2.6.9-34.EL-i686' CC [M] /usr/src/zaptel-1.2.4/zaptel.o /usr/src/zaptel-1.2.4/zaptel.c:384: error: syntax error before
2007 Mar 14
3
DNIS/DNID
Hi i have an asterisk pbx with E1 port connected to another PBX. Im trying to send the DNID/DNIS to the PBX here's my dialplan exten => 8881111111,1,Dial(ZAP/g2) exten => 8881111111,n,Hangup() The PBX just get the number 2 as it's DNIS when i change it to ZAP/1 or ZAP/g1 the PBX get the number 1. What should i add to send the extension number as DNID/DNIS? Thanks! --------------
2006 Mar 25
5
compiling Zaptel-1.2.4 on CentOS 4.3
Hi Guys, Im having a problem compiling zaptel 1.2.4 on CentOS 4.3, anyone encountered this problem before? Here's the error i got: make -C /lib/modules/2.6.9-34.EL/build SUBDIRS=/usr/src/zaptel-1.2.4 XPPMOD= modules make[1]: Entering directory `/usr/src/kernels/2.6.9-34.EL-i686' CC [M] /usr/src/zaptel-1.2.4/zaptel.o /usr/src/zaptel-1.2.4/zaptel.c:384: error: syntax error before
2006 Oct 12
5
unauthenticated calls
Hi list, i noticed from the cli my asterisk box is accepting unauthenticated calls how can i prevent this? CLI: -- Accepting UNAUTHENTICATED call from 192.168.0.2: > requested format = gsm, > requested prefs = (), > actual format = ulaw, > host prefs = (g729|ulaw|alaw), > priority = mine -------------- next part -------------- An HTML
2005 Oct 22
2
apt repository
Is there a problem with apt-get repo? i get 404 not found when i try to update the repositories? im using rpm http://mirror.centos.org for my repositories and here's the error of apt. Ign http://mirror.centos.org centos/4.1/apt/i386 release Err http://mirror.centos.org centos/4.1/apt/i386/os pkglist 404 Not Found [IP: 64.92.174.74 <http://64.92.174.74> 80] Ign http://mirror.centos.org
2006 Jun 15
7
-bash: /bin/mv: Argument list too long
what's a workaround for this? -bash: /bin/mv: Argument list too long -- Regards, Mark Quitoriano, CCNA Fan the flame... http://www.spreadfirefox.com/?q=user/register&r=19441 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060615/6946660e/attachment-0002.html>
2007 Oct 03
1
Vlad problems
I am having trouble getting rake vlad:start to work.. here is the output: ivan:04:39 PM:www2.sustainablewebsites.com> rake vlad:start (in /Users/ivan/Sites/www2.sustainablewebsites.com) !!! PID file log/mongrel.8000.pid does not exist. Not running? mongrel::stop reported an error. Use mongrel_rails mongrel::stop -h to get help. !!! PID file log/mongrel.8001.pid does not exist. Not running?
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
2005 Dec 01
1
syslog doesn't start
Im having a problem with my syslog service. Im using CentOS 4.2 and the syslog just hung when it is starting, how can i troubleshoot this? there's no log of course it's syslog. -- Regards, Mark Quitoriano, CCNA Fan the flame... http://www.spreadfirefox.com/?q=user/register&r=19441 -------------- next part -------------- An HTML attachment was scrubbed... URL: