|
|
| version 1.12.6.1, 2003/01/31 12:10:53 | version 1.39, 2004/08/03 11:18:22 |
|---|---|
| Line 1 | Line 1 |
| #setenv TEST /foo/bin2 | deny from 195.239.227.18 |
| #setenv HTTP_TEST /foo/bin3!2 | deny from 194.84.132.18 |
| #setenv HTTP_PARSER_SITE_CONFIG /foo/bin3! | deny from 62.32.47.130 |
| #setenv DOCUMENT_ROOT /test/3 | deny from 62.32.63.235 |
| #addhandler parser3-handler .html | #apache |
| #addhandler parser3-cgi-handler .cgihtml | #AddHandler parser3-handler html |
| AddHandler parsed-html html | |
| addhandler parser3-handler .ahtml | #Action parsed-html /cgi-bin/debug/parser3 |
| Action parsed-html /cgi-bin/release/parser3 | |
| action parser3-cgi-handler /cgi-bin/parser3 | #Action parsed-html /cgi-bin/ReleaseHEAD/parser3 |
| addhandler parser3-cgi-handler .html | #Action parsed-html /cgi-bin/DebugHEAD/parser3 |
| #Action parsed-html /cgi-bin/ProfileDebug/parser3 | |
| action parser3-0005-cgi-handler /cgi-bin/parser3_0005 | #Action parsed-html /cgi-bin/DebugV7/parser3 |
| addhandler parser3-0005-cgi-handler .cgi5html | #Action parsed-html /cgi-bin/p2Debug/parser2 |
| #Action parsed-html /cgi-bin/release310/parser3 | |
| action parser2-cgi-handler /cgi-bin/parser2 | #Action parsed-html /cgi-bin/release308/parser3 |
| addhandler parser2-cgi-handler .html2 | #Action parsed-html /cgi-bin/release311/parser3 |
| #Action parsed-html /cgi-bin/release312/parser3 | |
| #Action parsed-html /cgi-bin/release313/parser3 | |
| order deny,allow | |
| deny from all | |
| #design network | |
| allow from 195.218.200 | |
| allow from 192.168 | |
| allow from 213.152.135 | |
| #satisfy any | |
| # AuthType basic | |
| # AuthName "parser3" | |
| # AuthUserFile Y:\parser3project\parser3\www\htdocs\.htpasswd | |
| # Require valid-user | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_URI} ^/banner$ | |
| RewriteRule .* /banner.html?key=${variant:key} |