RE: [users@httpd] Apache 2.055 Best Practices

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: Rosado, Rodolfo CTR MDA/IOM [mailto:Rodolfo.Rosado.CTR@xxxxxxx] 
> Sent: Dienstag, 7. Februar 2006 14:58
> To: users@xxxxxxxxxxxxxxxx
> Subject: RE: [users@httpd] Apache 2.055 Best Practices

http://marc.theaimsgroup.com/?l=apache-httpd-users&m=113929789319347&w=2

> 
> All, 
> 
> 	  I am attempting to redirect traffic incoming to an 
> Apache server located in a DMZ to two machines behind my 
> firewall.  My Apache server listens on both ports 443 and 80. 
>  The traffic on port 443 is redirected via a JK2 connector to 
> a Tomact 4.1.30 server and has no issues.  The traffic on 
> port 80 is redirected to another machine running IIS using a 
> reverse proxy.  I also have a third machine serving images.  
> All of the traffic from my DMZ to my backend servers must do 
> so over 1 port. 
> 
> 
> 	<VirtualHost _default_:80> 
> 	DocumentRoot "e:/apache2/htdocs2" 
> 	ServerName portal.mda.mil 
> 	ServerAdmin joe.paluka@xxxxxxxxxxxx 
> 	ErrorLog logs/error.log 
> 	TransferLog logs/access.log 
> 	ProxyRequests Off 
> 	<Proxy *> 
> 	Order deny,allow 
> 	Allow from all 
> 	</Proxy> 
> 	ProxyPass /xyz http://xyzmachine:9030/xyz 
> <http://xyzmachine:9030/xyz>  
> 	ProxyPassReverse /xyz http://xyzmachine:9030/xyz 
> <http://xyzmachine:9030/xyz>  
> 	ProxyPass /imagerequest 
> http://imagemachine:9030/imagerequest 
> <http://imagemachine:9030/imagerequest>  
> 	ProxyPassReverse /imagerequest 
> http://imagemachine:9030/imagerequest 
> <http://imagemachine:9030/imagerequest>  
> 
> 	My challenges are: 
> 	The pages are served correctly by the URL's are not 
> being preserved, and the links on the served pages are also 
> not being preserved.  
> 
> 	i.e.: 
> 
> 	An inbound request may look like: 
> 
> 	http://www.sumplace.com/xyz/somefunction.htm 
> <http://www.sumplace.com/xyz/somefunction.htm>  
> 
> 	The page returned to the browser will have the url: 
> 
> 	http://xyzmachine:9030/xyz/somefunction.htm 
> <http://xyzmachine:9030/xyz/somefunction.htm>  
> 
> 	And the links on the page will also have the issue. 
> 
> 	I've tried using the ProxyPreserverHost directive, 
> which really didn't help.  
> 
> 	Question:  How can I forward the URL to the backend and 
> have all of the URL's return to the browser with the proper URL's?
> 
> 	Thanks for any assistance. 
> 
> 	R2 
> 	  
> 
> 
> 	  
> 
> 
> 
> 
> 
> 
>
 
 
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux