<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY LINK="#0000ff">
OK.&nbsp; Mask &amp; Forward are registrar-level stuff, and seem pretty bulletproof...<BR>
<BR>
-----Original Message-----<BR>
<B>From</B>: Lightner, Jeff &lt;<A HREF="mailto:%22Lightner,%20Jeff%22%20%3cjlightner@water.com%3e">jlightner@water.com</A>&gt;<BR>
<B>Reply-to</B>: Atlanta Linux Enthusiasts - Yes! We run Linux! &lt;ale@ale.org&gt;<BR>
<B>To</B>: Atlanta Linux Enthusiasts - Yes! We run Linux! &lt;<A HREF="mailto:Atlanta%20Linux%20Enthusiasts%20-%20Yes!%20We%20run%20Linux!%20%3cale@ale.org%3e">ale@ale.org</A>&gt;<BR>
<B>Subject</B>: Re: [ale] redirect rule for RHEL5?<BR>
<B>Date</B>: Tue, 3 Aug 2010 11:15:40 -0400<BR>
<BR>
<FONT SIZE="2"><FONT COLOR="#000080">Registrar isn&#8217;t the issue &#8211; that just points the domains to our DNS servers which points them to this web server here.&nbsp;&nbsp; Nothing in DNS specifies ports for sites &#8211; that&#8217;s all done in web setup.</FONT></FONT><BR>
<BR>
<FONT SIZE="2"><FONT COLOR="#000080">&nbsp;</FONT></FONT><BR>
<BR>
<FONT SIZE="2"><FONT COLOR="#000080">My last post was basically just a gripe about the lack of documentation for Concrete5.&nbsp; It gives you a Readme that list 6 steps most of which boil down to &#8220;use your web hosting company&#8217;s utilities to do some web magic&#8221; rather than actually talking about how Apache itself should be configured.&nbsp;&nbsp; We&#8217;re using this software because of a 3rd party and they aren&#8217;t giving us much guidance.&nbsp; Not being a web admin myself I know just enough to be dangerous.&nbsp; (I am our DNS admin though so I&#8217;m sure I&#8217;m correct on the first line.)</FONT></FONT><BR>
<BR>
<FONT SIZE="2"><FONT COLOR="#000080">&nbsp;</FONT></FONT><BR>
<BR>
<DIV ALIGN=center>
<HR>
</DIV>
<B><FONT SIZE="2">From:</FONT></B><FONT SIZE="2">ale-bounces@ale.org [mailto:ale-bounces@ale.org] </FONT><B><FONT SIZE="2">On Behalf Of </FONT></B><FONT SIZE="2">wolf@wolfhalton.info</FONT><BR>
<B><FONT SIZE="2">Sent:</FONT></B><FONT SIZE="2"> Tuesday, August 03, 2010 10:56 AM</FONT><BR>
<B><FONT SIZE="2">To:</FONT></B><FONT SIZE="2"> Atlanta Linux Enthusiasts - Yes! We run Linux!</FONT><BR>
<B><FONT SIZE="2">Subject:</FONT></B><FONT SIZE="2"> Re: [ale] redirect rule for RHEL5?</FONT><BR>
<BR>
<BR>
&nbsp;<BR>
<BR>
How about leaving the orders.domain.com virtual domain on port 80 and setting the concrete.domain.com to listen only on port 81 or 80 on the internal NIC.&nbsp; Virtual servers override the apache2.conf don't they?&nbsp; Then on your nameservers, make an alias.&nbsp; Even godaddy lets you do that sort of redirect.&nbsp; Who is your registrar (rhetorical question) ask them if they can help you set it up.<BR>
<BR>
-----Original Message-----<BR>
<B>From</B>: Lightner, Jeff &lt;<A HREF="mailto:%22Lightner,%20Jeff%22%20%3cjlightner@water.com%3e">jlightner@water.com</A>&gt;<BR>
<B>Reply-to</B>: Atlanta Linux Enthusiasts - Yes! We run Linux! &lt;ale@ale.org&gt;<BR>
<B>To</B>: Atlanta Linux Enthusiasts - Yes! We run Linux! &lt;<A HREF="mailto:Atlanta%20Linux%20Enthusiasts%20-%20Yes!%20We%20run%20Linux!%20%3cale@ale.org%3e">ale@ale.org</A>&gt;<BR>
<B>Subject</B>: Re: [ale] redirect rule for RHEL5?<BR>
<B>Date</B>: Tue, 3 Aug 2010 10:31:04 -0400<BR>
<BR>
<PRE>
<FONT SIZE="2">&nbsp;</FONT>
<FONT SIZE="2">Can one specify the inernal NICs IP and external NICs IP in the 2</FONT>
<FONT SIZE="2">different virtual hosts both using port 80?&nbsp; I thought that was the</FONT>
<FONT SIZE="2">point in virtual hosts.&nbsp;&nbsp; </FONT>
<FONT SIZE="2">&nbsp;</FONT>
<FONT SIZE="2">I realize now that I misspoke below.&nbsp;&nbsp; On the external interface I want</FONT>
<FONT SIZE="2">to get to it via the domains specified earlier.&nbsp; On the internal I don't</FONT>
<FONT SIZE="2">mind getting to it via <A HREF="http://hostname">http://hostname</A>&nbsp; and <A HREF="http://hostname/orders">http://hostname/orders</A>.</FONT>
<FONT SIZE="2">&nbsp;</FONT>
<FONT SIZE="2">-----Original Message-----</FONT>
<FONT SIZE="2">From: <A HREF="mailto:ale-bounces@ale.org">ale-bounces@ale.org</A> [<A HREF="mailto:ale-bounces@ale.org">mailto:ale-bounces@ale.org</A>] On Behalf Of</FONT>
<FONT SIZE="2">James Sumners</FONT>
<FONT SIZE="2">Sent: Tuesday, August 03, 2010 10:12 AM</FONT>
<FONT SIZE="2">To: Atlanta Linux Enthusiasts - Yes! We run Linux!</FONT>
<FONT SIZE="2">Subject: Re: [ale] redirect rule for RHEL5?</FONT>
<FONT SIZE="2">&nbsp;</FONT>
<FONT SIZE="2">I don't think a simple rewrite rule is going to work. His web server</FONT>
<FONT SIZE="2">is listening on both interfaces, but he wants requests to the external</FONT>
<FONT SIZE="2">interface to always go to &quot;example.com/orders&quot; when the request is</FONT>
<FONT SIZE="2">actually for &quot;example.com/&quot;.</FONT>
<FONT SIZE="2">&nbsp;</FONT>
<FONT SIZE="2">One way to do this would to use virtual hosts. Have &quot;example.com&quot; on</FONT>
<FONT SIZE="2">port 80 and &quot;example.com/orders&quot; on port 81. That would let you use a</FONT>
<FONT SIZE="2">firewall rule to route external traffic to the correct application</FONT>
<FONT SIZE="2">(port 81) without having to specify a different port. Only trouble is</FONT>
<FONT SIZE="2">your internal users would have to specify port 81 if they wanted to</FONT>
<FONT SIZE="2">hit the &quot;/orders&quot; page.</FONT>
<FONT SIZE="2">&nbsp;</FONT>
<FONT SIZE="2">On Tue, Aug 3, 2010 at 9:53 AM, Chuck Payne &lt;<A HREF="mailto:terrorpup@gmail.com">terrorpup@gmail.com</A>&gt; wrote:</FONT>
<FONT SIZE="2">&gt; Do a search on Rewrite URI, that is the direct you need to go in. I</FONT>
<FONT SIZE="2">&gt; don't have my notes with me. But take a look at that, it should be</FONT>
<FONT SIZE="2">&gt; what you need, the other thing you could does create alias for orders</FONT>
<FONT SIZE="2">&gt; have it pointing to the directory CubeCart stuff, to me that ould be</FONT>
<FONT SIZE="2">&gt; easier that rewrite rule.</FONT>
<FONT SIZE="2">&nbsp;</FONT>
<FONT SIZE="2">&nbsp;</FONT>
</PRE>
<BR>
&nbsp;<BR>
<BR>
<BR>
&nbsp; <FONT SIZE="2">Proud partner. Susan G. Komen for the Cure.</FONT> &nbsp; <I><FONT SIZE="1"><FONT COLOR="#00ff00">Please consider our environment before printing this e-mail or attachments.</FONT></FONT></I> <FONT SIZE="2">----------------------------------</FONT><BR>
<FONT SIZE="2">CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential information and is for the sole use of the intended recipient(s). If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.</FONT><BR>
<FONT SIZE="2">----------------------------------</FONT><BR>
<BR>
<PRE>
_______________________________________________
Ale mailing list
<A HREF="mailto:Ale@ale.org">Ale@ale.org</A>
<A HREF="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</A>
See JOBS, ANNOUNCE and SCHOOLS lists at
<A HREF="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</A>
</PRE>
<BR>
</BODY>
</HTML>