Issabel ISO (Latest): Download Here
Cloud Services: User Portal - Quick Guide
News: Telegram channel
Become a Patron!

Hello everyone, i'm having difficulties to change the http and https ports on Issabel. I used Elastix before and the procedure was pretty simple but i've tried to use the same method on Issabel but with no success. When i change the ports the connection is always refused, even with the firewall service down.

I appreciate any help.

Thanks.

RacerStar

    I've found the answer, just added some steps to another solution:

    1 step - chnaging the http default port :

    a- go to /etc/httpd/conf/httpd.conf

    then change Listen 80 to any port rather than 80

    b-go to /etc/httpd/conf.d/issabel.conf
    then comment the lines by adding #
    #<Directory "/var/www/html">

    Redirect administration interface to https

    #RewriteEngine On
    #RewriteCond %{HTTPS} off
    #RewriteRule (.*) %{HTTP_HOST}%{REQUEST_URI}
    #</Directory>

    now we changed the http port
    then we need to do from console =====> service httpd restart

    2 step -changing the https default port
    a- go to /etc/httpd/conf.d/ssl.conf
    then change
    Listen 443 to anyport ranther than 443

    b- go to /etc/httpd/conf.d/ssl.conf
    then change
    VirtualHost default:443

    just change the 443 to any port rather than 443

    then finally type from console
    service httpd restart

    Never forget of course to open the ports on the Firewall, otherwise it won't work.

      3 years later

      obrigado, por compartilha.

        2 months later
        3 years later

        Thanks for sharing the tip to resolve this. I had not updated the internal firewall to open the port, but it worked immediately after i ran "systemctl restart httpd", Anyways - how to open the ports in the Issabel server ?

        Thanks again

          Write a Reply...