Skip to content

Commit

Permalink
Use restart instead of start for apache2 service
Browse files Browse the repository at this point in the history
As it's required on Oracle Cloud with image `Canonical-Ubuntu-22.04-Minimal-2023.07.19-0`, as apache2 is already started after installing the associated package.
  • Loading branch information
Benjamin-Loison committed Aug 28, 2023
1 parent f02e025 commit 355f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Replace `AllowOverride None` with `AllowOverride All` in `<Directory /var/www/>`
Then run:

```
sudo service apache2 start
sudo service apache2 restart
```

### On Windows:
Expand Down

1 comment on commit 355f428

@Benjamin-Loison
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that maybe reload is more appropriate (but should have Debian feedback to be comfortable with this change).

Please sign in to comment.