Help needed

pilpelet

Verified User
Joined
Oct 12, 2003
Messages
108
Hi ,

Im having this error on restarting apache


Stopping httpd: [FAILED]
/etc/init.d/httpd: line 49: ulimit: open files: cannot modify limit: Invalid argument
Starting httpd: [Tue Jul 13 08:38:56 2004] [warn] module perl_module is already loaded, skipping


I recompiled and it didnt work , may mention that the httpd service is down for few hours now ,

Any help will be great .

Thanks ,
 
If you would like to create a temp account and forward me the login details, I'd be glad to take a look into the problem.
 
Hello,

That might be the old ulimit command parameters. Edit your /etc/init.d/httpd boot script and change all the ulimit lines to read:

    ulimit -n 2048
    ulimit -n 4096
    ulimit -n 8192
    ulimit -n 16384

John
 
hi ,

I tried this after reading other post regarding that , it gave same problem after also after a clean rebuid .

It was fixed by the global server admin , turned out to be
raising the semaphores , dont know what that means .

Thanks ,
 
Back
Top