[EMAIL PROTECTED] Re: LocationMatch Regex within?

2007-11-17 Thread Mukul Sabharwal
You don't have grouping capabilities in *Match. So instead, consider using .htaccess if these are mapped to a physical location, etc. Mukul On Nov 17, 2007 3:06 AM, Hayden Livingston <[EMAIL PROTECTED]> wrote: > Hello, > > I was wondering if this is possible? > > > php_value include_path .:/

Re: [EMAIL PROTECTED] LocationMatch Regex within?

2007-11-17 Thread Joshua Slive
On Nov 17, 2007 12:58 PM, Hayden Livingston <[EMAIL PROTECTED]> wrote: > It really isn't a PHP question. I want to selectively set certain > environmnet variables when I hit a particular location through Apache. > Much like url rewriting. > php_value is not an environment variable. If it can be se

Re: [EMAIL PROTECTED] LocationMatch Regex within?

2007-11-17 Thread Hayden Livingston
It really isn't a PHP question. I want to selectively set certain environmnet variables when I hit a particular location through Apache. Much like url rewriting. On Nov 17, 2007 10:39 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Nov 17, 2007 11:33 AM, Hayden Livingston <[EMAIL PROTECTED]> wrot

Re: [EMAIL PROTECTED] LocationMatch Regex within?

2007-11-17 Thread Joshua Slive
On Nov 17, 2007 11:33 AM, Hayden Livingston <[EMAIL PROTECTED]> wrote: > So, > > Is there a workaround? Using some other directives, or dynamic thing? > There are too many to list out them all in the conf file. That's a php question which would probably be better answered on a php list. Joshua.

Re: [EMAIL PROTECTED] LocationMatch Regex within?

2007-11-17 Thread Hayden Livingston
So, Is there a workaround? Using some other directives, or dynamic thing? There are too many to list out them all in the conf file. Thanks On Nov 17, 2007 8:24 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On Nov 17, 2007 4:06 AM, Hayden Livingston <[EMAIL PROTECTED]> wrote: > > Hello, > > > >

Re: [EMAIL PROTECTED] LocationMatch Regex within?

2007-11-17 Thread Joshua Slive
On Nov 17, 2007 4:06 AM, Hayden Livingston <[EMAIL PROTECTED]> wrote: > Hello, > > I was wondering if this is possible? > > > php_value include_path .:/libraries/$1/php/lib > SetEnv PERL5LIB /libaries/$1/perl/lib > No. Apache directives are evaluated at start-time, so the details of th

[EMAIL PROTECTED] virtual host bandwidth throttling on apache 2.2

2007-11-17 Thread js
Hi list, What's the preferred method of doing vhost based bandwidth throttling, maximum amount of connections per vhost,... Thanks, Js - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

[EMAIL PROTECTED] Help with installing mailman please

2007-11-17 Thread lists . httpd-users
Hallo, I'm trying to install mailman 2.1.9 on my system running httpd 2.2.6. For that I added the following to httpd.conf: === import === User www Group www Alias /pipermail/ /opt/mailman/archives/public/ ScriptAlias /cgi-bin/ "/opt/apache/cgi-bin/" ScriptAlias /mailman/

[EMAIL PROTECTED] LocationMatch Regex within?

2007-11-17 Thread Hayden Livingston
Hello, I was wondering if this is possible? php_value include_path .:/libraries/$1/php/lib SetEnv PERL5LIB /libaries/$1/perl/lib Thanks, HL - The official User-To-User support forum of the Apache HTTP Server Project