summaryrefslogtreecommitdiff
path: root/sample-apache2.conf
blob: cfcbd207d16f948f1e2b07e91ad0df9fa76f973d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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