Re: [PHP] Web server request redirection

2003-03-27 Thread David Otton
On Thu, 27 Mar 2003 00:10:34 +0100, you wrote: Ray Hunter wrote: They are two: 1/ php+apache/linux webserver (reachable from outside) 2/ iis/w2k running web service (behind firewall) You can also create scripts that receive post data and then submit that data to another server via php or

Re: [PHP] Web server request redirection

2003-03-27 Thread Jan Walter
David Otton wrote: On Thu, 27 Mar 2003 00:10:34 +0100, you wrote: I would suggest configuring Apache as an HTTP proxy, rather than trying to redirect requests with PHP scripts. More details here http://www.devshed.com/Server_Side/Administration/ApacheProxy/page1.html With some forethought, you

[PHP] Web server request redirection

2003-03-26 Thread Jan Walter
Hi, I have written a small webservice in M$ VS.NET (for some political reasons), which needs IIS to run. I would like not to open M$ IIS server for outer requests, but enable access just through linux/apache(/php) webserver instead. Is there any simple way, how to resend (at least POST/GET)

Re: [PHP] Web server request redirection

2003-03-26 Thread Jan Walter
Ray Hunter wrote: Are both servers running on the same computer? If so you can send data via the port number they are on. They are two: 1/ php+apache/linux webserver (reachable from outside) 2/ iis/w2k running web service (behind firewall) You can also create scripts that receive post data and