Re: [EMAIL PROTECTED] virtual host in apache2

2005-09-02 Thread Joshua Slive
On 9/2/05, Bernard chan <[EMAIL PROTECTED]> wrote: > further question:- > > 1. I am trying to make cartous.com with tw.cartous.com. >a) cartous.com - works properly, > >b) tw.cartous.com- showed 'tw.cartous.com could not found, please > check your name and try again". This is most lik

Re: [EMAIL PROTECTED] virtual host in apache2-further question

2005-09-02 Thread Nick Jones
--- Bernard chan <[EMAIL PROTECTED]> wrote: > further question:- > > 1. I am trying to make cartous.com with > tw.cartous.com. >a) cartous.com - works properly, > >b) tw.cartous.com- showed 'tw.cartous.com could > not found, please > check your name and try again". > > 2. My /etc/a

[EMAIL PROTECTED] virtual host in apache2-further question

2005-09-02 Thread Bernard chan
further question:- 1. I am trying to make cartous.com with tw.cartous.com. a) cartous.com - works properly, b) tw.cartous.com- showed 'tw.cartous.com could not found, please check your name and try again". 2. My /etc/apache/sites-available/default as below:- ServerName cartous.com Doc

Re: [EMAIL PROTECTED] virtual host in apache2

2005-09-02 Thread Bernard chan
further question:- 1. I am trying to make cartous.com with tw.cartous.com. a) cartous.com - works properly, b) tw.cartous.com- showed 'tw.cartous.com could not found, please check your name and try again". 2. My /etc/apache/sites-available/default as below:- ServerName cartous.com Doc

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Bernard chan
1) It works + Thanx. On 8/31/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/31/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: > > Bernard chan wrote: > > > 1) I edited /etc/apache2/sites-available/default as below:- > > > > > > > > > > > > > You can have only ONE _default_ VHost. By definiti

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Joshua Slive
On 8/31/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: > Bernard chan wrote: > > 1) I edited /etc/apache2/sites-available/default as below:- > > > > > > > > You can have only ONE _default_ VHost. By definition the 'default' > site is the one used when, for some reason, the server can't figure > o

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Joshua Slive
On 8/31/05, FSA <[EMAIL PROTECTED]> wrote: > no need to put the tag u just make a > directory in your apache2 htdocs (let say /var/www/ ) directory wich u > will name after your virtualhost let say "cartous.your-domain.com" and u > have a vhost, Huh??? I think you are talking about mod_vhost_al

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread FSA
no need to put the tag u just make a directory in your apache2 htdocs (let say /var/www/ ) directory wich u will name after your virtualhost let say "cartous.your-domain.com" and u have a vhost, if u want to aply some policy on that directory u put in your conf file: Opt

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Bernard chan
1) I edited /etc/apache2/sites-available/default NameVirtualHost *:80 ServerName roadtoy.com DocumentRoot /var/www/roadtoy Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread FSA
if u compiled apache2 with virtualhost suport then it's ok to do smth like: Options . Bernard chan wrote: > my machine is debian sarge 3.1 kernel 2.4.27-2-386 > > 1) I edited /etc/apache2/sites-available/default as below:- > > NameVirtualHost *:80 > > ServerName roadtoy.com > Docum

Re: [EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Davide Bianchi
Bernard chan wrote: > 1) I edited /etc/apache2/sites-available/default as below:- > > > You can have only ONE _default_ VHost. By definition the 'default' site is the one used when, for some reason, the server can't figure out which site is requested. > 4) I saw some email reply from your site

[EMAIL PROTECTED] virtual host in apache2

2005-08-31 Thread Bernard chan
my machine is debian sarge 3.1 kernel 2.4.27-2-386 1) I edited /etc/apache2/sites-available/default as below:- NameVirtualHost *:80 ServerName roadtoy.com DocumentRoot /var/www/roadtoy ServerName cartous.com DocumentRoot /var/www/cartous 2) When I go to roadtoy.com & cartous.com, they all g