943,169 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 236
  • PHP RSS
Sep 2nd, 2010
0

apache http server stopped working and was closeed

Expand Post »
hi ! i created a submit form in php and when i submit it this error massage is coming (apache http server stopped working and was closeed) does anyone know what to do please help.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
csweb is offline Offline
3 posts
since Sep 2010
Sep 2nd, 2010
0
Re: apache http server stopped working and was closeed
Check the error logs (PHP, Apache). If that doesn't help, use Fiddler or FireBug for example to check whether you perhaps have created an infinite loop.
Sponsor
Featured Poster
Reputation Points: 546
Solved Threads: 717
Bite my shiny metal ass!
pritaeas is offline Offline
4,143 posts
since Jul 2006
Sep 2nd, 2010
0
Re: apache http server stopped working and was closeed
FyI when you check your Apache logs, the most recent data will be at the bottom not the top.
Reputation Points: 10
Solved Threads: 2
Newbie Poster
CyberSpatium is offline Offline
9 posts
since Sep 2010
Sep 2nd, 2010
0

apache http server stopped working - log eror

[Fri Sep 03 07:59:16 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Fri Sep 03 07:59:16 2010] [notice] Server built: Dec 10 2008 00:10:06
[Fri Sep 03 07:59:16 2010] [notice] Parent: Created child process 3268
[Fri Sep 03 07:59:19 2010] [notice] Child 3268: Child process is running
[Fri Sep 03 07:59:19 2010] [notice] Child 3268: Acquired the start mutex.
[Fri Sep 03 07:59:19 2010] [notice] Child 3268: Starting 64 worker threads.
[Fri Sep 03 07:59:19 2010] [notice] Child 3268: Starting thread to listen on port 80.
[Fri Sep 03 08:05:13 2010] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Fri Sep 03 08:05:15 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Product_Name in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 17, referer: http://localhost/web_test/
[Fri Sep 03 08:05:15 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Image in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 19, referer: http://localhost/web_test/
[Fri Sep 03 08:05:15 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Branch_Name in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 21, referer: http://localhost/web_test/
[Fri Sep 03 08:05:15 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Quantity in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 23, referer: http://localhost/web_test/
[Fri Sep 03 08:05:15 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Price in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 25, referer: http://localhost/web_test/
[Fri Sep 03 08:05:16 2010] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Fri Sep 03 08:05:41 2010] [notice] Parent: child process exited with status 255 -- Restarting.
[Fri Sep 03 08:05:48 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Fri Sep 03 08:05:48 2010] [notice] Server built: Dec 10 2008 00:10:06
[Fri Sep 03 08:05:48 2010] [notice] Parent: Created child process 5504
[Fri Sep 03 08:05:49 2010] [notice] Child 5504: Child process is running
[Fri Sep 03 08:05:49 2010] [notice] Child 5504: Acquired the start mutex.
[Fri Sep 03 08:05:49 2010] [notice] Child 5504: Starting 64 worker threads.
[Fri Sep 03 08:05:49 2010] [notice] Child 5504: Starting thread to listen on port 80.
[Fri Sep 03 08:05:49 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Product_Name in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 17, referer: http://localhost/web_test/
[Fri Sep 03 08:05:49 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Image in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 19, referer: http://localhost/web_test/
[Fri Sep 03 08:05:49 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Branch_Name in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 21, referer: http://localhost/web_test/
[Fri Sep 03 08:05:49 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Quantity in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 23, referer: http://localhost/web_test/
[Fri Sep 03 08:05:49 2010] [error] [client 127.0.0.1] PHP Notice: Undefined index: Price in C:\\wamp\\www\\web_test\\stock control system\\index.php on line 25, referer: http://localhost/web_test/
[Fri Sep 03 08:06:00 2010] [notice] Parent: child process exited with status 255 -- Restarting.
[Fri Sep 03 08:06:00 2010] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations
[Fri Sep 03 08:06:00 2010] [notice] Server built: Dec 10 2008 00:10:06
[Fri Sep 03 08:06:00 2010] [notice] Parent: Created child process 5880
[Fri Sep 03 08:06:01 2010] [notice] Child 5880: Child process is running
[Fri Sep 03 08:06:01 2010] [notice] Child 5880: Acquired the start mutex.
[Fri Sep 03 08:06:01 2010] [notice] Child 5880: Starting 64 worker threads.







this is the log eror can someone plz tell me what i must do ?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
csweb is offline Offline
3 posts
since Sep 2010
Sep 3rd, 2010
0
Re: apache http server stopped working and was closeed
There is no indication here as to why the server would stop.
Sponsor
Featured Poster
Reputation Points: 546
Solved Threads: 717
Bite my shiny metal ass!
pritaeas is offline Offline
4,143 posts
since Jul 2006
Sep 3rd, 2010
0
Re: apache http server stopped working and was closeed
Click to Expand / Collapse  Quote originally posted by pritaeas ...
There is no indication here as to why the server would stop.
then what might be the problem ?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
csweb is offline Offline
3 posts
since Sep 2010
Sep 4th, 2010
0
Re: apache http server stopped working and was closeed
Hard to say without being able to test your code.
Sponsor
Featured Poster
Reputation Points: 546
Solved Threads: 717
Bite my shiny metal ass!
pritaeas is offline Offline
4,143 posts
since Jul 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Wrong Amount calculation in MIGS payment Gateway
Next Thread in PHP Forum Timeline: num_rows Faster than Counter?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC