Thank you all!

The Openbsd 2.7 need to built in the mod_proxy in the Apache server manully.
I have checked with them. After this is done, my proxy server is working.

I also need to specify the users who can access the server in the
configuration file.

Regards!

Yu Ting
----- Original Message -----
From: Graham Leggett <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 12, 2001 7:03 PM
Subject: Re: Proxy Server


> Liu Yu Ting wrote:
> >
> > Thank you!
>
> <IfModule mod_proxy.c>
>     ProxyRequests On
>
> #    <Directory proxy:*>
> #        Order deny,allow
> #        Deny from all
> #        Allow from .willowglen.com.sg
> #    </Directory>
>
> If you uncomment and configure the above it should work - basically in
> your config file you have not defined who has access to the proxy, so
> people will get an error or local page of some kind instead.
>
>     <Directory proxy:*>
>         Order deny,allow
>         Deny from all
>         Allow from <your network>
>     </Directory>
>
> Regards,
> Graham
> --
> -----------------------------------------
> [EMAIL PROTECTED] "There's a moon
> over Bourbon Street
> tonight..."

Reply via email to