Re: Virtual/Proxy setup to internal webserver

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

 



On Tue, Feb 6, 2018 at 8:50 AM, Bret Stern
<bret_stern@xxxxxxxxxxxxxxxxxxxxx> wrote:
> I have apache24 running on freebsd.
>
> Can I configure virtual host to direct a request for forum.mydomain.com
> to an internal webserver on my network
>
> eg; DocumentRoot "forum.mydomain.com"

This would be for local documents.

> or "xxx.xxx.xx.xxx"
>
> I tried using Proxy mod but not sure how to setup.

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
<VirtualHost *:80>
    ServerName forum.mydomain.com
    ProxyPass / http://internal_webserver/
    ProxyPassReverse / http://internal_webserver/
</VirtualHost>


Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-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