remote web server access (apache)

Hi,

I have web server (apache) installed in server-1 and i want to view the web pages from diferent servers also while the web server is running only in one server ....(all the servers are connected to office LAN)

right now all the servers have apache running......and CPU utilzation is at its max in them......so i want to make only one web serer for all the servers....
how can i do this ????
any help....

Thanks in advance....

is this possible or not.......
as the apache web services will run on single server and html or cgi pages from other server can also be viewed but there services are stopped.....

plz suggest
thanks

You could make the files from the other systems available on a single system by exporting them via NFS.

However you must realise that any .cgi scripts will be executed on the single server. There is no way you can get the cgi to execute on a remote system without doing it via a webserver.