You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Petr Hracek <ph...@gmail.com> on 2011/06/15 15:05:41 UTC

[users@httpd] Re: Authorization of Proxy

Please ignore that mail
I have pressed SEND without checking.

2011/6/15 Petr Hracek <ph...@gmail.com>:
> 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
>



-- 
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-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org