Line 501:
Line 501:
After changing the listening port, you will need to specify the port in the addresses you type in your browser: for example <code>http://localhost:8080</code>, <code>http://localhost:8080/test</code>, <code>http://localhost:8080/dolibarr</code>, etc. instead of <code>http://localhost</code>, <code>http://localhost/test</code>, <code>http://localhost/dolibarr</code>.
After changing the listening port, you will need to specify the port in the addresses you type in your browser: for example <code>http://localhost:8080</code>, <code>http://localhost:8080/test</code>, <code>http://localhost:8080/dolibarr</code>, etc. instead of <code>http://localhost</code>, <code>http://localhost/test</code>, <code>http://localhost/dolibarr</code>.
+
<br />
+
+
===How to manage Windows "Services"?===
+
We have seen in this documentation the creation of Windows "Services" allowing to start automatically the Database Management System '''MariaDB''' and the Web Server '''Apache2''' at the (re)startup of the computer.
+
+
Windows is delivered with a software allowing to manage graphically the "Services". It is thus possible to consult their status (started, stopped) and to act on them (start, stop, restart).
+
+
* Next to the Windows button allowing to open the start menu, in the search box "'''Type here to search'''", click then type <code>services</code>. In the list of options on the right, choose "'''Open'''" or click on the full title of the software to launch it ('''Services''').
+
+
[[File:Lancer l'application Windows Services.png|none|thumb|510x510px|Run the '''Services''' application of Windows|link=Special:FilePath/Lancer_l'application_Windows_Services.png]]
+
+
*Find the Service for which you want to check the status or perform an action (start, stop, restart) in the list of Services that appears. For example, search for '''MariaDB''' or '''Apache2'''.
+
+
In the column '''Status''', you can check the current status of the Service (on the screenshot below, we see that the service '''Apache2.4''' is '''Running''', ie it is started).
+
+
*Right click on the Service to manage to display the context menu and then select the action to perform (Start, Stop or Restart).
+
+
[[File:Redémarrer Service Apache2.4 Windows.png|none|frame|Restart the '''Apache2.4''' service|link=Special:FilePath/Redémarrer_Service_Apache2.4_Windows.png]]
<br />
<br />