Apache :: 2.4 Randomly Stop Responding
Feb 21, 2012
I use apache 2.4.1 and mod_fcgid (same config form apache 2.2.22+mod_fcgid 2.3.6) and without any error message, apache stop responding randomly.There is no problem with apache 2.2.22+mod_fcgid 2.3.6 and with apache 2.4.1 + php5_module i have
View 19 Replies
ADVERTISEMENT
Nov 19, 2007
I'm having a very odd problem with one of my Linux (CentOS) cpanel server, all the server's services (http, ssh, mail, dns, etc) stop responding but the server still responds to ping.
I can't find anything wrong at all on the log files either, and the technicians that manually restart the server have told me that there is no indication of a problem on the screen.
I suspected a hardware issue and had the data center techs run a hardware test on the server but everything cleared ok.
This issue started a couple of weeks ago, no major upgrade or install took place when it started happening. From what i can see the halts are completely random, some times it goes for days without it happening and some times it happens just hours after the reboots.
View 14 Replies
View Related
Mar 24, 2009
I have a very strange problem. Yesterday morning I got a "server down" alert. Restarted httpd and everything run ok ... until today morning, the same problem again.
Symptoms:
1. The webserver did not stop working, it just took too much time to respond.
2. I cannot find anything suspicious in the logs.
3. I started to log the number of apache processes in 4 minutes interval, it did not increase during the failure but remained at a very reasonable number.
4. Now, almost 3 hrs from the last failure, there are 36 apache processes, each eating 14M RAM, server has 4GB ram total, no swapping, almost 3GB are free (cached).
The question is.
How should I prepare for the expected tommorow failure, to be able finaly localise the problem?
View 7 Replies
View Related
Dec 2, 2014
recently I have update our Apache 2.2 instance to 2.4.10, and started using Apache in Windows 2008 R2 64 bit (before we were using it in Win 2003). Our Apache is used mainly as reverse proxy to 3 apps. Well, it seems that, even if I have scheduled a nightly reboot of its service, every day it hangs, becoming unresponsive and forcing us to restart it to make it work again.
View 2 Replies
View Related
Jan 17, 2014
I have a problem with slow Apache 2.4.4. It's only related with https which is in general 5 time slower than the same site via http. I see this difference on the monitoring software which is measuring response time to http and https every 5 seconds. In some cases i got even timeouts in the browser on https while in the same time site is opening over http - slowly but opens always.
Apache runs on Win2k8 Enterprise, Version 2.4.4 x64 - VC10. Server is connected with quite poor internet connection as it's located in Africa. Despite of connection quality http is working properly all the time.
View 19 Replies
View Related
Feb 13, 2013
Randomly my server goes offline. There is no pattern to this. It can be fine for weeks then have 5 issues in one day. I have to restart Apache and it all come back on.
I'm not sure where to start to look for errors as I'm not that experienced.
Server Info
Windows Server 2008 R2 Standard Edition
PHP Version5.4.9
Apache VersionApache/2.4.1 (Win32)
MySQL version 5.0.10
View 3 Replies
View Related
Mar 12, 2015
my local host is just taking incredibly long to load. At work I've set it up no differently and it works like a charm, but at home, it works.. But at times it doesnt load instantly until I restart my browser. I have to press refresh or enter to login a million times for it to load after the first few seconds I use it.
View 1 Replies
View Related
Jul 23, 2013
I am currently running apache 2.4.4 with Tomcat and randomly i receive the following error when i try to hit the external URL:
Bad Gateway
The proxy server received an invalid response from an upstream server
====================================================
Inside apachie error.log file., i also see the following error, i am not sure if they are related:
"The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed."
=====================================================
Here is my httpd.conf file: .....
View 4 Replies
View Related
Sep 22, 2013
I am trying to fix website [URL] .... I open the site like 20 times a day and like 2 times a day it shows blank page. Which logs I need to check or which tools to use? I have cpanel hosting, apache.
View 1 Replies
View Related
Apr 20, 2009
there is a customer who transferred their site over to our servers and has run into some kind of encoding issue.
They have file on their website named:
EXCL%204810_00%20BeefSkewers.jpg
You can see that the "%20" characters are actually part of the file name on the server.
So the problem is that when they try to call the image in a URL:
[url]
It gives a 404 not found error.
We use apache 2.2.x on our servers, and my admins are stuck on how to fix this.
(Besides renaming the files. The problem is that this issue appears to also effect other text in their database that uses various symbols, such as the ", ', and the degree (for temperature) sign...)
View 3 Replies
View Related
Mar 3, 2015
I encounter a strange issue with Apache. My apache proxy is configured to work as a reverse proxy with virtuals hosts using SSL.
When I try to load a web site page with several ressources, internet navigator begin to load ressources but often stop without ending. It continue to load (cursor) but don't do anything.
On both side (client and server), requests terminate with status 200 so all seem good but... (debug navigateur and acces.log OK)
After several F5 (refresh), all ressources are finally loaded and the html page display correctly.
Here is my configuration :
Server OS : Ubuntu server 14.04.2 (64 bits)
Apache version : 2.4.10
SSL version : 1.0.1f (ubuntu version)
An example of host :
...
<VirtualHost 192.168.254.16:443>
ServerName ged.irsa.fr
SSLEngine on
SSLCertificateFile /etc/certificates/ged.irsa.fr.2.crt
SSLCertificateKeyFile /etc/certificates/ged.irsa.fr.2.key
SSLCertificateChainFile /etc/certificates/gandi/Gandi_bundle_CA.pem
[Code] ....
Modified configuration in apache2.conf file :
...
AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off
...
Modified configuration in mods_enabled/ssl.conf :
...
SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:
[Code] ....
Here is an extract off /var/log/apache/error.log with trace mode, just before the stop loading :
[Tue Mar 03 11:52:00.115567 2015] [proxy:debug] [pid 5339:tid 140124566247168] proxy_util.c(2146): AH00943: AJP: has released connection for (*)
[Tue Mar 03 11:52:00.115671 2015] [ssl:trace4] [pid 5339:tid 140124566247168] ssl_engine_io.c(2054): [client 90.83.195.161:16378] OpenSSL: I/O error, 5 bytes expected to read on BIO#7f7163bfdff0 [mem: 7f71180798d3]
[Code] ....
I have test many things but nothing worked for the moment.
View 3 Replies
View Related
Sep 29, 2013
I have Apache 2.4.2, OpenSSL/1.0.1c, on Windows Web Server 2008 R2 (64 bits)
After 12 hours of heavier load, the SSL requests stopped working/being answered. However if you requested the same page via http instead of https, it worked fine. Restarting the Apache server fixes this, for a while. Again after a few hours of traffic, the https requests stopped working again. I checked the logs, and nothing notable, the mod_ssl entries just...
The site is called only by client developed with Delphi 2007 (CodeGear user-agent). Delphi client use THTTPRIO for sending HTTPS request to SOAP.
View 9 Replies
View Related
Dec 13, 2012
So I just upgraded Apache 2.2.22 to Apache 2.4.3 and made sure to go through all the options that had changed and update the conf file accordingly. This included adding the cache module for SSL and changing the SSLMutex option over to Mutex default ssl-cache. We also turned off SSLCompression due to the CRIME attack vulnerability.
We use apache strictly as a loadbalancer to 2 tomcat servers via mod_jk. Apache serves no static content at this time.
After being deployed, everything worked fine until later in the day. After 3 hours of heavier load (our site only takes significant traffic during business hours), the SSL requests stopped working/being answered. However if you requested the same page via http instead of https, it worked fine.
Restarting the Apache server fixes this, for a while. Again after a few hours of traffic, the https requests stopped working again. This time I turned the loglevel up to debug and restarted the Apache server.
As traffic slowed down it took another 6 or 7 hours before SSL requests stopped working again. I checked the logs, and nothing notable, the mod_ssl entries just... stopped. (I don't know for sure its ammount of traffic related, it just seems that way)
I have tried reproducing this in a lab, but have not been able to get it to happen on the lab server.
OS: Windows Server 2008 R2
Apache: 2.4.3 vc9 build with OpenSSL 0.9.8 downloaded from apachelounge.org
Mod_JK Version 1.2.37 vc9 also downloaded from apachelounge.
View 10 Replies
View Related
Sep 27, 2013
I have installed Apache on ubuntu as per our project related manual by using the packages.
httpd-2.4.4.tar.gz
apr-1.4.6.tar.gz
apr-util-1.5.2.tar.gz
I copied apr-1.4.6 apr-util-1.5.2 (after extract) to srclib directory of apr-util-1.5.2
and created symbolic links as below
ln _s apr-1.4.6 apr
ln _s apr-util-1.5.2 apr-util
and configured httpd-2.4.4 with
./configure --with-included-apr
and make ; make install;
now my apache is running , but how to stop and start the apache.
I googled for reference and found it can be done using
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
I dont have apache2 in my /etc/init.d folder.
how to start and stop.
View 1 Replies
View Related
Apr 22, 2009
Looking trough my logs I found something that bothers me, there are bots who keep doing requests on my website with pages like /admin or /secure to find vulnerabilities.
It's making about 5-6 requests for unexisting pages every second until it comes to the end of it's dictionary (the pages are even sorted in alphabetical order,
Is there some way to let my Apache server block access to these bots when they make X attemps to see a page who does not exists in a short amount of time? A bit like iptables reject connection if someone tries to log in but fails to do so too many times.
View 6 Replies
View Related
May 14, 2009
i'm unable to the response times of my server. The server resolves the correct ip to the ping domain but gets a request timed out.
I'm using a firewall but i don't know whether is that the case. If so what should i do to correct this issue.
View 3 Replies
View Related
Aug 5, 2009
i've been trying to contact Gigenet Sales for over 24hours via email and live chat, but no reply from both email & live chat.
is gigenet reliable?
i've seen many great review about Gigenet but why can't they reply my sales inquiry?
View 14 Replies
View Related
Jan 6, 2007
a pretty weird problem is happening on one server
# ps -auxw | grep exim
mailnull 538 0.0 0.4 5448 2044 ?? Ss 7:16AM 0:00.01 /usr/local/sbin/exim -bd -q30m (exim-4.64-0)
mailnull 1568 0.0 0.4 5448 2048 ?? S 7:22AM 0:00.00 /usr/local/sbin/exim -bd -q30m (exim-4.64-0)
# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to localhost
Escape character is '^]'.
and nothing else... I don't get the EXIM banner, so many things are not working
mainlog or rejectlog says nothing about that...
mainlog just says everything is ok after I restart it:
exim 4.64 daemon started: pid=1664, -q30m, listening for SMTP on port 25 (IPv6 and IPv4)
I find it strange too that sockstat and netstat doesn't show anything about the smtp server (this is running FreeBSD):
# sockstat -4 | grep 25
# netstat -an | grep 25
# sockstat -4 | grep -i smtp
# netstat -an | grep -i smtp
#
I tried to use the default config and got the same error
View 3 Replies
View Related
Apr 21, 2009
I have 3 servers ServerA(Web, mail), ServerB(MySQL+Master replication), ServerC(Mysqlslave+web)
It happens that my website stops responding for few mins and then it comes back again automatically. I checked the server logs but I couldn't find any suspicious.
Also, while the website is not accessible when I try to connect internally from ServerC to ServerA or ServerB using SSH. It takes lots of time (approx more than 60 seconds) to connect. When website starts working SSH is also working fine.
This is very complicated for me. Can anyone let me know what should be the problem or how can I find root cause of this problem?
View 3 Replies
View Related
Feb 8, 2009
it has been over 36 hours since I submit a ticket to GixxerPC because I can't login to my client account and I want to cancel my VPS.
I guess they have decided to close their doors to me once I asked for a cancellation because a friend of mine is letting me use his VPS.
I am hoping that this topic will catch the eyes of some GixxerPC staff so they will answer my ticket.
View 14 Replies
View Related
Feb 17, 2008
I have submitted a ticket 15 days ago and still no response from Talanovbackup.com. I mentioned an error on their site which seems to be fixed now but I am still unable to login to my data by SSH.
View 14 Replies
View Related
Nov 16, 2008
We got a trouble with their service and they don't reply our complain message looking for a good solution. Up till now we still waiting for their respond..Asish...WHERE ARE YOU...!
View 4 Replies
View Related
Oct 31, 2008
Server is responding slow!
My server is responding slow
View 7 Replies
View Related
May 18, 2008
our site is having problems since a week or so our forum is down, our emails are all down
we have 10 staff using different aliases on the same email domain our hosting provider is bluefishhosting.com we have been unable to reach them since the last week we have contacted the company that bluefish buys their reselling account from, but they also tell us to wait another 7 days our office cannot bear this down time of 14 days
IS THERE ANY OTHER FASTER SOLUTION?
View 14 Replies
View Related
Dec 11, 2008
ThePlanet not responding to a ticket for nearly a week?
I've used theplanet for years, but haven't used their support much. But after getting a new server, I discovered the configuration wasn't as promised (it was missing 5 IPs).
I left a ticket last Friday afternoon (12/4), but no response so I called support on the weekend. Although he promised they'd expedite it, the only result was a slightly sarcastic post to my ticket implying my expecting an acknowledgement within 24 hours was unreasonable.
I called on Monday, and the salesperson promised a manager would respond by Tue. Nothing by Wed, so I called again, and was promised that someone would contact me shortly but still nothing.
So now it's just a day short of a week after filing my ticket, and nothing but a runaround. Has their service gone downhill that much recently, or is it just me?
View 11 Replies
View Related
May 21, 2007
I got my hands on a used 2161DS (unit only, no cables etc), but somehow it doesnt seem to respond on the hyperterminal to any keyboard input.
As its used it doesnt have any support directly from Dell and Dell is unable even to give us a cost estimate as the service tag number is not in their system. Anyway...
When I power up the 2161DS KVM-Over-IP switch all I get in the Hyperterminal is
---
Verifying subsystem flash versions...
<snip>
DELL 2161DS Console Ready...
Press any key to continue
---
From there on its not working. The keyboard and mouse directly connected to it are working. Also all the menus, but we can set the network address, do firmware updates etc, only from the serial port connection (once the serial port is working).
I checked the hyperterminal settings (9600 baud, 8 bit, 1 stop bit, no parity, no flow control).
Is there anything that I might be missing?
Perhaps I have to use something like a crossed serial cable instead of a straight one ?
Character set issues?
Terminal type issues?
We have spent days in front of the machine and on the phone with Dell without really getting anywhere. Its our first 2161DS so I still want to believe that we must be missing something.
View 1 Replies
View Related
May 29, 2008
The problem is that it switches from running to mounted without me having anything to do with it. It seems to be quite randomly, for example this morning at 1.42 am. This happens once a day and stops my vps and therefore my website - which is quite annoying.
I checked for log files or anything, but there was nothing mentioning resources or anything.
Does anyone have a clue what this might be? If I cannot fix the problem there is still the opportunity to just start the vps once it goes to status mounted. How would I automate this?
I am using Virtuozzo and Plesk.
View 9 Replies
View Related
Dec 3, 2008
I just built a new pc, everything works well, but sometimes my computer will just restart randomly, it doesnt happen immedietly but randomly, within 30 or more minutes operating. Any ideas to why? and how i can fix it? ...
View 12 Replies
View Related