VHost Question

2001-09-08 Thread A.Sleep
(linked to www). When that user adds another dir (say test) it becomes a subdomain of their domain. e.g. DEFAULT: www.theirdomain.com ADDED DIR (test): test.theirdomain.com I've been attempting this with mod_alias and mod_rewrite and I'm quite exasperated. :) Any pointers? A.Sleep --

Re: VHost Question

2001-09-10 Thread A.Sleep
his topic previously. Bah! Searching for the above turned out useless. No results found and for VirtualDocumentRoot only one result was found. I'll keep testing until I get this right, if anyone has any more pointers please send them my way. -- .-"""-. A.Sleep (Jeraimee Hug

VHost/hosting Administration System

2001-09-15 Thread A.Sleep
one has any hints as to a mail-admin system or complete control system please send `em my way. I'm currently using postfix but I have seen there will be many more options if I use Qmail (this may or may not be true). Thanks for the advise in advance... A.Sleep -- To UNSUBSCRIBE, email to

Still Messing With Mail...

2001-09-24 Thread A.Sleep
ing but the lack of documentation I could find just confused the heck outta me. 2. How can I set the users default domain when the send mail via mutt/xmailer? If there was an anti-mail-admin it would be me. A.Sleep -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Virtual web hosting best practice?

2001-10-29 Thread A.Sleep
On Tue, Oct 30, 2001 at 12:56:18PM +1000, Andrew Pollock wrote: > I'm just wondering what methods different people are using to provision multiple > websites under Apache? > I'm after a method that's scaleable, as neat as possible, and most of all as > secure as possible. > e.g. > Where do people

Mailman within VHOST

2001-11-04 Thread A.Sleep
the MAILMAN_UID and MAILMAN_GID to list and www-data to no avail. Any insight would be wonderful. # User list - Also tried manually setting to www-data # Group list - Same as above DocumentRoot /usr/lib/mailman/cgi-bin ServerName lists.[domain] Opt

vmailmgr issue

2001-09-28 Thread A.Sleep
more confedent. I had to move some files around but it _looks_ right. I've also installed ucspi-tcp but this did not give me a needed file "unixserver". Has anyone gotten vmailmgr to run on a Debian box? Is there some deb's anywhere? I couldn't find any. A.Sleep -- To UN

Re: Webmin

2001-09-28 Thread A.Sleep
nterface using HTTP. I don't have a box w/ webmin on it right now, but I last used it two weeks ago. No downloading is needed unless the module isn't packaged correctly (e.g. needs some compiling, etc.). A.Sleep -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Re: vmailmgr issue

2001-09-28 Thread A.Sleep
/var/lib/qmail and /var/qmail, etc. and made sure they were all the same (alias.qmail). Any ideas? qmail was installed from apt (qmail-src, build-qmail, etc.) I hate admining email... no wonder I've never had to do this before. A.Sleep -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: vmailmgr issue

2001-09-28 Thread A.Sleep
On Sat, Sep 29, 2001 at 04:53:09PM +1000, Jeff Waugh wrote: > Might want to revise your motto. :) No, it's fine with me... I can't admin email... I have already admitted that and have no issues doing it again. Thanks anyway... A.Sleep P.S.: It was a project motto, the whole gro

Apache suEXEC Question

2001-10-12 Thread A.Sleep
_html Any ideas why I'm getting forbidden errors? I've never gotten errors before when setting this up, but I've never used the /home// setup before either, is this an issue? A.Sleep -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Apache suEXEC Question

2001-10-12 Thread A.Sleep
in (simple pages and mrtg output) out of /var/www so I left the docroot as it was. Would that make a differance? All of the other boxen I've worked on had a setup like - normal - w/ /var/vhosts/ etc... and the docroot was always /var/vhosts so I didn't need to play with it. A.Sle

Re: Apache suEXEC Question

2001-10-13 Thread A.Sleep
bit more. I know for one I'll be changing php to run in SAFE_MODE :) Thanks for all the help. A.Sleep -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Apache suEXEC Question

2001-10-12 Thread A.Sleep
_html Any ideas why I'm getting forbidden errors? I've never gotten errors before when setting this up, but I've never used the /home// setup before either, is this an issue? A.Sleep

Re: Apache suEXEC Question

2001-10-12 Thread A.Sleep
me the box hasn't been chroot'ed for users. The idea was to have non-world readable home dir's. There must be some way to do this. Is adding the www-data user into each new uesrs group the way to go? I'm still against NOT having a chroot'ed jail for the users but it's not my choice. A.Sleep.

Re: Apache suEXEC Question

2001-10-12 Thread A.Sleep
in (simple pages and mrtg output) out of /var/www so I left the docroot as it was. Would that make a differance? All of the other boxen I've worked on had a setup like - normal - w/ /var/vhosts/ etc... and the docroot was always /var/vhosts so I didn't need to play with it. A.Sleep

Re: Apache suEXEC Question

2001-10-13 Thread A.Sleep
I know for one I'll be changing php to run in SAFE_MODE :) Thanks for all the help. A.Sleep

Re: Virtual web hosting best practice?

2001-10-29 Thread A.Sleep
On Tue, Oct 30, 2001 at 12:56:18PM +1000, Andrew Pollock wrote: > I'm just wondering what methods different people are using to provision > multiple > websites under Apache? > I'm after a method that's scaleable, as neat as possible, and most of all as > secure as possible. > e.g. > Where do peopl

Mailman within VHOST

2001-11-04 Thread A.Sleep
the MAILMAN_UID and MAILMAN_GID to list and www-data to no avail. Any insight would be wonderful. # User list - Also tried manually setting to www-data # Group list - Same as above DocumentRoot /usr/lib/mailman/cgi-bin ServerName lists.[domain] Options ExecCGI --- A.Sleep