On Dec 17, 1:17 pm, "Lukasz Szybalski" <[email protected]> wrote:
> 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/1...
>
> this is the apache conf file
>
> http://bazaar.launchpad.net/~szybalski/modwsgideploy/trunk/annotate/1...

How does the name of daemon process group get set? In the source
browser it shows as:

23              \#5. [Optional] Deamon mode with 10 threads and 3 processes. For
small to medium website.
24              \#WSGIDaemonProcess  threads=10 processes=3
25              \#WSGIProcessGroup
26              \#WSGIScriptAlias / /usr/local/turbogears/${package}/apache/$
{package}.wsgi

Is the source browser just screwing up or is the name, or an expansion
variable to be substituted genuinely missing in the template. Doesn't
seem obvious what needs to be filled out.

Graham

> 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 Launchpadhttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to