HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache , ssl and ProxyPass
Operating System - HP-UX
1836690
Members
2602
Online
110108
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
Forums
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
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
11-25-2002 06:54 AM
11-25-2002 06:54 AM
Apache , ssl and ProxyPass
Hello:
I am trying to pass a request received in a no-secure webserver to a secure one. My httpd.conf file is the following:
ProxyRequests On
#
Order deny,allow
# Deny from all
Allow from all
ProxyPass /test https://www.servidor_seguro.com:443/test.html
This is failing, if you make the same using Redirect instead ProxyPass it works.
Regards.
I am trying to pass a request received in a no-secure webserver to a secure one. My httpd.conf file is the following:
ProxyRequests On
#
Order deny,allow
# Deny from all
Allow from all
ProxyPass /test https://www.servidor_seguro.com:443/test.html
This is failing, if you make the same using Redirect instead ProxyPass it works.
Regards.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 10:12 PM
11-26-2002 10:12 PM
Re: Apache , ssl and ProxyPass
HI,
Put this lines in httpd.conf
Listen 80
Listen 443
ProxyRequests On
#
Order deny,allow
# Deny from all
Allow from all
ProxyRemote /test http://www.servidor_seguro.com:443/test.html
restart httpd and it should work
regards,
U.SivaKumar
Put this lines in httpd.conf
Listen 80
Listen 443
ProxyRequests On
#
Order deny,allow
# Deny from all
Allow from all
ProxyRemote /test http://www.servidor_seguro.com:443/test.html
restart httpd and it should work
regards,
U.SivaKumar
Innovations are made when conventions are broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 02:22 AM
12-04-2002 02:22 AM
Re: Apache , ssl and ProxyPass
you want to make shure that mod_ssl is loaded and added when using proxy backend ssl.
joachim
joachim
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP