Changes for page Interactive Web Sites

Last modified by Thomas Coelho (local) on 2024/07/03 10:58

From version 1.2
edited by Thomas Coelho (local)
on 2024/05/15 13:12
Change comment: There is no comment for this version
To version 3.1
edited by Thomas Coelho (local)
on 2024/05/15 13:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -11,7 +11,7 @@
11 11  
12 12  = Setting up =
13 13  
14 -On the web server (this is currently web3) the script **install-apache-worker** needs to be run to prepare the environment after the prerequisites have been set up. The main job of the script it to prepare the runtime environment below .apache-service and to install the systemd service file. This can be read (and modified if needed) in **.config/systemd/user/apache-worker.service.**
14 +On the web server (this is currently **web3**) the script **install-apache-worker** needs to be run to prepare the environment after the prerequisites have been set up. The main job of the script it to prepare the runtime environment below .apache-service and to install the systemd service file. This can be read (and modified if needed) in **.config/systemd/user/apache-worker.service.**
15 15  
16 16  {{code language="systemd"}}
17 17  [Unit]
... ... @@ -28,4 +28,13 @@
28 28  
29 29  {{/code}}
30 30  
31 -
31 + On the host in ConditionHost you can control the service witch systemctl ~-~-user.
32 +
33 +{{code language="none"}}
34 +systemctl --user status apache-worker
35 +
36 +{{/code}}
37 +
38 +Replace status with stop/start/restart to control the job,
39 +
40 +Logfiles are written to .apache-service/log. The Logfiles are rotated by rotatelogs which is as a pipe for the logfiles,