What is ASL using for web hosting?

Good Day Everyone

im running into some issues with some other apps on my rig after getting asl setup, i was thinking asl used apache but doesnt seem to, im not able to figure it out but does anyone know what program im looking for to change the web port that allmon runs off?

Thankies in advance :smiley:

I searched these forums for “allmon port”- hope this helps-

go to etc/httpd/conf/httpd.conf and look for listen port.

Listen 80

ADD one:

Listen 50000

Now Apache listens on 80 AND 50000

-Pres W2PW

1 Like

I do think you need to know what program you are using and be sure there is not 2 of them.
Some of the Pi instructions I have seen do not use Apache but a light version of it called something else as it has less overhead.
Then you can look-up the instructions for changing or checking the port for the version you are using.

Don’t forget if you are accessing outside your NAT, you may need to port it through your router.

But if you want to ‘test’ for port, try this

123.456.78.90/almon :8080
then you can try many ports for testing :8181 :81 etc