On Tue, Dec 16, 2008 at 8:09 PM, Graham Dumpleton <[email protected]> wrote: > > > > On Dec 17, 11:13 am, "Lukasz Szybalski" <[email protected]> wrote: >> Hello, >> I'm pleased to announce modwsgideploy ! >> >> What is it? >> modwsgideploy is a template that you install into your tg2 folder. >> This set of templates will create an apache folder inside of you >> application. The 4 configuration files have the necessary settings to >> run you tg2 app via apache and modwsgi. The template has a set of >> sample apache configuration, sample wsgi configuration file, a test >> wsgi file and a readme.txt file that explains the process. > > Since expect Apache configuration snippet to be small, can you post an > example of what mod_wsgi configuration is so can see how you are > running it it under mod_wsgi. Basically wanting to know what > configuration you are recommending as people will just unquestioningly > use this now. I can't readily try it myself right now to see what is > produced, >
Hello, This is a wsgi conf file.. http://bazaar.launchpad.net/~szybalski/modwsgideploy/trunk/annotate/10?file_id=package.wsgi_tmpl-20081212044946-tlwonrp4w5hgt71q-1 this is the apache conf file http://bazaar.launchpad.net/~szybalski/modwsgideploy/trunk/annotate/10?file_id=package_tmpl-20081212044946-tlwonrp4w5hgt71q-2 If the link is too long try: http://bazaar.launchpad.net/~szybalski/modwsgideploy/trunk/files they are in an tempalte/apache folder. Let me know if there is anything in there that you would recommend differently. Thanks, Lucas > > Graham > >> How to use it? >> Install it via easy_install >> easy_install modwsgideploy >> >> Run it: >> cd ./path/to/myapp >> paster modwsgi_deploy >> >> Above will create your apache/modwsgi templates. >> Read README.txt and check the configuration files, see if you need any >> additional settings (vhost, virtualenv, etc). >> Copy the apache folder into you apache configuration folder, and >> enable you site. >> >> You are ready to go.http://lucasmanual.com/mywiki/modwsgideploy >> Enjoy >> Lucas > > > -- How to create python package? http://lucasmanual.com/mywiki/PythonPaste Bazaar and Launchpad http://lucasmanual.com/mywiki/Bazaar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

