Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: "End of script output before headers" -> server |
|
Author |
|
Sunburst
Joined: 09 Mar 2012 Posts: 20
|
Posted: Thu 13 Jun '13 14:08 Post subject: "End of script output before headers" -> server |
|
|
Hi all
I hope that you can help me
I get this error sometimes in the apache log for my site (and then my server gets slower and slower until it goes offline):
Code: | [Thu Jun 13 11:58:48.675867 2013] [core:error] [pid 1368:tid 2344] [client 111.222.333.444:38360] End of script output before headers: index.php |
I am using a Windows Server 2012 64 bit server, but I had the error on a Windows Server 2008 64 bit server too.
The new server only has 1 site on it - and it is a Joomla 2.5 site. The server is dedicated and has 8 CPU cores and 24 GB ram and so on.
I have googled the error enough to understand that my Apache server (downloaded from this site) is misconfigured somewhere.
Can anyone help? Please tell me if you see anything that could be improved:
Httpd.conf: http://pastebin.com/vPUDuxCY
PHP.ini: http://pastebin.com/ss0Gxf9y
Apache Log (complete log from install of the new server): http://pastebin.com/B8SUpFmE
I am using:
Apache 2.4.4 VC10 Win32 (from this site)
PHP 5.3.24-nts-Win32-VC9-x86
Is it because I am using 32 bit Apache and PHP software on a 64 bit server?
Thank you so much
Kind regards,
Jens |
|
Back to top |
|
Sunburst
Joined: 09 Mar 2012 Posts: 20
|
Posted: Fri 14 Jun '13 18:50 Post subject: |
|
|
Anyone that can help?  |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7407 Location: EU, Germany, Next to Hamburg
|
Posted: Tue 18 Jun '13 17:14 Post subject: |
|
|
Since your webserver did not crash I assume an error in your script(s).
I recommend to set in your php.ini
error_reporting = E_ALL
log_errors = On
error_log = C:\path\to\php_errors.log |
|
Back to top |
|
|
|
|
|
|