up
This commit is contained in:
parent
0266bfcb99
commit
539369f967
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue