Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by pctony:
http://wiki.apache.org/httpd/Recipes/ExampleVhosts

The comment on the change is:
added logging info

------------------------------------------------------------------------------
    # ServerAlias foo.com www.bar.com bar.com
    
    DocumentRoot /var/www/www.foo.com/htdocs
+ 
+   CustomLog /var/log/apache/www.foo.com-access.log combined
+   ErrorLog /var/log/apache/www.foo.com-error.log
  </VirtualHost>
  
  <VirtualHost *:80>
    ServerName mail.foo.com
       
    DocumentRoot /var/www/mail.foo.com/htdocs
+ 
+   CustomLog /var/log/apache/mail.foo.com-access.log combined
+   ErrorLog /var/log/apache/mail.foo.com-error.log
  </VirtualHost>
  
  }}}

Reply via email to