[[PageOutline(2-3)]] = Advanced options for Installing Trac on Windows = == Using Other Databases == === [PostgreSql PostgreSQL] for Windows === ''TODO'' === [MySqlDb mySQLDb] for Windows === ''TODO'' == Using Other Web front-end == TracStandalone is not the only option on Windows. === Apache and `mod_python` === First you need to install the `mod_python` package. Pick the version that is appropriate for your version of Python and your version of Apache. - [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] - [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] - [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] ''TODO: check the compatibility between Apache 2.0/2.2 and the Subversion bindings. The latter are using libapr and libaprutil 0.9.12.'' Then, check the regular TracModPython instructions to see how you have to modify your http.conf. === Internet Information Services (IIS) === It seems that you can also use [TracOnWindowsIis6 Trac with IIS 6].