Edgewall Software

Changes between Initial Version and Version 1 of TracOnWindows/Advanced


Ignore:
Timestamp:
Dec 14, 2006, 2:19:30 PM (17 years ago)
Author:
Christian Boos
Comment:

Some pointers for mod_python and placeholders for the rest

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows/Advanced

    v1 v1  
     1[[PageOutline(2-3)]]
     2= Advanced options for Installing Trac on Windows =
     3
     4== Using Other Databases ==
     5
     6=== [PostgreSql PostgreSQL] for Windows ===
     7 ''TODO''
     8
     9=== [MySqlDb mySQLDb] for Windows ===
     10 ''TODO''
     11
     12
     13== Using Other Web front-end ==
     14
     15TracStandalone is not the only option on Windows.
     16
     17=== Apache and `mod_python` ===
     18
     19First you need to install the `mod_python` package.
     20Pick the version that is appropriate for your version of Python and your version of Apache.
     21 - [http://www.apache.org/dist/httpd/modpython/win/3.2.10/mod_python-3.2.10.win32-py2.3-apache2.0.exe  mod_python-3.2.10.win32-py2.3-apache2.0.exe]
     22 - [http://www.apache.org/dist/httpd/modpython/win/3.2.10/mod_python-3.2.10.win32-py2.4-apache2.0.exe mod_python-3.2.10.win32-py2.4-apache2.0.exe]
     23 - [http://www.apache.org/dist/httpd/modpython/win/3.2.10/mod_python-3.2.10.win32-py2.4-apache2.2.exe mod_python-3.2.10.win32-py2.4-apache2.2.exe]
     24
     25''TODO: check the compatibility between Apache 2.0/2.2 and the Subversion bindings. The latter are using libapr and libaprutil 0.9.12.''
     26
     27Then, check the regular TracModPython instructions to see how you have to modify your http.conf.
     28
     29
     30=== Internet Information Services (IIS) ===
     31
     32It seems that you can also use [TracOnWindowsIis6 Trac with IIS 6].