# An example Apache virtualhost configuration file. # # See our installation help at http://code.fixmystreet.com/ ServerName fixmystreet.yourservername DocumentRoot /home/yourname/fixmystreet/web/ # Pull in the specific config Include /home/yourname/fixmystreet/conf/httpd.conf # You also need to enable cgi files to run as CGI scripts. For example: # on production servers these are run under fastcgi Options +ExecCGI AddHandler cgi-script .cgi AllowOverride None # # WARNING - enable auth here on production machine # Alias /admin/ /home/yourname/fixmystreet/web-admin/ Alias /jslib/ /home/yourname/fixmystreet/commonlib/jslib/ AddOutputFilter DEFLATE js Header append Cache-Control "no-transform"