# sample apache(2) configuration for patch-tracking system # # In this example, the site is served directly from a dedicated virtualhost # # static content, such as images, css, etc #Alias /static /home/seanius/patch-tracker/static # all other requests go through a central handler #WSGIScriptAlias / /home/seanius/patch-tracker/pagehandler.py # # In this example, the site is served relatively from the location # /patch-tracking.debian.net on the default virtualhost/server # # static content, such as images, css, etc Alias /patch-tracking.debian.net/static /home/seanius/patch-tracker/static # all other requests go through a central handler WSGIScriptAlias /patch-tracking.debian.net /home/seanius/patch-tracker/pagehandler.py