You could make the index page for that vhost a php script that rewrites the response header and directs to a different host and port number, like this:

<?
header("Location: http://www.newhost.com:1234";);
?>

This would have to be at the very top of the file so that it is the first thing the php processor parses.

Let me know if this helps.

Shannon Neumann
Neumannweb Computers
www.neumannweb.net


Joe Polk wrote:

Q:
Is there a way to redirect a traffic for a specific vhost in apache on port 80 out to another host on a different port?

<<JAV>>





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to