Mailinglist Archive: opensuse (4749 mails)

< Previous Next >
virtual host
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..




< Previous Next >
Follow Ups