On Today at 4:15pm, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote:

HR> To secure the back-end, direct access to the back-end directly is
HR> prohibited. The back-end config has the following directive to only
HR> allow proxied requests to come through:
HR> 
HR> <Location />
HR>   order deny,allow
HR>   deny from all
HR>   allow from localhost 127.0.0.1
HR> </Location>
HR> 

A kind list member replied to me directly and reminded me that the above
directive is totally unnecessary in my case. A simple 'Listen
127.0.0.1:8103' would achieve the same affect since 127.0.0.1 is only
accessible from the local machine.

I'm reposting to the list in case someone searches the archives.

The originally reported behavior is still an unexplained gotcha. I'm glad
I found an easy workaround that works.

Thanks for listening.
--
Haroon Rafique
<[EMAIL PROTECTED]>

Reply via email to