Dear users,

I have a some problems with proxy authorization and I could not make
an authorization of the proxy pages.

Configuration in my <VirtualHost section is>:

<VirtualHost _default_:443>
SSLEngine on
SSLProxyEngine on
ProxyRequests off

RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteMap pages txt:/opt/httpd2/conf/pages.txt
RewriteRule ^/ATS$ http://192.2.0.25:8080/Admin [P]
RewriteRule ^/ATS/(.*) http://192.2.0.25:808/Admin/$1 [P]
RewriteRule ^/([^/]+)    ${pages:$1|/$1} $
RewriteRule ^/([^/]+)/(.*)    ${pages:$1|/opt/httpd2/htdocs/docsssl/$1}/$2 [L]

<Directory />

</VirtualHost>

-- 
Best Regards / S pozdravem
Petr Hracek

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to