What should be considered about the reverse proxy server?

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

 



Hello,
I launched a reverse proxy server by Apache with below configuration:

<VirtualHost *:80>
        ProxyPreserveHost On
        ProxyPass / http://Server-IP/
        ProxyPassReverse / http://Server-IP/
</VirtualHost>

I have some questions:

1- the real work of a proxy server is just that lines?
2- The real configuration of the web server must be done on the another server? Consider below figure:

The Internet --> Reverse Proxy Server --> Apache Web Server

The SSL configuration and other Apache hardening and configuration must be done on the Apache Web Server and not the Reverse Proxy Server?

Please share your experiences.

Thank you.

---------------------------------------------------------------------
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