Did you actually look in the Apache error log file to see if there was
any useful information?

Try setting:

  PythonDebug On

That way any mod_python/Python error will show in browser rather than
Apache error log.

Graham

On Nov 19, 4:34 am, Hendrik Maryns <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I am following the instructions athttp://trac.edgewall.org/wiki/TracInstall.
>
> My system is openSUSE 11.0, freshly installed, with Apache 2.2.8.
>
> The Trac installation is supposed to be 
> here:http://tcl.sfs.uni-tuebingen.de/MonaSearch/trac, but as you can see, you
> get a 500 error.
>
> I put the following in a file which is included in httpd.conf:
>
> # Trac configuration added by Hendrik
> # 18.11.8
> # Map the Trac CGI into /MonaSearch/trac/
> #   ScriptAliasMatch ^/MonaSearch/trac(.*) /cgi-bin/trac.cgi$1
>
> <Location /MonaSearch/trac>
>         SetHandler mod_python
>         PythonInterpreter main_interpreter
>         PythonHandler trac.web.modpython_frontend
>         PythonOption TracEnv /home/server/svn/trac
> #       PythonOption TracUriRoot /MonaSearch/trac
> #       PythonOption PYTHON_EGG_CACHE /home/server/svn/trac/egg-cache
> </Location>
>
> mod_python seems to be installed correctly, since I the test on the
> TracInstall page worked.
>
> What could be going wrong here?
>
> Also, the first line is commented out since I didn’t find a file called
> trac.cgi anywhere, and I obviously had to change the path from the
> Windows path in the FAQ.
>
> I did trac-admin . initenv in /home/server/svn/trac, I suppose that is
> the directory it is supposed to point at (I find TracInstall not very
> clear on this point).
>
> Please ask for more information, if needed. TIA.
>
> H.
> - --
> Hendrik Maryns
> Herrenberger Straße 40
> D-72070 Tübingen
> +49707143783http://tcl.sfs.uni-tuebingen.de/~hendrik/
> =================www.lieverleven.be    Hier kan iedereen wat van leren.
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> Comment: Using GnuPG with SUSE -http://enigmail.mozdev.org
>
> iEYEARECAAYFAkki/LQACgkQBGFP0CTku6PvvwCfaWOpUDa3L4WjOctxB4Lo8DvH
> ylEAoK1oNOu+JvYiOjm9WiM4w8dsriBn
> =HbCR
> -----END PGP SIGNATURE-----
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to