Thanks for the help, I am now trying to get hellahella working with
mod_python.
I have gone through the same steps that I did before except putting the
configuration in to my virtualhosts file, but I still have problems
displaying the images etc..
This is my apache2 virtualhost file:
<VirtualHost 10.0.0.103>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /www/hellahella/
<Location />
SetHandler mod_python
PythonHandler mod_python.wsgi
PythonPath "['/www/hellahella/'] +sys.path"
PythonOption wsgi.application startup::app
PythonOption SCRIPT_NAME /hellahella
</Location>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
</VirtualHost>
So if yours is working, could you post your configuration too?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---