Steve Morin wrote: > What is the perfered way to deploy paste under apache using cgi or > fastcgi(using shared hosting right now)? > > I am planning to move to dedicated hosting in the future what is > recommended way to deploy paste, I assume it's using apache.
I haven't done it myself, but if you google for "pylons fastcgi" you'll get lots of hits; all the Pylons material on this should apply to pretty much any Paste project as well. Probably the simplest way to setup an application is behind Apache using mod_proxy (or mod_rewrite for proxying). -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org : Write code, do good : http://topp.openplans.org/careers _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
