Keep Server Online
  
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
  
or
  
 
  
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.
 |    |   
 | 
     Topic: URL Redirect/Forwarding ? | 
 |   
| Author | 
  | 
 
mind
 
 
  Joined: 03 Jun 2013 Posts: 2
 
  | 
 Posted: Mon 03 Jun '13 13:32    Post subject: URL Redirect/Forwarding ? | 
     | 
 
  | 
 
Hi,
 
 
Description :
 
- Windows 2008 server
 
- Apache 2.4 into a DMZ
 
 
What I did in HTTPD.CONF file :
 
comment #Listen 80
 
UNcomment following lines 
 
-LoadModule proxy_module modules/mod_proxy.so 
 
-LoadModule proxy_ajp_module modules/mod_proxy_ajp.so 
 
-LoadModule proxy_http_module modules/mod_proxy_http.so
 
-LoadModule rewrite_module modules/mod_rewrite.so
 
-LoadModule ssl_module modules/mod_ssl.so
 
-Include conf/extra/httpd-ssl.conf 
 
-LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
 
 
I did also create a self sign SSL certificate.
 
 
From the WAN, users will conect with such an URL
 
https://mob.domain.com:10445
 
This URL can be resolved from DNS.
 
 
What i try to do :
 
 
The Apache server must be configure to accept connection only from the ip addres of the FW
 
The apache server must act as a Reverse Proxy and redirect the URL to an internal server with the following URL HTTP://mob.domain.com:10445/something.xxx
 
 
Of course, external peoples should only see the url they input to connect.
 
 
Any advice to secure Apache server are welcome.
 
 
Thanks for your reply. | 
 
  | 
 
| Back to top | 
 | 
 
admin Site Admin
  
  Joined: 15 Oct 2005 Posts: 706
 
  | 
 | 
 
| Back to top | 
 | 
 
mind
 
 
  Joined: 03 Jun 2013 Posts: 2
 
  | 
 | 
 
| Back to top | 
 | 
 
 
 
 
 | 
 
 
 |  
 
 |  
  |   
 |