From 8e8309b1de6929d0e1b66d3037635bbfeac88244 Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Thu, 20 Feb 1997 04:26:07 +0000 Subject: [PATCH] Fix typo; add section about SOCKS 4.2/Solaris problems. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77650 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 36d44aeaab..5d0807b75d 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -312,10 +312,13 @@ depending on the speed with which the hostname lookups occur.

Yes. Just build Apache with the rule SOCKS4=yes in your Configuration file, and follow the instructions there. SOCKS5 capability can be added in a similar way (there's no SOCKS5 -rule yet, so use the EXTRA_LFLAGS definition, or build Apache +rule yet), so use the EXTRA_LFLAGS definition, or build Apache normally and run it with the runsocks wrapper provided with SOCKS5, if your OS supports dynamically linked libraries.

+Some users have reported problems when using SOCKS version 4.2 on Solaris. +The problem was solved by upgrading to SOCKS 4.3.

+ Remember that you'll also have to grant access to your Apache proxy machine by permitting connections on the appropriate ports in your SOCKS daemon's configuration.

-- 2.40.0