102,105c102,105 < MinSpareServers 5 < MaxSpareServers 20 < ServerLimit 256 < MaxClients 256 --- > MinSpareServers 30 > MaxSpareServers 50 > ServerLimit 2000 > MaxClients 512 118c118 < MaxClients 150 --- > MaxClients 300 199d198 < LoadModule version_module modules/mod_version.so 265c264 < ServerName www.example.com:80 --- > ServerName www.example.com 306c305 < --- > 320c319 < Options All --- > Options Includes FollowSymLinks ExecCGI SymLinksifOwnerMatch 332,335c331,333 < Order deny,allow < #Allow from all < Deny from All < Allow from 202.107.194. 10.103.33. 222.73.232. 222.73.231. 183.136.168. --- > Order allow,deny > Allow from all > 392c390 < DirectoryIndex index.htm index.php index.cgi index.html --- > DirectoryIndex default.var index.html index.html.var index.htm index.cgi index.php index.shtml 486,487c484,485 < LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined < LogFormat "%h %l %u %t \"%r\" %>s %b" common --- > LogFormat "%{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined > LogFormat "%{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %b" common 779c777 < AddHandler cgi-script .cgi .pl .pm --- > AddHandler cgi-script .cgi .pl .pm .lib .fcgi .fpl 800c798 < AddOutputFilter INCLUDES .shtml .html .htm --- > AddOutputFilter INCLUDES .shtml .html 815c813 < #ErrorDocument 500 "The server made a boo boo." --- > ErrorDocument 500 "Procedures upgrading, please wait a moment...." 970,975d967 < < < Order allow,deny < Deny from all < < 992,1065c984,995 < < ServerAdmin webmaster@dummy-host.example.com < DocumentRoot /var/www/html < ServerName webdev.hi2000.com < ErrorLog logs/error_log < #CustomLog logs/dummy-host.example.com-access_log common < < < < ServerName 10.103.33.5 < ServerAlias webdev.hi2000.com test5.svn.toocle.com < DocumentRoot /var/www/SyncServers/html < < SuexecUserGroup repos repos < ScriptAlias /sync-server-listener /var/www/SyncServers/updater.d/listener < ScriptAliasMatch /sync-servers/([a-zA-Z0-9_-]+/[a-zA-Z0-9_-]+)$ /var/www/SyncServers/action.d/sync-servers/$1/main.cgi < < Alias /sync-servers.css /var/www/SyncServers/static.d/sync-servers.css < < CustomLog logs/SyncServers-access_log common < ErrorLog logs/SyncServers-error_log < < < Include /var/www/conf/newtestrust.conf < Include /var/www/conf/testrust.conf < Include /var/www/conf/labuy.conf < Include /var/www/conf/newpharmnet.conf < Include /var/www/conf/pharmnet.conf < Include /var/www/conf/newtexnet.conf < Include /var/www/conf/texnet.conf < Include /var/www/conf/newchemnet.conf < Include /var/www/conf/chemnet.conf < Include /var/www/conf/comment.conf < #Include /var/www/conf/netsun.conf < #Include /var/www/conf/toocle.conf < < < ServerAdmin webmaster@dummy-host.example.com < ServerName solr162.b2b.chemnet.com < < AuthType Basic < AuthName "solr162.b2b" < AuthUserFile /var/www/conf/htpasswd.txt < Require user solr < Deny from all < Allow from 202.107.194. 10.103.33. 222.73. < < ProxyPass / http://10.103.33.162:8080/ < < < < < ServerAdmin webmaster@dummy-host.example.com < ServerName solr163.b2b.chemnet.com < < AuthType Basic < AuthName "solr163.b2b" < AuthUserFile /var/www/conf/htpasswd.txt < Require user solr < Deny from all < Allow from 202.107.194. 10.103.33. 222.73. < < ProxyPass / http://10.103.33.163:8080/ < < < < ExtFilterDefine fixtext mode=output intype=text/html cmd="/bin/sed s/\/\Develop-/i" < < # core directive to cause the fixtext filter to < # be run on output < SetOutputFilter fixtext < < < --- > # > # ServerAdmin webmaster@dummy-host.example.com > # DocumentRoot /www/docs/dummy-host.example.com > # ServerName dummy-host.example.com > # ErrorLog logs/dummy-host.example.com-error_log > # CustomLog logs/dummy-host.example.com-access_log common > # > > Order allow,deny > Deny from all > > Include /var/www/conf/*.conf