Glype

From Notes_Wiki

Home > CentOS > CentOS 6.x > Web based tools or applications > glype

glype is a very useful reverseproxy application. To setup glype on a machine use following steps:

Note: glype does not works if the hostname or FQDN of machine includes word glype. Hence use names such as reverseproxy.sbarjatiya.com

  1. Download glype sources
  2. Extract sources at /var/www/html or suitable DocumentRoot
  3. Ensure httpd, php packages are installed
  4. service httpd restart
  5. cd /var/www/html or DocumentRoot
  6. chmod 777 includes/settings.php
  7. Setup glype admin username and password by opening glype site in browser. Admin interface is at /admin.php?login
  8. To ensure that only legitimate users can use setup reverseproxy for opening intranet sites add authentication using Configuring authentication for apache using password file or Configuring LDAP based authentication for apache etc.


Home > CentOS > CentOS 6.x > Web based tools or applications > glype