Hi,

I use Apache for front-end web server on a Windows server to work with my web.py
backend process in SCGI mode. Here's how I configure it in httpd.conf:

LoadModule scgi_module Modules/mod_scgi.so
SCGIMount / 127.0.0.1:8000

This is the new style Apache configuration.

I remember there is a way for Apache to automatically start a back-end process,
such as a FastCGI server. lighttpd does that, too. I wonder if there is a way to
set it up so that when Apache starts, it will also automatically start
the back-end
web.py SCGI process?

Thanks,
Jack

--

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


Reply via email to