This commit is contained in:
scossa 2024-08-18 17:09:34 +02:00
parent 0266bfcb99
commit 539369f967

View file

@ -87,6 +87,11 @@ RestartSec=5
[Install]
WantedBy=multi-user.target
```
##### avvialo e abilitalo a startarsi in automatico
```
sudo systemctl start ruscomap.service
sudo systemctl enable ruscomap.service
```
#### Crea il file conf di apache
@ -111,6 +116,10 @@ CustomLog ${APACHE_LOG_DIR}/ruscomap-access.log combined
</VirtualHost>
```
##### restarta apache
```
sudo systemctl restart apache2.service
```
<br>