Enabling Web Server is not possible

Moderator: Lillian.W@AST

User avatar
orion
Posts: 3482
youtube meble na wymiar Warszawa
Joined: Wed May 29, 2013 11:09 am

Re: Enabling Web Server is not possible

Post by orion »

[quote="TheBinary1"
Nope. It is broken in ADM 4.0.0
[/quote]
mm... Interesting. Mine is working.
TheBinary1
Posts: 12
Joined: Tue May 14, 2019 6:50 am

Re: Enabling Web Server is not possible - FIXED

Post by TheBinary1 »

mario_ili wrote:This is an advanced intervention in the system, if you do not know what you are doing, do not do it. Before any intervention in the system, I recommend backing up the file !!!!

The [Web Services] section with "T80 and T443 ports" is probably still set up in "/usr/builtin/etc/resource.conf". As of ADM 4.0, it is not [Web services], but [webcenter]. You need to find [Web Services] and remove this section. Find the [webcenter] section and insert ports T80, T443 here. The result will be as follows:
[webcenter]
Display = Web Center
Port = T80, T443
Share = Web /

or optionally find a service that owns T80 and T443 ports.
This solution is on the right path but its description is incomplete.

The issue is indeed in the file

Code: Select all

/usr/builtin/etc/resource.conf
and the offending configuration settings are:

Code: Select all

[webcenter]
Display = Web Center
Port = T80,T443

...

[http]
Display = Web service
Port = T80,T443
Share = Web/
The resolution to this issue is to delete the [http] block and append the [webcenter] block with the Share variable so that it looks like:

Code: Select all

[webcenter]
Display = Web Center
Port = T80,T443
Share = Web/
Upon saving the changes, Web Center changes will work immediately and no reboot is required.
ben1600
Posts: 3
Joined: Thu Nov 25, 2021 1:35 am

Re: Enabling Web Server is not possible

Post by ben1600 »

My problem has been solved by updating to 4.05
Post Reply

Return to “ADM general”