Hi everybody,One of our scientist has develop a website with cgi-script, on host with a private adress.
He needs to be readable throught the internet next month.Is it possible, throught a virtualHost and proxying to execute the cgi scripts hosted on his machine ?
On our apache server we have written in the vhost.conf :(assuming for the example that our apache serveur ip adress is 123.12.12.12 our distant host private ip adress 10.10.10.10 and the name it becomes to bee seen through the internet distant.machine.univ-reunion.fr) :
<VirtualHost 123.12.12.12:80> Servername distant.machine.univ-reunion.fr ProxyPass / http://10.10.10.10 ProxypassReverse / http://10.10.10.10 </VirtualHost>How do i tell apache that cgi scripts i want to execute are not those on the apache server but those on the 10.10.10.10 ? Is it just possible ?
regards, annie --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx