<VirtualHost *:80>
ServerName bosh.galex-713.eu
DocumentRoot /srv/www
<Directory />
Options FollowSymLinks
LanguagePriority en fr it es la eo vo ar he
ForceLanguagePriority Fallback
AllowOverride None
</Directory>
<Directory /srv/www>
Options FollowSymLinks MultiViews
LanguagePriority en fr it es la eo vo ar he
ForceLanguagePriority Fallback
AllowOverride None
Order allow,deny
allow from all
</Directory>
<Location /http-bind>
Order allow,deny
Allow from all
</Location>
RewriteEngine On
RewriteRule ^/http-bind$ http://bosh.galex-713.eu:5280/http-bind [P,L]
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>