Как сделать прокси с помощью апача?
По взятому примеру не работает:
<VirtualHost 127.0.0.1:3128>
ServerName locproxy
ProxyRequests on
<Directory proxy:*>
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Directory>
</VirtualHost>
Если ProxyRequests on в корне конфига - всё ок.
Хотелось бы через отдельную секцию, чтобы подключить разные RewriteCond.
В логе ошибок также появляется сообщение:
[Tue Aug 14 16:04:02 2001] [error] VirtualHost 127.0.0.1:3128 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.