Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a web service running on linux box running on port 14001. I want Apache to forward any request coming to port 80 to be forwarded to 14001 and vice versa.
Is it possible. I dont want to configure IP tables to do port forwarding as any requesting coming to this IP will validate himself against IP table.
well apache doesn't port forward but it can use the proxypass and reverseproxypass directives to do internal (or external) http proxying to other servers on other ports.
that's what i said, hick! most of the mod_proxy config is for the more advanced proxying, and the basics being requested here are all done with the two directives in a virtualhost and nothing else.
well apache doesn't port forward but it can use the proxypass and reverseproxypass directives to do internal (or external) http proxying to other servers on other ports.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.