You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by stakys <st...@punktas.lt> on 2003/05/20 07:08:17 UTC

[users@httpd] Q about vhosts

Is this looks ok? Because i dont have where to test for now. 


<VirtualHost 193.219.5.10>
     ServerAdmin stakys@punktas.lt
     DocumentRoot /isp/domains/impress.lt/hosts/process/htdocs/ROOT
     ServerName process.impress.lt
     Alias /design "/isp/domains/impress.lt/hosts/process/htdocs/design/"

<Directory "/isp/domains/impress.lt/hosts/process/htdocs/design">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

     ErrorLog /isp/domains/imress.lt/hosts/www/logs/error.log
     CustomLog /isp/domains/impress.lt/hosts/www/logs/custom.log common
</VirtualHost>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org