Apache hints.

2001-07-21 Thread Andy Bradford
Hello all, I have been struggling with getting Apache to do what I want it to do. Hopefully some of you will have already done this before and can offer pointers. I am trying to setup a VirtualHost, something like webmail.example.com, and have it automatically bring up the sqwe

Re: Apache hints.

2001-07-21 Thread Roland Schneider
--On Samstag, 21. Juli 2001 12:14 -0600 Andy Bradford <[EMAIL PROTECTED]> wrote: > Hello all, > > I have been struggling with getting Apache to do what I want it to do. > Hopefully some of you will have already done this before and can > offer pointers. I am trying to setup a Virt

Re: Apache hints.

2001-07-21 Thread Andy Bradford
Thus said Roland Schneider on Sat, 21 Jul 2001 20:38:13 +0200: > You cant call / as a cgi, but look at the DirectoryIndex: That was right on the nose. I actually ended up adding a few more options since I am running SSL only, but that was not a problem. Thanks, Andy -- GnuPG ID 0xA6388

Re: Apache hints.

2001-07-21 Thread John Simpson
On Sat, 21 Jul 2001, Roland Schneider wrote: > You cant call / as a cgi, but look at the DirectoryIndex: > > > ServerName webmail.my.dom > ServerAlias *webmail.my.dom > DocumentRoot /wherever/sqwebmail/lives > Options ExecCGI > Allow from All > AllowOverride None > DirectoryIndex /sqwebmail >

Re: Apache hints.

2001-08-07 Thread Alex Le Fevre
I just got around to using the config below on my server, and it works great -- from the Apache end. However, I've run into an odd Sqwebmail problem. Basically, I'd had the binary for Sqwebmail living in /usr/local/apache/cgi-bin. I didn't want to set directory options on that directory, out o

Re: Apache hints.

2001-08-07 Thread Sam Varshavchik
Alex Le Fevre writes: > I just got around to using the config below on my server, and it works > great -- from the Apache end. However, I've run into an odd Sqwebmail > problem. > Basically, I'd had the binary for Sqwebmail living in > /usr/local/apache/cgi-bin. I didn't want to set directory