Steve
check apache.org for the details, but one way to do this is to setup a
virtual host section on external.com for external.com:30000 to proxy to
internal.com. the directives you are interested in are something like
<VirtualHost external.com.ip:30000>
...
ProxyPass / http://internal.com.ip/
ProxyPassReverse
</VirtualHost>
hth
charles
On Fri, 23 Jun 2000, Steve Lee wrote:
> i need some help now.
> i tried but failed.
> I am trying to forward a http port from my external machine
> to an internal http mahcine.
> ie. say http://www.external.com:30000 to an internal
> http://www.internal.com
>
> please someone help or point me to the right
> documents.
>
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.