rauschr
Junior Member
Posts: 121
Joined: May 2008
Reputation: 0
|
RE: Apache just stopped :O!!
change this line in
/etc/init.d/apache2/mods_enable/@fastcgi_iscp.conf
<IfModule mod_fastcgi.c>
FastCgiWrapper On
FastCgiIpcDir /var/lib/apache2/fastcgi2
FastCgiConfig -minProcesses 1 \
-maxProcesses 400 \
-maxClassProcesses 15 \
-multiThreshold 80 \
-killInterval 60 \
-startDelay 5 \
-restart-delay 10 \
-idle-timeout 120 \
-singleThreshold 100
# -autoUpdate \
# -pass-header HTTP_AUTHORIZATION
FastCgiServer /var/www/fcgi/master/php5-fcgi-starter -user vu2000 -group vu2000
#
# PHP5 SUPPORT
#
AddHandler php-fastcgi .php .php5
<Location /php5/php5-fcgi-starter>
SetHandler fastcgi-script
Options +ExecCGI
</Location>
Action php-fastcgi /php5/php5-fcgi-starter
AddType application/x-httpd-php .php .php5
</IfModule>szerver2:/etc/apache2/mods-enabled#
and change in
/etc/init.d/apache2/apache2.conf
KeepAlive=Off
(This post was last modified: 07-28-2008 08:06 AM by rauschr.)
|
|
07-28-2008 08:05 AM |
|