Mailinglist Archive: opensuse (4749 mails)
| < Previous | Next > |
virtual host
- From: oguzeren <oguze@xxxxxxxx>
- Date: 09 May 2003 01:22:55 +0300
- Message-id: <1052432526.1746.25.camel@linux>
Hi,
I installed apache, it works correctly.
DocumentRoot is /srv/www/htdocs. Hostname is linux.local.
I want linux.local to remain the same, but add a new virtual host for
which the DocumentRoot is /srv/corto.
I add these lines to httpd.conf:
<VirtualHost 127.0.0.1>
DocumentRoot /srv/corto
ServerName corto.local
</VirtualHost>
But http://corto.local address returns the warning that www.corto.local
is not found.
How can i handle that?
Thanks..
I installed apache, it works correctly.
DocumentRoot is /srv/www/htdocs. Hostname is linux.local.
I want linux.local to remain the same, but add a new virtual host for
which the DocumentRoot is /srv/corto.
I add these lines to httpd.conf:
<VirtualHost 127.0.0.1>
DocumentRoot /srv/corto
ServerName corto.local
</VirtualHost>
But http://corto.local address returns the warning that www.corto.local
is not found.
How can i handle that?
Thanks..
| < Previous | Next > |