Re: virtual hosting methods

2001-11-25 Thread Mark Aitchison
Gavin Hamill wrote: > This is my biggest problem and a significant security hole :/ > > I have a directory /www containing all the vhosting directories, named > domain.com, etc. > > the entire directory tree is owned by a user called virtual, and > everyone has CGI, PHP and SSI access. > > In t

Re: virtual hosting methods

2001-11-25 Thread Mark Aitchison
Gavin Hamill wrote: > This is my biggest problem and a significant security hole :/ > > I have a directory /www containing all the vhosting directories, named > domain.com, etc. > > the entire directory tree is owned by a user called virtual, and > everyone has CGI, PHP and SSI access. > > In

Re: virtual hosting methods

2001-11-25 Thread Gavin Hamill
On Sat, Nov 24, 2001 at 06:44:02PM -0500, Kevin J. Menard, Jr. wrote: > > MpP> For simple masshosting I still suggest mod_vhost. > > Which brings me back to my original question. For simple masshosting, I > would agree. But what about a system where some vhosts have CGI or SSI > access for exam

Re: virtual hosting methods

2001-11-25 Thread Gavin Hamill
On Sat, Nov 24, 2001 at 06:44:02PM -0500, Kevin J. Menard, Jr. wrote: > > MpP> For simple masshosting I still suggest mod_vhost. > > Which brings me back to my original question. For simple masshosting, I > would agree. But what about a system where some vhosts have CGI or SSI > access for exa

Re: virtual hosting methods

2001-11-25 Thread Martin 'pisi' Paljak
As of 1.3.22 it reads everything .file and file~ :( Easy to fix but aint got no time nor interest. -- Martin 'pisi' Paljak / freelancer consultant [EMAIL PROTECTED] / pisi.pisitek.com www.pisitek.com On 24 Nov 2001, Karl M. Hegbloom wrote: > > "Frank" == Frank Louwers <[EMAIL PROTECTED]> w

Re: virtual hosting methods

2001-11-25 Thread Martin 'pisi' Paljak
As of 1.3.22 it reads everything .file and file~ :( Easy to fix but aint got no time nor interest. -- Martin 'pisi' Paljak / freelancer consultant [EMAIL PROTECTED] / pisi.pisitek.com www.pisitek.com On 24 Nov 2001, Karl M. Hegbloom wrote: > > "Frank" == Frank Louwers <[EMAIL PROTECTED]>

Re: virtual hosting methods

2001-11-24 Thread Karl M. Hegbloom
> "Frank" == Frank Louwers <[EMAIL PROTECTED]> writes: Frank> On Sun, Nov 25, 2001 at 12:30:41AM +0200, Martin 'pisi' Paljak wrote: >> Actually there is a very nice and nifty feature in apache 1.3.19+ (or was >> it 20+) that allows an include filename to be a directory what will

Re: virtual hosting methods

2001-11-24 Thread Martin 'pisi' Paljak
Actually there is a very nice and nifty feature in apache 1.3.19+ (or was it 20+) that allows an include filename to be a directory what will include all directories and subdirs of the named direcotry, and load all files in those dirs as config files. With some maintenance scripts it allows very e

Re: virtual hosting methods

2001-11-24 Thread Frank Louwers
On Sun, Nov 25, 2001 at 12:30:41AM +0200, Martin 'pisi' Paljak wrote: > Actually there is a very nice and nifty feature in apache 1.3.19+ (or was > it 20+) that allows an include filename to be a directory what will > include all directories and subdirs of the named direcotry, and load all > files

Re: virtual hosting methods

2001-11-24 Thread Gavin Hamill
On Sun, Nov 25, 2001 at 12:30:41AM +0200, Martin 'pisi' Paljak wrote: > Actually there is a very nice and nifty feature in apache 1.3.19+ (or was > it 20+) that allows an include filename to be a directory what will > include all directories and subdirs of the named direcotry, > and load all fil

Re: virtual hosting methods

2001-11-24 Thread Karl M. Hegbloom
> "Frank" == Frank Louwers <[EMAIL PROTECTED]> writes: Frank> On Sun, Nov 25, 2001 at 12:30:41AM +0200, Martin 'pisi' Paljak wrote: >> Actually there is a very nice and nifty feature in apache 1.3.19+ (or was >> it 20+) that allows an include filename to be a directory what will

Re: virtual hosting methods

2001-11-24 Thread Frank Louwers
On Sun, Nov 25, 2001 at 12:30:41AM +0200, Martin 'pisi' Paljak wrote: > Actually there is a very nice and nifty feature in apache 1.3.19+ (or was > it 20+) that allows an include filename to be a directory what will > include all directories and subdirs of the named direcotry, and load all > files

Re: virtual hosting methods

2001-11-24 Thread Gavin Hamill
On Sun, Nov 25, 2001 at 12:30:41AM +0200, Martin 'pisi' Paljak wrote: > Actually there is a very nice and nifty feature in apache 1.3.19+ (or was > it 20+) that allows an include filename to be a directory what will > include all directories and subdirs of the named direcotry, > and load all file

Re: virtual hosting methods

2001-11-24 Thread Martin 'pisi' Paljak
Actually there is a very nice and nifty feature in apache 1.3.19+ (or was it 20+) that allows an include filename to be a directory what will include all directories and subdirs of the named direcotry, and load all files in those dirs as config files. With some maintenance scripts it allows very ea

Re: virtual hosting methods

2001-11-24 Thread Gavin Hamill
On Sat, Nov 24, 2001 at 04:29:06PM -0500, Kevin J. Menard, Jr. wrote: > Hey guys, > > And I was thinking just have a separate vhost.conf file and modifying > that, then restarting apache with graceful. This is exactly what I do, with the same filename vhost.conf and everything =) In fact