Listen 4312
ServerAdmin webmaster@localhost
LimitRequestLine 16284
DocumentRoot /u/drkp/sandbox/txcache/src/RUBiS-1.4.3
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
ErrorLog /var/log/apache2/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
#CustomLog /var/log/apache2/access.log combined
# Define a new handler "php-fcgi" for ".php" files, plus the action that must follow
AddHandler php-fcgi .php
Action php-fcgi /fcgi-bin/php-fcgi-wrapper
# Define alias "/fcgi-bin/". The action above is using this value, which means that
# you could run another "php5-cgi" command by just changing this alias
Alias /fcgi-bin/ /u/drkp/sandbox/txcache/fcgi-wrapper/
# Turn on the fcgid-script handler for all files within the alias "/fcgi-bin/"
SetHandler fcgid-script
Options +ExecCGI
# ensure no access to the script source code
#ReWriteEngine On
#ReWriteRule ^/fcgi-bin/[^/]*$ / [PT]
IPCConnectTImeout 20
IPCCommTimeout 600
CoreDumpDirectory /tmp
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 20
MaxRequestsPerChild 0
StartServers 1
MaxClients 20
MinSpareThreads 20
MaxSpareThreads 75
ThreadsPerChild 20
MaxRequestsPerChild 0
StartServers 1
MaxClients 20
MinSpareThreads 20
MaxSpareThreads 75
ThreadsPerChild 10
MaxRequestsPerChild 0