Crogge Posted March 18, 2007 Share Posted March 18, 2007 Hello Phpfreaks community, I run a Xampp Apache Server now since about 1 year. The problem ist now since 7-8 Weeks, it always got about every hour a break. Means that the Apache Server dont do anything for about 5 Minutes then it work fine again. Its really important to get it work again normally cause there are about 500 Connections / Day and a lot of people thinked already that the Server is offline. I run a Board and a Website, it got a lot of SQL Connections in the Code and about 450 Pages@Website. I post the link if its allowed here Help would be really nice, sorry for my bad english. With best regards, Serveradministrator Crogge Link to comment https://forums.phpfreaks.com/topic/43191-apache-xampp-server-breaks-how-can-it-be-fixed-fast/ Share on other sites More sharing options...
trq Posted March 18, 2007 Share Posted March 18, 2007 Firstly, Xampp isn't really designed to be used as a production server, it should really only be used as a developement tool. Secondly, you'll need to scour your logs and looks for a clue to your problem. Apache is a complex beast, just saying it doesn't work doesn't provide us with anywhere near enough infomation to be a able to help. Link to comment https://forums.phpfreaks.com/topic/43191-apache-xampp-server-breaks-how-can-it-be-fixed-fast/#findComment-209854 Share on other sites More sharing options...
Crogge Posted March 19, 2007 Author Share Posted March 19, 2007 Thanks for your fast reply ! I put the complete Error.log in a .rar file --> http://www.file-upload.net/download-225227/error_4weeks.rar.html (Its 700kb package, depacked about 66MB of the last 4 Weeks). I hope I dont need to upload the Access.log cause its about 3.000 MB from the last 7 days. If Xampp really dont support this user amount, what are the possibilites for a Windows 2003 Server ??? With best regards, Serveradministrator Crogge Link to comment https://forums.phpfreaks.com/topic/43191-apache-xampp-server-breaks-how-can-it-be-fixed-fast/#findComment-210758 Share on other sites More sharing options...
Crogge Posted March 20, 2007 Author Share Posted March 20, 2007 I think I found the part that maybe make this break ... [Tue Mar 20 19:20:01 2007] [error] [client xx.xxx.xxx.xx] File does not exist: D:/Program Files/xAmpp/xampp/htdocs/wowacc/en/info/select/new-hp, referer: http://87.118.110.12/wowacc/en/info/select/ [Tue Mar 20 19:22:32 2007] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Tue Mar 20 19:22:35 2007] [crit] (22)Invalid argument: unable to replace stderr with error_log [Tue Mar 20 19:22:35 2007] [crit] (2)No such file or directory: unable to replace stderr with /dev/null [Tue Mar 20 19:22:38 2007] [notice] Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.1 configured -- resuming normal operations [Tue Mar 20 19:22:38 2007] [notice] Server built: Jan 30 2007 12:11:56 [Tue Mar 20 19:22:38 2007] [notice] Parent: Created child process 3856 [Tue Mar 20 19:22:41 2007] [notice] Child 3856: Child process is running [Tue Mar 20 19:22:41 2007] [notice] Child 3856: Acquired the start mutex. [Tue Mar 20 19:22:41 2007] [notice] Child 3856: Starting 250 worker threads. [Tue Mar 20 19:22:41 2007] [notice] Child 3856: Starting thread to listen on port 443. [Tue Mar 20 19:22:41 2007] [notice] Child 3856: Starting thread to listen on port 80. Would be nice if you could reply, thanks Link to comment https://forums.phpfreaks.com/topic/43191-apache-xampp-server-breaks-how-can-it-be-fixed-fast/#findComment-211376 Share on other sites More sharing options...
steviewdr Posted March 22, 2007 Share Posted March 22, 2007 Looks as if there is something wrong with error_log. It cannot save it etc. Take a look at: http://trac.lighttpd.net/xcache/ticket/29 It maybe something to do with php.ini Also - install apache and php yourself on win2k3 for a production enviro. XAmpp installs too much stuff for production use. -steve Link to comment https://forums.phpfreaks.com/topic/43191-apache-xampp-server-breaks-how-can-it-be-fixed-fast/#findComment-212652 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.