This is a problem that has been occurring a few times a week for the last 12 months but it never used to last for longer than an hour maximum, sometimes a lot less. This time however, it has been showing for nearly 18 hours so clearly it's not going to go away on it's own this time. I've done the usual google search and also checked similar questions on here but nothing gave me a solution.
I have hosting with HostPapa and the error log within cPanel doesn't help me either. It normally just says that a file called robots.txt cannot be found and it also can't find a 404.shtml file. At this moment in time, the error log is completely empty, even if I try to visit the site beforehand.
Best theories I heard was either Wrong Permissions and/or disabling Zend Guard?
[Fri Sep 26 15:54:05 2014] [error] [client 62.24.222.132] File does not exist: /home/tmsth125/public_html/robots.txt, referer: http://tmsthermalstore.com/robots.txt
[Fri Sep 26 15:53:56 2014] [error] [client 62.24.222.131] File does not exist: /home/tmsth125/public_html/404.shtml, referer: http://tmsthermalstore.com/helloworld.php
[Fri Sep 26 15:53:56 2014] [error] [client 62.24.222.131] File does not exist: /home/tmsth125/public_html/helloworld.php, referer: http://tmsthermalstore.com/helloworld.php
After contacting Customer Support via Live Chat, they fixed the issue and confirmed it was related to permissions in the php.ini file.
Related
I have a site hosted at a shared host.
the site is absurdly slow. Sometimes it takes 45 seconds for the pages to generate. I've been optimizing the scripts, images and generally tidying it up.
This site is a small site, about 20 unique visits, 4 pages average/visit
It is, however, feeding iTunes with an RSS feed of podcast MP3s.
The server (apache/php5.4) error log has hundreds of entries per day like this:
[Mon Mar 03 22:55:09 2014] [error] [client 37.139.52.23] No fortunes found, referer: http://sugarkun.com/
[Mon Mar 03 22:56:21 2014] [error] [client 199.30.20.38] No fortunes found
[Mon Mar 03 23:15:03 2014] [error] [client 202.46.62.29] No fortunes found
[Mon Mar 03 23:16:30 2014] [error] [client 119.63.193.131] No fortunes found
(I have no idea what www.sugarkum.com is)
I have no idea what a "Fortune" is. I'm trying to eliminate as many variables as possible to isolate the slow load.
Can anyone help me define this error?
Seems pretty clear the host is the issue. I keep resetting it and it pops back up.
Interestingly, it's config'd to 5.4 and phpinfo returns 5.2
Regardless, I belive this to be the problem. Moving hosts and hate mail to support seems to be the only two options.
I'm work on an apache2 server (nginx) and for some reason the respond times have been very long. It can take up to 30Sec to get a respond from the server.
I have check the PHP code and also added a timer to it so it can’t be the code. I have also created a very simple dummy file but the delay is still there.
I have also restarted all services but the problem is still there.
I keep seeing the following Errors in the error-log and suspecting that it might be related to a session problem:
[Sun Oct 06 16:50:03 2013] [error] [client 69.201.188.61] [mod_spdy/0.9.4.1-397] [32734:32734:ERROR:spdy_session.cc(304)] Session error: INVALID_CONTROL_FRAME
[Sun Oct 06 15:32:13 2013] [error] [client 84.168.213.116] [mod_spdy/0.9.4.1-397] [18811:18811:ERROR:apache_spdy_session_io.cc(88)] ap_get_brigade failed with status 104: Connection reset by peer
I Googled these error logs but couldn’t really find anything.
Any suggestions?
Thank you for your help
First of all, thank you for your time in reading this :)
I am managing a server which runs apache2 and mod_fcgi which host a few sites via Virtual Hosts. Some sites are straight PHP, the others are all WordPress. The WordPress sites are all functioning great, however, any other site throws up a 500 Internal Server Error when you try to access them.
If you navigate to a non-php file on the web directory (like an image) it will display, but any .php file throws up this error.
The Apache2 error log shows nothing.
When I tail the error log of the site, I get this:
[Wed May 22 15:12:15 2013] [warn] [client x.x.x.x] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Wed May 22 15:12:15 2013] [error] [client x.x.x.x] Premature end of script headers: php-fcgi-wrapper
[Wed May 22 15:12:15 2013] [debug] mod_deflate.c(615): [client x.x.x.x] Zlib: Compressed 612 to 377 : URL /fcgi-bin/php-fcgi-wrapper/index.php
The root of the website is located in /var/www/site1/
I have quadrouple-checked my permissions and ownerships.
I have increased more memory for PHP.
I tried looking at the php.log file, but nothing is being written.
Can anyone point anything else out that could be causing this?
Thank you!
I don't have the time at the moment to back up my cgi-conflict suggestion, but it occurred to me that you may be using php short tags, when the server doesn't allow it. Wordpress I believe uses full open tags which would explain why it works.
Instead of using:
<? //some php code
?>
Try:
<?php //some php code
?>
Are you using short tags? This could be your issue.
My website http://www.redbullet.co.bw was working just fine last week Tuesday and I asked my web hosting company to install Zend Optimizer so that I can run some extra-service in site. He said he did add it, but when I update my database and add new directory everything got messed up.
I tried to sort it out but I failed. I then decided to uninstall everything and restore from my backup, but I still get a white blank page in my site, HTML pages can run no problem.
Even worse when I tried to install just a fresh copy of the latest opencart I still get a white blank page http://www.redbullet.co.bw/install/index.php. I checked error log and I get this:
[Wed Jul 18 18:04:18 2012] [error] [client 41.216.209.90] File does not exist: /var/www/xxx/web/favicon.ico
[Wed Jul 18 18:04:19 2012] [error] [client 41.216.209.90] File does not exist: /var/www/xxx/web/favicon.ico
[Wed Jul 18 18:04:19 2012] [error] [client 41.216.209.90] File does not exist: /var/www/xxx/web/favicon.ico
[Wed Jul 18 18:04:19 2012] [error] [client 41.216.209.90] File does not exist: /var/www/xxx/web/favicon.ico
[Wed Jul 18 18:04:20 2012] [error] [client 41.216.209.90] File does not exist: /var/www/xxx/web/favicon.ico
I don't think missing a favicon can result in a blank page, but looks like it can in my case and I am still getting the WHITE BLANK PAGE Error. Is it a problem in side or in my hosting company?
Although I am new in opencart, I also face this problem. Sometimes you see blank pages in opencart due to vqmod. Usually it is session error. You need to install a new fresh copy of VqMod whenever change your server. Also replace old index file with newly downloaded (uninstalled) copy of opencart.
I found my issue in the config.php files - the folders was incorrect. There is one in admin folder also that needs to be set...
I had the same problem, it turns out that it doesn't like the database username being the same as the database name.
cPanel Version 11.28.87
Theme x3
Apache version 1.3.42
PHP version 5.2.13
MySQL version 5.0.92-community
Architecture i686
Operating system linux
I noticed in the Error Log that I was getting the same error repeatedly. A simple missing .gif that was being requested.
[Tue Apr 12 12:12:23 2011] [error] [client --.---.---.---] File does not exist: /public_html/themes/3col_blue/images/dogcat.gif
So I thought well lets just put that .gif (our logo) there...
Now I am getting a whole slew of errors regarding file does not exist that look like this:
[Tue Apr 12 02:27:47 2011] [error] [client --.---.---.---] File does not exist: /home/--------/public_html/index.php+++++++++++++++++++++++++++++++++Result:+\xe8\xf1\xef\xee\xeb\xfc\xe7\xee\xe2\xe0\xed+\xed\xe8\xea\xed\xe5\xe9\xec+"reltWeiweessy";+\xe7\xe0\xf0\xe5\xe3\xe8\xf1\xf2\xf0\xe8\xf0\xee\xe2\xe0\xeb\xe8\xf1\xfc+(\xe2\xea\xeb\xfe\xf7\xe5\xed+\xf0\xe5\xe6\xe8\xec+\xf2\xee\xeb\xfc\xea\xee+\xf0\xe5\xe3\xe8\xf1\xf2\xf0\xe0\xf6\xe8\xe8);
[Tue Apr 12 02:27:42 2011] [error] [client --.---.---.---] File does not exist: /home/--------/public_html/index.php+++++++++++++++++++++++++++++++++Result:+\xe8\xf1\xef\xee\xeb\xfc\xe7\xee\xe2\xe0\xed+\xed\xe8\xea\xed\xe5\xe9\xec+"reltWeiweessy";+\xe7\xe0\xf0\xe5\xe3\xe8\xf1\xf2\xf0\xe8\xf0\xee\xe2\xe0\xeb\xe8\xf1\xfc+(\xe2\xea\xeb\xfe\xf7\xe5\xed+\xf0\xe5\xe6\xe8\xec+\xf2\xee\xeb\xfc\xea\xee+\xf0\xe5\xe3\xe8\xf1\xf2\xf0\xe0\xf6\xe8\xe8);
how did I make this go from bad to worse?
Are there referers for those particular hits in the access_log? Looks like someone/something is pointing at your site with a badly constructed link.