Skip to Content

Change the web URL / URI of Ezeelogin Installation

How to change the web URL of the Ezeelogin installation? I'm trying to modify our server so we do not need to reference the /ezlogin at the end of our URL. I modified the apache configs accordingly, however it stops the Ezeelogin panel from working.

To change the Ezeelogin web URL from

http://mysshgateway.com/ezlogin to http://mysshgateway.com

Check the Document Root for the virtual host ezsshgateway.com in the apache web configuration file

Document Root /home/mygate/public_html

1. Edit /usr/local/etc/ezlogin/ez.conf 

Make the following changes from

uri_path /ezlogin
cookie_path /ezlogin
www_folder /home/mygate/public_html/ezlogin

TO

uri_path /
cookie_path /
www_folder /home/mygate/public_html

 

2. All the Ezeelogin web files need to be copied from the folder.

/home/mygate/public_html/ezlogin to /home/mygate/public_html/

Again, if you want to access your Ezeelogin installation as

http://mysshgateway.com/ez

Copy the Ezeelogin web files from to /home/mygate/public_html/ez from your current location.

Edit the following variable in /usr/local/etc/ezlogin/ez.conf

uri_path /ez
cookie_path /ez
www_folder /home/mygate/public_html/ez

 

Related Articles