Ask a Question related to PERL Beginners, Design and Development.
-
Lonewolf@Nc.Rr.Com #1
[OT] Apache internal server redirects
I have an internal server that I need to pass external visitors to from a
web page. The internal server isn't set up to go through the firewall so I
am looking for a way to make web server (which does play nice) to access
the other server via http and let a user access the files and programs on
it.
I've been looking through the FAQs and googling it, but have not found a
way to do it yet.
Any thoughts?
Thanks!
Robert
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
Lonewolf@Nc.Rr.Com Guest
-
Internal Server Error
I have just brought up a web site using an MDB file on a Win 2003 system and I am getting the message: HTTP 500 - Internal server error Internet... -
500 internal server error
Hi all, Just wondering if you could possibly check this site for me - www.gtfasteners.co.uk . I am getting a 500 Internal Server Error message... -
Internal Server Error (500)
I just installed Visual Studio 2003 and tried to create a Web Service project. I received HTTP/1.0 500 Internal Server Error. I confirmed that... -
Internal Server Error 500
I keep getting IIS 500 internal error from the SOAP post rather than the details of the error. I have an XMl doc as <?xml version="1.0"... -
OS X Server Apache Redirects
Hi there, I'm trying to get Mac OS X Server to admin apache as follows: All requests on port 80 should go direct to the URL... -
Dan #2
RE: [OT] Apache internal server redirects
> I have an internal server that I need to pass external
Well how about this:
http://publicserver.com/privateserver.pl
Then privateserver.pl could grab content from the local files/scripts.
HTH
Dmuey
Dan Guest
-
Lonewolf@Nc.Rr.Com #3
RE: [OT] Apache internal server redirects
<!-- snip -->
Well how about this:
http://publicserver.com/privateserver.pl
Then privateserver.pl could grab content from the local files/scripts.
HTH
Dmuey
<!-- snap -->
Essentially I have live data feeds (cameras) that have an internal server.
I want to link them to a web page from our intranet server (user/pw used to
access) that will display the pages. I just don't know the trick to make
the 10.1.1.20 server link up correctly to
http://www.garlandcnorris.com/internals
Thoughts?
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
Lonewolf@Nc.Rr.Com Guest
-
Bob #4
RE: [OT] Apache internal server redirects
rr.com wrote:
That's called proxying. See the Apache mod_proxy module (if you're using
Apache):
http://httpd.apache.org/docs/mod/mod_proxy.html
Bob Guest
-
Lonewolf@Nc.Rr.Com #5
RE: [OT] Apache internal server redirects
<!-- snip -->
rr.com wrote:
That's called proxying. See the Apache mod_proxy module (if you're using
Apache):
http://httpd.apache.org/docs/mod/mod_proxy.html
<!-- snap -->
my httpd.conf file:
ProxyRequests Off
ProxyPass /foo http://foo.example.com/bar
ProxyPassReverse /foo http://foo.example.com/bar
I get the issue when I am accessing the page, the whole thing is a java
program that I am accessing, and it is not able to find any of the files
when I do it via proxy. I don't have a way to access the files yet (trying
to figure out how to do that as well) since it is a closed-system that I am
trying to get this proxy/forwarding to work with.
????
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
Lonewolf@Nc.Rr.Com Guest



Reply With Quote

