Listen 4006
<VirtualHost *:80 127.0.0.1:4006>
DocumentRoot /usr2/users-v/rschooltoday
ServerName beta.rs.com
ServerAlias beta.rs.com
<directory /usr2/users-v/rschooltoday>
Options -ExecCGI
AllowOverride None
AllowOverride All
<Files ~ "index.cgi$">
Options +ExecCGI
</Files>
</directory>
Alias /clfin /usr2/codelibrary/CLFIN
Alias /images /usr2/users-v/rschooltoday/images
Alias /templates /usr2/users-v/rschooltoday/se3templates
#ScriptAlias /fck_fc/editor/filemanager/browser/default/connectors/perl /usr2/users-v/rschooltoday/fck_fc/editor/filemanager/browser/default/connectors/perl
#ScriptAlias /fck_fc/editor/dialog/fck_spellerpages/spellerpages/server-scripts /usr2/codelibrary/fck_fc/editor/dialog/fck_spellerpages/spellerpages/server-scripts
ScriptAlias /se3bin/spellchecker /usr2/users-v/rschooltoday/se3bin/spellchecker
ScriptAlias /se3genie/spellchecker /usr2/users-v/rschooltoday/se3genie/spellchecker
ErrorLog logs/rst_error_log
TransferLog logs/rst_access_log
ErrorDocument 404 /se3bin/error404.cgi
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
RewriteOptions 'inherit'
Redirect /admin https://ssl.dwebsite.com/securebeta/rschooltoday/admin/adminmain.cgi
RewriteCond %{HTTP_HOST} beta\.rschooltoday\.com
RewriteRule ^/$ http://beta.rschooltoday.com/html/index.html [R]
#RewriteRule ^/fck_fc/editor/filemanager/browser/default/connectors/perl/(.*)\.cgi$ - [last]
#RewriteRule ^/fck_fc/editor/dialog/fck_spellerpages/spellerpages/server-scripts/*.*$ - [last]
RewriteRule ^/se3genie/spellchecker/*.*$ - [last]
RewriteRule ^/se3bin/spellchecker/*.*$ - [last]
RewriteRule ^/(.*\.(pl|cgi).*$) http://127.0.0.1:8006/$1 [P,L]
RewriteRule \.(gif|jpg|png|txt|html|css|js|jpeg|swf|pdf|doc|ppt|htm|wmv|pps|mpg|xls|php|xml)$ - [last]
ProxyPassReverse / http://127.0.0.1:8006/
ProxyPassReverse / http://beta.rs.com:8006/
</VirtualHost>
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4