I'm primarily a
User Developer Sysadmin A mixture Something else entirely .. ( 514 votes ~ 10 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Hosting multiple websites with Apache2:
#8 Re: Hosting multiple websites with Apache2 Posted by Steve (62.30.xx.xx) on Fri 7 Jul 2006 at 09:19 I guess with that setup, since the webmail is "inside" the document root you can access it either via either of the links: webmail.example.org www.example.org/webmail For me I'd tend to only use the webmail.example.org site available and I'd do it with: mkdir /home/www/webmail.example.org/ mkdir /home/www/webmail.example.org/logs ln -s /home/www/webmail /home/www/webmail.example.org/htdocs (No need for a CGI directory in this case I guess!) Still I guess this is personal preference really.. Steve
I guess with that setup, since the webmail is "inside" the document root you can access it either via either of the links:
For me I'd tend to only use the webmail.example.org site available and I'd do it with:
mkdir /home/www/webmail.example.org/ mkdir /home/www/webmail.example.org/logs ln -s /home/www/webmail /home/www/webmail.example.org/htdocs
(No need for a CGI directory in this case I guess!)
Still I guess this is personal preference really..
Steve
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account