logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache in DMZ with partial ssl ?
Author
d.mallon



Joined: 11 May 2010
Posts: 1

PostPosted: Tue 11 May '10 14:13    Post subject: Apache in DMZ with partial ssl ? Reply with quote

hi!

I administer an Apache in an DMZ. the Apache is used as load balancer for several Tomcats behind. These Apache is configured with ssl-security.

System is windows.


Know I want to use this Apache for publish some xsd's requested for validation from the intranet-space without ssl(makes problems with XML-tools).

Q:

Is it possible to configure the apache to handle request for the xsd's without ssl and to only allow request from ip's starting with lets say 175.???.???.??? ?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Wed 12 May '10 12:16    Post subject: Reply with quote

A idea is to run two different vhosts and bind them to a specific IP. So the requests from the intranet would go to a vhost without ssl.
Back to top


Reply to topic   Topic: Apache in DMZ with partial ssl ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache