Re: Apache configuration question - restrict folder access to local machine only

2008-04-11 Thread Colin Wetherbee
John ORourke wrote: Expertly brought back on topic there, Torsten... if I ask about the price of beans and how it relates to global warming can you give me a mod_perl related answer? :) Price of beans increases due to fuel costs, driven by the economy, affected by global warming... um... all

Re: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-11 Thread Niko Tyni
Philippe M. Chiasson wrote: > The mod_perl 2.0.4 release candidate 1 "Works with Perl 5.10" is > ready. It can be downloaded here: > > http://www.apache.org/~gozer/mp2/mod_perl-2.0.4-rc1.tar.gz Hi, I can report that the test suite passes on current Debian unstable with both Perl 5.8.8 and 5.10.

Re: Apache configuration question - restrict folder access to local machine only

2008-04-11 Thread John ORourke
Expertly brought back on topic there, Torsten... if I ask about the price of beans and how it relates to global warming can you give me a mod_perl related answer? :) John Torsten Foertsch wrote: On Fri 11 Apr 2008, John Zhang wrote: We have a situation that we would like to restrict the a

[OT] Re: Apache configuration question - restrict folder access to local machine only

2008-04-11 Thread Issac Goldstand
This really belongs on [EMAIL PROTECTED], but having been asked already... You could put it into a separate VirtualHost container, which listens on 127.0.0.1 Then you don't need to worry about Allow from to begin with. Issac John Zhang wrote: I have this question, and not sure if this is

Re: Apache configuration question - restrict folder access to local machine only

2008-04-11 Thread Torsten Foertsch
On Fri 11 Apr 2008, John Zhang wrote: > We have a situation that we would like to restrict the > access to certain folders only to requests from the > "local machine".  Here is why: > When a page is processed by our filter, the filter > (based on page logic) may request pages (just like a > regular