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-754590/)

nagavinodh 09-12-2009 03:17 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 help me out.

avalonit 09-12-2009 03:52 AM

Please read the first line of what you have pasted ;)


All times are GMT -5. The time now is 06:40 PM.