Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
etc
/
httpd
/
conf.d
/
Upload File :
New :
File
Dir
//proc/self/root/etc/httpd/conf.d/stats_proxy.conf
# Proxy all requests for /stats/.* onto the web application machine for awstats. # Enable Rewrite RewriteEngine On # Proxy all rewrite traffic back. RewriteRule ^/stats$ http://webapps.myregisteredsite.com/statistics-bin/awstats.pl [P,NC] RewriteRule ^/awstats.pl$ http://webapps.myregisteredsite.com/statistics-bin/awstats.pl [P,NC] RewriteRule ^/stats/(.*)$ http://webapps.myregisteredsite.com/statistics-bin/awstats.pl [P,NC] RewriteRule ^/aw-classes/(.*)$ http://webapps.myregisteredsite.com/aw-classes/$1 [P,NC] RewriteRule ^/aw-css/(.*)$ http://webapps.myregisteredsite.com/aw-css/$1 [P,NC] RewriteRule ^/aw-icons/(.*)$ http://webapps.myregisteredsite.com/aw-icons/$1 [P,NC]