I have a user saying that he is getting the following message when he visits any of our sites on our web server:
Error 324 (net::ERR_EMPTY_RESPONSE):
Done some googling and alot point to plugins, so we had a go with those first, but the problem still occured. Cleared cache which stopped the problem for a while, but it comes back. Sites are fine in all other browsers.
Found this which says something about a token, but don't know what they are talking about:
Getting Error 324 (net::ERR_EMPTY_RESPONSE). when using memcache in kohana
Help Please?
http://code.google.com/p/chromium/issues/detail?id=107576
adding -disable-ssl-false-start to the chrome start up seems to be a temp work around to the issue for this site
I had a similar case but with SSL only on an older version of lighttpd.
Since it's only Chrome causing the problem it feels like it might be due to Chrome's TLS False Start feature that was rolled out in early 2011 I believe.
In my case the problem was solved by upgrading lighttpd (to 1.4.28 for those interested).
More details about the False Start feature here:
http://www.z-car.com/blog/2010/12/10/google-chromes-new-false-start-feature
Related
I am using XAMPP to run localhost, I start apache & mysql like always and I receive no errors. It has been always working fine suddenly all projects that runs on wordpress keep loading for very long time then crashes and get an error on the browser apache not responding with no errors showing up on xampp logs. All static sites (html) are working fine.
I made sure nothing conflicting with the port. I got Skype and IIS on different ports and also disabled them to make sure but I'm still facing the same problem.
fixed it, was one wrong line of code in a wp_query on one of the wordpress sites.
but this is the first time i encounter something like this, a development error that does not throw any wordpress errors or PHP ones, instead it breaks Apache on localhost. Well at least i have learned something new that all weird issues could be tracked back to one messed up line of code.
I have been using phpmyadmin to manage databases for a few projects I am working on. I have very basic knowledge so sorry if this is a stupid question but today I have got this error, which I'm not sure how to solve.
"Your web browser does not support local storage of settings or the quota limit has been reached, some features may not work properly for you. In Safari, such problem is commonly caused by "Private Mode Browsing"."
I am unable to use phpmyadmin now as this pops up every time I try to access any tables or databases.
Is anybody able to tell me how to fix this?
I've been working on a web application with Symfony2 for the past 6 months on my local server through Xampp. After uploading it to our server something is acting really weird, and we can't seem to find a solution for the problem. After a lot of research on the internet I found that many problems are causing this error, so I started to try and debug my code. After a while I'm not so sure that my code is causing the error.
The error I get is the following:
Chrome:
No data received
ERR_EMPTY_RESPONSE
Unable to load the webpage because the server sent no data.
Firefox:
Dutch error which probably sais; The connection was reset
Safari:
Safari can't open the page "domain" because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.
The odd thing is that sometimes the page loads, but then after a couple of refreshes or trying a different time the same page gives the error? So it maybe has something to do with caching? I already disabled APC through the .htaccess file.
Here are some things that might be usefull:
Working with PHP Version 5.4.41.
OS X Yosemite Version 10.10.2 (for what its worth)
Symfony 2
FOSUserbundle
FOSRoutingbundle
Ddeboerbundle
knplabsbundle
If you want I can upload my error log, but this doesn't seem to give any errors at all.
This is a discussion from earlier which said that changing the php version solved the problem. The problem might have been the sessions, but I tried the application with these sessions off and still got the error. We changed the php server to 5.4 on our local server but the application still worked. So I guess these are both not the problem.
Symfony 2: session_start causes ERR_EMPTY_RESPONSE
Does anyone have a solution for how to tackle this problem? Or maybe a suggestion on how to receive a more specific error? Because I'm killing my brain here.
Today, after working for ages, my mailing stopped working.
Zend Framework returned an error
Message: Could not read from localhost
After searching on the web, I relaised it came from Dovecot, on my Debian machine.
Looking at the logs, it said:
server1 postfix/smtpd[15194]: fatal: no SASL authentication mechanisms
And I couldn't find what was working wrong.
After some unlucky try, I decided to restart dovecot, which said:
Restarting IMAP/POP3 mail server: dovecotLast died with error
(see error log for more information): Time just moved backwards by 899 seconds.
This might cause a lot of problems, so I'll just kill myself now.
http://wiki.dovecot.org/TimeMovedBackwards
Which made me realise that I installed ntp because I had some problem with time synchronisation and it got the time back from more than 10 mn, which seem to give a hard time to dovecot.
So if that happen to someone, don't look for way to fix a SASL authentication, just try to restart your dovecot.
Since there is not once a mention of this problem I could find on the web, I hope this one will help people.
I've been struggling with a frustrating problem for a few days and I'm being more and more confused; I can't login to PHPMyAdmin without receiving a Web Error 324 after about thirty seconds. The communication between MySQL and PHPMyAdmin is working but the failed login is the problem. I'm suspecting the configuration of PHP but I'm not sure.
I'm running a web server with Apache 2.0.64 with PHP 5.2.17 on Windows Server 2003 and I can run PHPINFO without problem.
I've reinstalled both Apache and PHP several times, but the problem is the same. Any ideas?
If you have this problem with Chrome, you can try the solutions posted here. If your problem is in any browser, then you have to check a bit more the related logs. Start with the logs from apache, then, you can check, and post, the response headers that live http headers gives you (firefox addon).
I've setup another web server now with the exact software environment and everything is running smooth on that one so there's probably something wrong with Windows. But I've to take that another day... Thank you for all support and help!