, it works ! Thank you very much for you help.
Cdt. annie
Cdt
-ascs
-Original Message-
From: Annie Dumont [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 26, 2006 2:20 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] How to execute cgi on a proxied host ?
Le 26 janv
Le 26 janv. 06 à 17:00, Axel-Stéphane SMORGRAV a écrit :
Could you provide me with your list of AddModule directives as
well as the output of the "httpd -l" command?
i obtain something with "apache -l" :
Compiled-in modules:
http_core.c
mod_so.c
suexec: enabled; valid wrapper /usr/sbin/
.
Cordialement,
-ascs
From: Annie Dumont [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 25, 2006 11:54 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] How to execute cgi on a proxied host ?
Hi Axel-Stéphane,
Sorry, i forget to give the apache
ewriteRule ^/(.*) http://host.ca:9090/%{REQUEST_URI} [P]
RewriteCond %{REQUEST_URI} /fs.* [NC]
RewriteRule ^/(.*) http://%{HTTP_HOST}:9090/$1 [P]
Of coarse, you could change localhost:9090 to any host the server has access to.
I hope this helps,
David
On 1/25/06, Annie Dumont <[EM
ept post_config).
I suggest you test your configuration below. If you actually do observe that the CGI scripts are executed on the reverse proxy, please report back and we'll look into it again.
Cordialement,
-ascs
-Original Message-
From: Annie Dumont [mailto:[EMAIL PROTECTED]]
Sent
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 ha