hi there,

got apache, cgi and pylons working, at least for the statical served
index.html from public directory. invoking one of my controllers brings
up this error message:

"A server error occurred.  Please contact the administrator."

contact the administrator... that is me! well, i don't have the
faintest idea what's going on. apache and cgi (through wsgiref) should
be working fine. i am not shure wheter to search an error in my
mod_rewrite configuration, routes or whatelse... (with paster serve
everything is working fine.)

.htaccess:
RewriteCond %{REQUEST_URI} !^/startup\.py/.*
RewriteRule ^(.*)$ /startup.py/$1

routing remained unchanged. my project directory is configured as a
(working) virtual host. i need some advice where to start my search...
debugging... logfiles would be nice... (httpd error log is empty).

thanks, axel


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to