Difference between revisions of "Glype"

From Notes_Wiki
m
m
 
Line 1: Line 1:
<yambe:breadcrumb self="Glype">Web based tools or applications|Web based tools or applications</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Glype|glype]]
=glype=


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




<yambe:breadcrumb self="Glype">Web based tools or applications|Web based tools or applications</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Glype|glype]]

Latest revision as of 14:48, 28 July 2022

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