- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- reverse squid proxy
Operating System - Linux
1819814
Members
2712
Online
109607
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 03:59 AM
02-04-2005 03:59 AM
reverse squid proxy
all,
I have last squid version running on RHAS 3.0.
I want to use squid to proxy a few of back end webserver. I found out to set the following:
acl web1 dst 192.168.1.50/255.255.255.255
acl web2 dst 192.168.1.51/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
http_access allow all web1
http_access allow all web2
http_access allow all
httpd_accel_host virtual
httpd_accel_single_host off
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Then restarted squid, but when accessing web site through squid server, I get acl access denied error.
Again,
i've not an internal dns, put i put the lines in /etc/hosts on squid server.
Any suggestions??
Thanks
I have last squid version running on RHAS 3.0.
I want to use squid to proxy a few of back end webserver. I found out to set the following:
acl web1 dst 192.168.1.50/255.255.255.255
acl web2 dst 192.168.1.51/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
http_access allow all web1
http_access allow all web2
http_access allow all
httpd_accel_host virtual
httpd_accel_single_host off
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Then restarted squid, but when accessing web site through squid server, I get acl access denied error.
Again,
i've not an internal dns, put i put the lines in /etc/hosts on squid server.
Any suggestions??
Thanks
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2005 09:19 AM
02-05-2005 09:19 AM
Re: reverse squid proxy
Hi,
To go far, I would suggest that you enable Squid logging options (var "debug_options" in squid.conf) and have a look at the access log (/var/log/squid/access.log).
It would give a beginning of explanation about the access denied error.
Good luck
Kodjo
To go far, I would suggest that you enable Squid logging options (var "debug_options" in squid.conf) and have a look at the access log (/var/log/squid/access.log).
It would give a beginning of explanation about the access denied error.
Good luck
Kodjo
Learn and explain...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP