1) FCGI doesn't use ports.  Just use your Apache hostname.
2) (see answer to #1 or use 'localhost' from the server)
3) Apache routes stuff to FCGI via the rewrite command.  Read up on how 
to use it.  The setting that I showed you routes all paths to to 
dispatch.fcgi.  You'll want to modify that so that it only writes...say 
/web2py/.* to dispatch.fcgi. 

http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html

voltron wrote:
> Hi all! I have a few questins concerning FCGI
>
> 1. I used to use mod_proxy, I had 2 web2py instances running on 2
> ports, 8000 and 8002, what is the equivalent in FCGI?
>
> 2. I used putty to create tunnesl to my server so I can administer the
> servers remotely, how can I do this using FCGI
>
> 3. Using mpd_proxy, I had the directives to exclude some directories
> from the reverse proxy, as in:
>
>  ProxyPass /stillservedbyapache !
>
> What is the equivalent using FCGI?
>
> Thanks
> >
>   

-- 
Timothy Farrell <tfarr...@swgen.com>
Computer Guy
Statewide General Insurance Agency (www.swgen.com)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to