<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div><br></div><div><br></div><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Jim Kinney" &lt;jim.kinney@gmail.com&gt;<br><b>To: </b>"Atlanta Linux Enthusiasts" &lt;ale@ale.org&gt;<br><b>Sent: </b>Wednesday, January 14, 2015 6:01:47 PM<br><b>Subject: </b>Re: [ale] iptables redirect IP<br><div><br></div><div><br></div>If you're using a web interface, use a redirect page on A then after the<br>first connect, all traffic for a client goes to B.<br></blockquote><div><br></div><div>This could be an option. &nbsp;To do this I would need to use a 302 redirect. &nbsp;Is there a way in Apache to configure</div><div>a virtual host and then apache would serve the 302? &nbsp;</div><div><br></div><div>What I see is that you create a .htaccess in the root and then put 302 direction there. &nbsp;Apache will do the rest.</div><div><br></div><div>I have a few options per this page:</div><div><br></div><div><a href="http://www.yolinux.com/TUTORIALS/ApacheRedirect.html">http://www.yolinux.com/TUTORIALS/ApacheRedirect.html</a></div><div><br></div><div>The perl example would be easy for me, but I do not think it covers the whole site. &nbsp;</div><div><br></div><div>mod_alias looks like a good example. &nbsp;I could create the conf file on demand and simply restart apache.</div><div><br></div><div>#7 shows 301. &nbsp; Should I use that vs 302?</div><div><br></div><div><br></div></div></body></html>