In webfaction each application has its own port, and then they proxy
it by domain name.

If you choose to create default apache+mod_wsgi application for each
webpy website — you will end up with many apache instances per each
app.

But also they have an option to create "custom app listening on port",
that only reserves port to application.

So I created only one apache+mod_wsgi app, and configured it with
virtual servers that point to my apps and listen on the reserved
ports.


On Aug 21, 9:22 pm, Dexter <[email protected]> wrote:
> > Had to do some optimization. Instead of single apache for each
> > applictaion, I am using one apache with virtual servers listening on
> > different ports reserved by custom applications created from their
> > admin panel.
>
> Sounds interesting ... can  you please explain a bit more
>
>
>
>
>
>
>
> > On Aug 21, 2:41 pm, Dexter <[email protected]> wrote:
>
> > > Thanks Andrei ... how has been your experience ... I believe good
> > > Isnt it like a bit costly than web standards
>
> > > -PK
>
> > > On Aug 21, 2:12 pm, andrei <[email protected]> wrote:
>
> > > > I host my sites on webfaction using mod_wsgi.
>
> > > > On Aug 21, 12:55 pm, Dexter <[email protected]> wrote:
>
> > > > > If any one of u did try would request for a review.
>
> > > > > What Aaron wrote was in 2006 (http://webpy.org/godaddy.com) and is
> > > > > quite outdated
> > > > > Back then he was planning to use Cheetah.
>
> > > > > The last few posts on webhosts were NOT very informative ... cmon ppl
> > > > > where r u hosting ur webpy sites
> > > > > Appengine is a totally different story
>
> > > > > Cheers
> > > > > PK

-- 
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