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...") |
(No difference)
|
Revision as of 05:57, 14 February 2015
<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 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
- Download glype sources
- Extract sources at /var/www/html or suitable DocumentRoot
- Ensure httpd, php packages are installed
- service httpd restart
- cd /var/www/html or DocumentRoot
- chmod 777 includes/settings.php
- 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.