gearman.info.conf 391 B

1234567891011121314
  1. <Directory "/usr/local/share/doc/gearmand/html/">
  2. DirectoryIndex index.html
  3. AllowOverride None
  4. Order allow,deny
  5. Allow from all
  6. </Directory>
  7. <VirtualHost *:80>
  8. ServerAdmin brian@tangent.org
  9. DocumentRoot "/usr/local/share/doc/gearmand/html/"
  10. ServerName gearman.info
  11. ServerAlias gearman.info www.gearman.info
  12. ServerAdmin brian@tangent.org
  13. ErrorDocument 404 /index.html
  14. </VirtualHost>