Z 
		
				
			
		zukk
Guest
Ok I have a big trouble today. Suddently without any kind of modifications to the server, it's gone crazy today. Got a couple of httpd dead but subsys locked messages , and now when I write:
	
	
	
		
 I get
	
	
	
		
Several httpd proceses but my site www.quickfileupload.com doesn't work anymore like it should.
What's happening with my server ? What caused those multiple httpd proceses to run the same time ? if I write:
	
	
	
		
 I have after
	
	
	
		
If I write
	
	
	
		
it starts but when I check the status again
	
	
	
		
again, several httpd proceses are started
 what should I do ? I really need your help
				
			
		Code:
	
	[root@plesk init.d]# ./httpd status
	
		Code:
	
	[root@plesk init.d]# ./httpd status
httpd (pid 5291 5290 5289 5288 5287 5286 5285 5284 5283 5280) is running...
[root@plesk init.d]#
	Several httpd proceses but my site www.quickfileupload.com doesn't work anymore like it should.
What's happening with my server ? What caused those multiple httpd proceses to run the same time ? if I write:
		Code:
	
	killall httpd
	
		Code:
	
	[root@plesk init.d]# ./httpd status
httpd dead but subsys locked
[root@plesk init.d]#
	If I write
		Code:
	
	[root@plesk init.d]# ./httpd start
Starting httpd:                                            [  OK  ]
[root@plesk init.d]#
	it starts but when I check the status again
		Code:
	
	[root@plesk init.d]# ./httpd status
httpd (pid 5324 5323 5322 5321 5320 5319 5318 5317 5316 5313) is running...
[root@plesk init.d]#
	again, several httpd proceses are started