ispCP - Board - Support
Too many open files - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Too many open files (/thread-3399.html)

Pages: 1 2 3 4


RE: Too many open files - fulltilt - 07-21-2008 05:36 PM

also das mit dem ulimit im init Script scheint bei mir zu klappen, seit 3 Tagen keine Probleme mehr mit fcgi starts ...
Habe allerdings ein paar meldungen im apache error.log:
Empty input file

was bedeutet das?

fulltilt Wrote:Im Init Script
start)....................
echo -n "Starting web server: Apache2"
ulimit -n 65535
$APACHE2CTL startssl
..............................................
reload)
echo -n "Reloading web server config..."
ulimit -n 65535
$APACHE2CTL graceful $2
......................................
restart | force-reload)
echo -n "Forcing reload of web server: Apache2"
apache_stop
ulimit -n 65535
$APACHE2CTL startssl