1. <VirtualHost *:80>
  2. ServerAdmin [email protected]
  3. ServerName bosh.galex-713.eu
  4. DocumentRoot /srv/www
  5. <Directory />
  6. Options FollowSymLinks
  7. LanguagePriority en fr it es la eo vo ar he
  8. ForceLanguagePriority Fallback
  9. AllowOverride None
  10. </Directory>
  11. <Directory /srv/www>
  12. Options FollowSymLinks MultiViews
  13. LanguagePriority en fr it es la eo vo ar he
  14. ForceLanguagePriority Fallback
  15. AllowOverride None
  16. Order allow,deny
  17. allow from all
  18. </Directory>
  19. <Location /http-bind>
  20. Order allow,deny
  21. Allow from all
  22. </Location>
  23. RewriteEngine On
  24. RewriteRule ^/http-bind$ http://bosh.galex-713.eu:5280/http-bind [P,L]
  25. ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
  26. <Directory "/usr/lib/cgi-bin">
  27. AllowOverride None
  28. Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  29. Order allow,deny
  30. Allow from all
  31. </Directory>
  32. ErrorLog ${APACHE_LOG_DIR}/error.log
  33. # Possible values include: debug, info, notice, warn, error, crit,
  34. # alert, emerg.
  35. LogLevel warn
  36. CustomLog ${APACHE_LOG_DIR}/access.log combined
  37. </VirtualHost>