Hi all

I'm in beginning of using mod_wsgi and cherrypy. I read about mod_wsgi
+ cherrypy integration on this group's wiki, and following that guide,
i could get them working toghether in a simple hello world like
application. My apache wsgi configuration is set do point to a
directory, instead of a single file, like this:
>> WSGIScriptAlias /wsgi/ /srv/www/wsgi/
Then, i can get any script inside /srv/www/wsgi working by typing it
on browser, or putting it as action of a html form.
The question is: how can i get data from html forms? Using cherrypy
for that is easy, since it does mapping for methods inside a single
file and accept data directly from form fields. But using cherrypy
+mod_wsgi i couldn't get that. Any advices?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to