On Tue, 2 Jan 2001, Oleg Bartunov wrote:

> Hi,
>
> I have implement standard  fe-be scheme as many times discussed
> in this list and described by Stas in his guide. Sorry, if I
> don't understand something simple.
>
> Everything works but I get a problem with securing my
> backend server - I want backend accepts requests only from my frontend.
> I have in backend's conf file:
>
> <Directory "/db1/w3/comps/discovery">
>     Options  FollowSymLinks ExecCGI Includes MultiViews
>     AllowOverride All
>     Order deny,allow
>     Deny from all
>     Allow from MY_PROXY_IP
> </Directory>

Forget that, add the rule to your firewall. Its a far better place to
manage these kinds of rules.

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\

Reply via email to