Re: Several fastcgi servers
Marc Prewitt <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Organization | DMJA, Inc |
| Message-ID | <[email protected]> |
You can certainly configure apache to serve more than one ip on a machine but this is probably not a good mailing list to seek advice on that. You should probably look into the apache virtual host documentation: http://httpd.apache.org/docs-2.0/vhosts/ As for creating a webpage to view info from multiple servers, I'm not really clear what you are trying to do. However, if you just want to have one page which contains pages from two servers, a frameset will probably be what you want. Something like this: <frameset rows="50%,50%"> <frame src="http://server1/cgi-bin/mycgi.cgi"> <frame src="http://server2/cgi-bin/mycgi.cgi"> </frameset> Again, this list is more for fastcgi specific questions so you'll probably find better help on that elsewhere. Sonia wrote: > Hi all! > A week ago I haven't even listened about fastcgi and > now I have to make it work and have a few questions. > I have an Apache server running on a PC, and several > custom platforms running embedded linux. I want to > poll them in order to know several variables from > them, using a browser. > > I have a fastcgi application on one of them, and I can > view its information using the Apache server. The > problem comes out when there are more than one server, > because I don't know how configure the apache server > to have several IPs serving information, and how to > design a web page to view the information from 2 or > more servers. > > I don't even know if this is possible..and I'm wasting > my time. > > Best regards > > Sonia > > > > ______________________________________________ > Renovamos el Correo Yahoo!: ¡250 MB GRATIS! > Nuevos servicios, más seguridad > http://correo.yahoo.es > ___________________________________ > fastcgi-developers mailing list > http://fastcgi.com/fastcgi-developers/ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/