# Make sure you have added a 'Listen 82'-Stanza in your ports.conf (on debian) # so that the VHost listens on this port ServerAdmin geospatial@intevation.de Order deny,allow Allow from all # Change this to your needs ProxyPass /fgsk http://127.0.0.1:5000/fgsk ProxyPassReverse /fgsk http://127.0.0.1:5000/fgsk ProxyPreserveHost On DocumentRoot /home/fgsk/htdocs Options FollowSymLinks AllowOverride None Options FollowSymLinks AllowOverride None ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all ErrorLog /var/log/apache2/fgsk-error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/fgsk-access.log combined ServerSignature Off