Running SCO apache server in DMZ
Server Version: Apache/1.3.33 (Unix) PHP/4.4.1-dev
In the office internal, have a 2k3 server running a special program to simulate web server on port 8000.
User can retrieve this page through any windows machine in network, and even on the Unix client browser.
The owner wants to access this page from outside, so I set up .htaccess on one of the and did a php header Location to redirect to the internal url.
It does actually go out and pull the stuff, but I get a page with only the <html> <body> ie a blank page.
I would think that this should work.
Any ideas?
Thanks in advance.
Server Version: Apache/1.3.33 (Unix) PHP/4.4.1-dev
In the office internal, have a 2k3 server running a special program to simulate web server on port 8000.
User can retrieve this page through any windows machine in network, and even on the Unix client browser.
The owner wants to access this page from outside, so I set up .htaccess on one of the and did a php header Location to redirect to the internal url.
It does actually go out and pull the stuff, but I get a page with only the <html> <body> ie a blank page.
I would think that this should work.
Any ideas?
Thanks in advance.