Re: [EMAIL PROTECTED] A lil Mod Rewrite help please...

2006-04-07 Thread John Hicks
m i l e s wrote: If I have the following series of urls: webmail.theusersdomain.com webmail.somedomain.com webmail.myuserdomain.com webmail.etc.com Instead of adding hostdirections in the apache conf fileI was thinking a mod_rewrite rule would do the trick rather nicelywhat I thought

[EMAIL PROTECTED] A lil Mod Rewrite help please...

2006-04-07 Thread m i l e s
Hi, Pardon me for asking this if its already been asked which Im certain that it has, regex is not my specialty... If I have the following series of urls: webmail.theusersdomain.com webmail.somedomain.com webmail.myuserdomain.com webmail.etc.com you get the picture Instead of adding ho

Re: [EMAIL PROTECTED] an api to administrate apache

2006-04-07 Thread Victor Trac
Try webmin with the Virtualmin module.  On 4/7/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 4/7/06, Zouari Fourat <[EMAIL PROTECTED]> wrote:> Hello,> Having Apache2 installed on my server, i would like if there's some> low-level apis in GPL world to add, disable, delete virtualhosts and > users o

[EMAIL PROTECTED] CustomLog Pipe more than once? CustomLog "| command | command"

2006-04-07 Thread Dave Morrow
Hi all.    I have an issue which, I am sure someone out there has encountered in the past.    I have a website, whose authors have written some of the URLs in a format which contains characters which are not well liked by my log analysis tools (Deepmetrix Livestats).   I would like to s

Re: [EMAIL PROTECTED] an api to administrate apache

2006-04-07 Thread Joshua Slive
On 4/7/06, Zouari Fourat <[EMAIL PROTECTED]> wrote: > Hello, > Having Apache2 installed on my server, i would like if there's some > low-level apis in GPL world to add, disable, delete virtualhosts and > users on the system to interface them with my site to offer a self > hosted site offering free

[EMAIL PROTECTED] Bug in httpd-2.0.56-dev?

2006-04-07 Thread Alexander Lazic
Hi, yesterday i have get the last snapshot from: http://cvs.apache.org/snapshots/ httpd-2.0.x_20060405102636.tar.gz apr-0.9.x_20060405102142.tar.gz apr-util-0.9.x_20060405102200.tar.gz Build it on solaris 10 x86 with gcc. ./configure --prefix=/web/apache-2.0.56 --with-mpm=worker --enable-so \

[EMAIL PROTECTED] an api to administrate apache

2006-04-07 Thread Zouari Fourat
Hello, Having Apache2 installed on my server, i would like if there's some low-level apis in GPL world to add, disable, delete virtualhosts and users on the system to interface them with my site to offer a self hosted site offering free hosting service. thanks

[EMAIL PROTECTED] windows bin 2.0.55 and ldap

2006-04-07 Thread Shai Herman
Hello, A few days ago I tried to get ldap authentication working against an active directory server with the windows binary v2.0.55. I added these two loadmodule lines: LoadModule ldap_module modules/util_ldap.so LoadModule auth_ldap_module modules/mod_auth_ldap.so After adding these two l

Re: [EMAIL PROTECTED] Using an Alias as second argument to Action

2006-04-07 Thread Joshua Slive
On 4/7/06, nocturnal <[EMAIL PROTECTED]> wrote: > Hi > > I'm using Action on a handler created by AddHandler and it works just > fine but Action takes a virtual path as second argument so the file must > be in the web root directory for the vhost. I'd like to use a predefined > Alias pointing to a

[EMAIL PROTECTED] Using an Alias as second argument to Action

2006-04-07 Thread nocturnal
Hi I'm using Action on a handler created by AddHandler and it works just fine but Action takes a virtual path as second argument so the file must be in the web root directory for the vhost. I'd like to use a predefined Alias pointing to a global place in the file system for the Action. This i

Re: [EMAIL PROTECTED] migrating from apache 1.3 to 2.0 advice

2006-04-07 Thread Alexander Lazic
Hi, On Don 06.04.2006 08:02, Noah wrote: On Thu, 6 Apr 2006 17:03:29 +0200, Alexander Lazic wrote I use worker-mpm. thanks for the config snippets. what is worker-mpm? http://httpd.apache.org/docs/2.0/new_features_2_0.html http://httpd.apache.org/docs/2.0/mpm.html Regards Alex