LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   proxy server configuration (https://www.linuxquestions.org/questions/linux-newbie-8/proxy-server-configuration-754578/)

nagavinodh 09-12-2009 02:41 AM

proxy server configuration
 
Hi,

I am newbie to linux.I tried to configure the apache proxy server ar red hat 4.2.what is mod_proxy.c?

#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
#<IfModule mod_proxy.c>
#ProxyRequests On
#
#<Proxy *>
# Order deny,allow
# Deny from all
# Allow from .example.com
#</Proxy>
#nathan added
<IfModule mod_proxy.c>
ProxyPass /login http://oraapps.yantro.com:8888/login
ProxyPassReverse /login http://oraapps.yantro.com:8888/login
</IfModule>


How to configure that?please hel me out.

TB0ne 09-12-2009 10:00 AM

Quote:

Originally Posted by nagavinodh (Post 3679730)
Hi,

I am newbie to linux.I tried to configure the apache proxy server ar red hat 4.2.what is mod_proxy.c?

#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
#<IfModule mod_proxy.c>
#ProxyRequests On
#
#<Proxy *>
# Order deny,allow
# Deny from all
# Allow from .example.com
#</Proxy>
#nathan added
<IfModule mod_proxy.c>
ProxyPass /login http://oraapps.yantro.com:8888/login
ProxyPassReverse /login http://oraapps.yantro.com:8888/login
</IfModule>


How to configure that?please hel me out.

Read the page here, about how to configure mod_proxy in Apache:

http://httpd.apache.org/docs/2.0/mod/mod_proxy.html

mod_proxy.c is the source file. The page referenced above has configuration examples.


All times are GMT -5. The time now is 09:56 PM.