|
|
| version 1.12.6.1, 2003/01/31 12:10:53 | version 1.23, 2003/12/10 14:17:45 |
|---|---|
| Line 1 | Line 1 |
| #setenv TEST /foo/bin2 | #apache |
| #setenv HTTP_TEST /foo/bin3!2 | #AddHandler parser3-handler html |
| #setenv HTTP_PARSER_SITE_CONFIG /foo/bin3! | AddHandler parsed-html html phtml |
| #setenv DOCUMENT_ROOT /test/3 | Action parsed-html /cgi-bin/debug/parser3 |
| #Action parsed-html /cgi-bin/release/parser3 | |
| #Action parsed-html /cgi-bin/ReleaseHEAD/parser3 | |
| #Action parsed-html /cgi-bin/DebugHEAD/parser3 | |
| #Action parsed-html /cgi-bin/ProfileDebug/parser3 | |
| #Action parsed-html /cgi-bin/DebugV7/parser3 | |
| #Action parsed-html /cgi-bin/p2Debug/parser2 | |
| #Action parsed-html /cgi-bin/release310/parser3 | |
| #Action parsed-html /cgi-bin/release308/parser3 | |
| #Action parsed-html /cgi-bin/release311/parser3 | |
| #addhandler parser3-handler .html | #addtype 'multipart/related;boundary="===== This is the multipart mime bounda=====184532178"' html |
| #addhandler parser3-cgi-handler .cgihtml | #addtype application/x-x509-user-cert cer |
| addhandler parser3-handler .ahtml | |
| action parser3-cgi-handler /cgi-bin/parser3 | RewriteEngine on |
| addhandler parser3-cgi-handler .html | RewriteBase / |
| action parser3-0005-cgi-handler /cgi-bin/parser3_0005 | |
| addhandler parser3-0005-cgi-handler .cgi5html | |
| action parser2-cgi-handler /cgi-bin/parser2 | RewriteRule ^(_|maximized) - [L] |
| addhandler parser2-cgi-handler .html2 | |
| RewriteRule ^parser- - [L] | |
| order deny,allow | |
| deny from all | |
| #design network | RewriteCond %{REQUEST_URI} !\. |
| allow from 195.218.200 | RewriteRule ^(.+[^/])$ http://%{SERVER_NAME}/$1/ [L,R,QSA] |
| allow from 192.168 | |
| allow from 213.152.135 | |
| #satisfy any | RewriteCond %{QUERY_STRING} mode=(xml|debug) |
| # AuthType basic | RewriteCond %{REMOTE_ADDR} !^(213\.152\.135|195\.151\.168) |
| # AuthName "parser3" | RewriteRule (.*) /_doc.html?request=/404/ [L] |
| # AuthUserFile Y:\parser3project\parser3\www\htdocs\.htpasswd | |
| # Require valid-user | |
| RewriteEngine On | RewriteRule (where2buy/moscow/)metro.gif /_doc.html?request=$1&image=yes [L,QSA] |
| RewriteCond %{REQUEST_URI} ^/banner$ | RewriteRule (tariffs/.*/)full/ /_doc.html?request=$1&full=yes [L,QSA] |
| RewriteRule .* /banner.html?key=${variant:key} | |
| RewriteCond %{REQUEST_URI} !(gif|jpg|png|js|css|exe|zip|rar|pdf|rtf|doc|xls|ppt|swf|ipx|txt|xslt|xsl|dtd|tif|eps|tiff|ico|ent|chm|cfm|gz)$ | |
| RewriteRule (.*) /_doc.html?request=$1 [L,QSA] | |
| Options +IncludesNoExec | |
| AddType text/html .shtml | |
| AddHandler server-parsed .shtml | |
| ErrorDocument 404 /_error404.shtml | |
| ErrorDocument 500 /_error500.shtml |