Re: Generating dynamic VirtualHost and Location directives and reloading Apache configuration

2002-06-03 Thread James G Smith
Mathieu Jondet [EMAIL PROTECTED] wrote: Hi all, I'm actually working on a application for generating dynamic virtual host and locations in these virtual host from a web interface. The purpose of this application is to give a non-administrator the possibility of adding on the fly

Generating dynamic VirtualHost and Location directives and reloading Apache configuration

2002-05-17 Thread Mathieu Jondet
Hi all, I'm actually working on a application for generating dynamic virtual host and locations in these virtual host from a web interface. The purpose of this application is to give a non-administrator the possibility of adding on the fly virtualhost to a webserver without modifying

Apache configuration

2001-11-09 Thread Christopher Hicks
I've heard lots of people talking about doing Apache configuration via Perl sections and mod_perl, but I can't find any examples! I've looked on Sourceforge, the Guide, and dug through google. The Eagle book has the best stuff I've found so far, but it's hard for me to believe that noone has

Re: Apache configuration

2001-11-09 Thread Scott Lanning
On Fri, 9 Nov 2001, Christopher Hicks wrote: I've heard lots of people talking about doing Apache configuration via Perl sections and mod_perl, but I can't find any examples! I've looked on Sourceforge, the Guide, and dug through google. The Eagle book has the best stuff I've found so far

Querying Apache Configuration

2001-08-17 Thread Lyle Brooks
I've been studying Chapter 8 Customizing the Apache Configuration Process in the Eagle book, and working through some test modules. In the process, I been wondering is it possible to peek at the configuration directives/values of other modules (both Perl and C) via mod_perl? Also, in my tests

RE: Querying Apache Configuration

2001-08-17 Thread Geoffrey Young
-Original Message- From: Lyle Brooks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 11:45 AM To: [EMAIL PROTECTED] Subject: Querying Apache Configuration I've been studying Chapter 8 Customizing the Apache Configuration Process in the Eagle book, and working

RE: Querying Apache Configuration

2001-08-17 Thread Geoffrey Young
-Original Message- From: Lyle Brooks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 2:39 PM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: Querying Apache Configuration It's kinda like writing mod_info as a mod_perl handler, only allow the handler to get

apache configuration error logging

2000-12-03 Thread spam
hi. Here is situation: 1. I have written Auth, Authz and redirect handlers for user control. They take in information from httpd file via PerlSetVar statement for configuration purposes. They also log information into error logs via $r-log_error 2. I have integrated them to protect certain

mod_ssl in fronend-backend Apache configuration

2000-01-31 Thread BeerBong
Hello all! I need encrypted access to some directories on some virtual hosts. I have lightweight proxy apache server and backend mod_perl server. mod_ssl is not a light thing, and I need encrypt mod_perl'd script results only, therefore I think that mod_ssl should be in back-end server. Am I

Re: mod_ssl in fronend-backend Apache configuration

2000-01-31 Thread Tom Brown
On Mon, 31 Jan 2000, BeerBong wrote: Hello all! I need encrypted access to some directories on some virtual hosts. I have lightweight proxy apache server and backend mod_perl server. mod_ssl is not a light thing, and I need encrypt mod_perl'd script results only, therefore I think

Re: mod_ssl in fronend-backend Apache configuration

2000-01-31 Thread Ilya Obshadko
Hello BeerBong, ÐÏÎÅÄÅÌØÎÉË, 31 ÑÎ×ÁÒÑ 2000 Ç., you wrote: B mod_ssl is not a light thing, and I need encrypt mod_perl'd script results B only, therefore I think that mod_ssl should be in back-end server. Am I B right ? Does mod_proxy pass ssl encrypted data? mod_proxy allows CONNECT method

Re: Perl modules in apache configuration

2000-01-26 Thread Doug MacEachern
if you compile modperl with PERL_TRACE=1 and setenv MOD_PERL_TRACE s then you should see some useful diagnostics when mod_perl is processing Perl sections. On Sun, 9 Jan 2000 [EMAIL PROTECTED] wrote: Hello! I'm trying to configure httpd.conf using Perl sections (mod_macro is not enough for

Re: Perl modules in apache configuration

2000-01-18 Thread Doug MacEachern
On Sun, 9 Jan 2000 [EMAIL PROTECTED] wrote: "Eric" == Eric writes: Eric On Sun, Jan 09, 2000 at 08:47:04PM +0300, [EMAIL PROTECTED] wrote: I'm trying to configure httpd.conf using Perl sections (mod_macro is not enough for me), but the result is weird. Eric Do you have a specific

Perl modules in apache configuration

2000-01-09 Thread tarkhil
Hello! I'm trying to configure httpd.conf using Perl sections (mod_macro is not enough for me), but the result is weird. The most weird thing is that Perl sections randomly doesn't execute! I have no experience (yet) with Perl configuration modules, so I don't understand where to start

Re: Perl modules in apache configuration

2000-01-09 Thread Eric
On Sun, Jan 09, 2000 at 08:47:04PM +0300, [EMAIL PROTECTED] wrote: Hello! I'm trying to configure httpd.conf using Perl sections (mod_macro is not enough for me), but the result is weird. The most weird thing is that Perl sections randomly doesn't execute! I have no experience (yet)

Re: Perl modules in apache configuration

2000-01-09 Thread tarkhil
"Eric" == Eric writes: Eric On Sun, Jan 09, 2000 at 08:47:04PM +0300, [EMAIL PROTECTED] wrote: I'm trying to configure httpd.conf using Perl sections (mod_macro is not enough for me), but the result is weird. Eric Do you have a specific example of your config, and what doesn't work, Eric