ChangeSet ID: 1117207242214176133814366 CVSROOT: /cvsroot/wine Module name: wiki Changes by: dimi@sc8-pr-cvs1.sourceforge.net 2005/05/27 08:20:42
Modified files: . : winewiki.conf
Log message: Location must be relative to the Virtual Host
Old revision New revision Changes Path 1.2 1.3 +6 -7 wiki/winewiki.conf
Index: wiki/winewiki.conf diff -u -p wiki/winewiki.conf:1.2 wiki/winewiki.conf:1.3 --- wiki/winewiki.conf 27 May 2005 15:20:42 -0000 +++ /dev/null 27 May 2005 15:20:42 -0000 @@ -1,10 +1,3 @@ -# Serving it up via mod_python, when the wiki root problem gets solved -#<Location /wine/wiki> -# SetHandler python-program -# PythonPath "['/var/www/wine/wiki']+sys.path" -# PythonHandler MoinMoin.request::RequestModPy.run -#</Location> - <VirtualHost *:80> ServerName wiki.winehq.org ServerAlias wiki.winehq.com @@ -12,6 +5,12 @@ Alias /favicon.ico "/var/www/wine/wiki/favicon.ico" Alias /logo.png "/var/www/wine/wiki/logo.png" ScriptAlias / "/var/www/wine/wiki/moin.cgi/" + # Serving it up via mod_python, when the wiki root problem gets solved + #<Location /wine/wiki> + # SetHandler python-program + # PythonPath "['/var/www/wine/wiki']+sys.path" + # PythonHandler MoinMoin.request::RequestModPy.run + #</Location> </VirtualHost>
<Directory /var/www/wine/wiki/>