Technical review on getting-started-with-apache-http-server
Added sudo to lines where needed Changed "apachectl reload" to "sudo systemctl reload httpd.service" Added / to the end of /etc/httpd/conf.d Technical review completed and is now accurate.
This commit is contained in:
parent
2e382b872c
commit
150aba0f91
6 changed files with 52 additions and 38 deletions
|
@ -14,7 +14,7 @@ They will also often have the default configuration tweaked according to Fedora'
|
|||
Most web applications are simply packaged according to their name. For instance, you can install Wordpress by executing the following command:
|
||||
|
||||
----
|
||||
# dnf install wordpress
|
||||
# sudo dnf install wordpress
|
||||
----
|
||||
|
||||
Packaged web applications will usually provide Fedora-specific instructions in a documentation file. For instance, Wordpress provides the files `/usr/share/doc/wordpress/README.fedora` and `/usr/share/doc/wordpress/README.fedora-multiuser`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue