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: 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

Apache configuration question - restrict folder access to local machine only

2008-04-10 Thread John Zhang
I have this question, and not sure if this is the right place. If not, I do appreciate someone pointing me to the right place. 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

configuration question

2006-04-23 Thread Jonathan
I've got a question on a setup right now, i have modperl set up as such: PerlRequire /path/to/startup.pl PerlSetEnv PERL_RLIMIT_DEFAULTS On PerlModule Apache2::Resource SetHandler 'modperl' PerlResponseHandler 'myapp::api'

Configuration Question

2005-09-20 Thread Scott Wessels
Hello, I am trying to get the example from http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ to work in the server context, but have thus far been unsuccessful. Is it possible to have a scenario where you could modify @INC similar to http://perl.apache.org/docs/2.0/user/config/c

RE: General mod_perl httpd configuration question

2005-04-07 Thread Simon Matthews
Title: RE: General mod_perl httpd configuration question > On Thu, 2005-04-07 at 13:13 -0500, Frank Wiles wrote: >>   I read it as he needed a way to configure Apache via Perl at >>   startup, not on the fly.  Based on his original post I think they are >>   usi

Re: General mod_perl httpd configuration question

2005-04-07 Thread Perrin Harkins
On Thu, 2005-04-07 at 13:13 -0500, Frank Wiles wrote: > I read it as he needed a way to configure Apache via Perl at > startup, not on the fly. Based on his original post I think they are > using code to generate a httpd.conf and restarting. I suppose Simon can speak for himself, but I read

Re: General mod_perl httpd configuration question

2005-04-07 Thread Frank Wiles
On Thu, 07 Apr 2005 12:19:22 -0400 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Thu, 2005-04-07 at 10:16 -0400, Stas Bekman wrote: > > > Yes this is possible with both versions. I couldn't find any > > > 2.0 specific docs on this, but here is the relevant section of > > > the 1.0 docs: >

RE: General mod_perl httpd configuration question

2005-04-07 Thread Simon Matthews
Title: RE: General mod_perl httpd configuration question > of the  1.0 > >>> docs: > >>> > >>>http://perl.apache.org/docs/1.0/guide/config.html#Apache_Co nfiguratio >>>n_in_Perl >> >>mp2.0: >>http://perl.apache.org/docs/2.0/

Re: General mod_perl httpd configuration question

2005-04-07 Thread Stas Bekman
Perrin Harkins wrote: On Thu, 2005-04-07 at 10:16 -0400, Stas Bekman wrote: Yes this is possible with both versions. I couldn't find any 2.0 specific docs on this, but here is the relevant section of the 1.0 docs: http://perl.apache.org/docs/1.0/guide/config.html#Apache_Configuration_in_Perl

Re: General mod_perl httpd configuration question

2005-04-07 Thread Perrin Harkins
On Thu, 2005-04-07 at 10:16 -0400, Stas Bekman wrote: > > Yes this is possible with both versions. I couldn't find any 2.0 > > specific docs on this, but here is the relevant section of the > > 1.0 docs: > > > > http://perl.apache.org/docs/1.0/guide/config.html#Apache_Configuration_in_Per

Re: General mod_perl httpd configuration question

2005-04-07 Thread Stas Bekman
Frank Wiles wrote: On Wed, 6 Apr 2005 21:58:56 +0100 Simon Matthews <[EMAIL PROTECTED]> wrote: I have a number of applications built around mod_perl 1.0 and I am considering porting these over to 2.0. One of the questions that has come up here recently is can mod_perl modify the httpd configurat

Re: General mod_perl httpd configuration question

2005-04-07 Thread Frank Wiles
On Wed, 6 Apr 2005 21:58:56 +0100 Simon Matthews <[EMAIL PROTECTED]> wrote: > > I have a number of applications built around mod_perl 1.0 and I am > considering porting these over to 2.0. > > One of the questions that has come up here recently is can mod_perl > modify the httpd configuration dy

General mod_perl httpd configuration question

2005-04-06 Thread Simon Matthews
Title: General mod_perl httpd configuration question I have a number of applications built around mod_perl 1.0 and I am considering porting these over to 2.0. One of the questions that has come up here recently is can mod_perl modify the httpd configuration dynamically after server startup