Difference between revisions of "Glype"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Web_based_tools_or_applications|Web applications</yambe:breadcrumb> =glype= glype is a very useful reverseproxy application. To setup glype on a machine us...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>Web_based_tools_or_applications|Web 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 13: Line 12:
# Setup glype admin username and password by opening glype site in browser.  Admin interface is at /admin.php?login
# Setup glype admin username and password by opening glype site in browser.  Admin interface is at /admin.php?login
# 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.
# 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.
[[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