Operating System - HP-UX
1834454 Members
2793 Online
110067 Solutions
New Discussion

configuring proxy in hp-ux11iv3

 
SOLVED
Go to solution
223848
Frequent Advisor

configuring proxy in hp-ux11iv3

Hi Gurus,
Can any one tell me how can i configure a proxy server in HP-Ux 11iv3
6 REPLIES 6
Manix
Honored Contributor
Solution

Re: configuring proxy in hp-ux11iv3

Hello Laiju ,

Please read this.

Q: How do I make Apache a proxy server?
Add the following to httpd.conf:

ProxyRequests On
< Proxy *>
Order deny,allow
Allow from all



http://www.hp.com/products1/unix/webservers/apache/faqs/#backgrd1

Hope this helps !!
Thanks
Manix
HP-UX been always lovable - Mani Kalra
223848
Frequent Advisor

Re: configuring proxy in hp-ux11iv3

Hi Manix,
Thanks for your quick reply.
I am attaching the list of some installed softwares which is related to Apache availble in my server.

Can you please check wether i have to install any other bundle to configure proxy.

If possible can you please share the step by step procedure for configuring the proxy.

In my server there is no file http.conf file also

Thanks in advance
Manix
Honored Contributor

Re: configuring proxy in hp-ux11iv3

As far as i know Apache is configured as proxy server by uncommenting & modifying few lines in httpd.conf ,which is located under /opt

/opt/hpws22/apache/conf/httpd.conf
/opt/hpws22/apache/conf/original/httpd.conf

vi httpd.conf

Proxy Server directives. Uncomment the following lines to
# enable the proxy server:

You have "Apache web server" installed
which is needed for web proxies.

>>hpuxwsAPACHE B.2.0.59.08 HP-UX Apache-based Web Server

Thanks & Regards
Manix
HP-UX been always lovable - Mani Kalra
Manix
Honored Contributor

Re: configuring proxy in hp-ux11iv3

here is thread with attachment ( httpd.conf)

http://h30499.www3.hp.com/t5/Networking/httpd-conf-file/m-p/2780323#M14121


Thanks
Manix

HP-UX been always lovable - Mani Kalra
Bejoy
Frequent Visitor

Re: configuring proxy in hp-ux11iv3

Hi Manix,

I had checked the httpd.conf file but didnt able to fine any of these entries there.

Apache server details
# swlist -l product | grep -i apache
hpuxwsAPACHE B.2.0.59.08 HP-UX Apache-based Web Server

Please help me to proceed further

Thanks in advance
Bejoy
Torsten.
Acclaimed Contributor

Re: configuring proxy in hp-ux11iv3

This should help:

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

I assume you don't want to configure the browers proxy, but the apache server as a proxy for other clients.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!