yonesmit

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • 11. Mai 2017 at 7:41 #28788

    I’ve found a small problem. Reboot button stop working because max2play code assumes that server will work only in port 80. So when you press reboot max2play tries to open:

    http://SERVER_ADDR/plugins/max2play_settings/controller/Basic.php?action=reboot

    and not:

    http://SERVER_ADDR:SERVER_PORT/plugins/max2play_settings/controller/Basic.php?action=reboot

    Seems a easy to fix issue for max2play developers.

    Best Regards,

    9. Mai 2017 at 20:00 #28768

    I installed pihole manually and so far it’s running ok.

    First I changed the max2play web interface to port 81 to free it for pihole use.
    To do it edit file /etc/apache2/ports.conf and change listen port 80 to 81:

    Listen 81

    Also edit file /etc/apache2/sites-enabled/max2play.conf and change port 80 to 81:

    <VirtualHost *:81>

    Restart and you can access max2play interface in port 81.

    Now install pihole using install command:

    curl -sSL https://install.pi-hole.net | bash

    And that’s all. Pihole at port 80 and max2play at port 81.

    Hope this helps
    Best Regards,

    25. April 2017 at 7:49 #28460

    +1 !!!!

    To install manually we need to change web interface port to to use other than 80. Any other change?
    Thanks in advance.

    Best Regards,

Viewing 3 posts - 1 through 3 (of 3 total)