From 66ec7774d8bcd8e68936e31ffb3d736eb45c0a55 Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Fri, 19 Jan 2018 16:19:45 -0600 Subject: [PATCH] Update lastmod and remove link to forum post Instead of the external link, the extra relevant info has been placed into the page --- software/httpd/en.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/software/httpd/en.md b/software/httpd/en.md index 980f718..ce47c34 100644 --- a/software/httpd/en.md +++ b/software/httpd/en.md @@ -1,6 +1,6 @@ +++ title = "httpd (Apache)" -lastmod = "2017-04-23T18:37:45+03:00" +lastmod = "2018-01-19T16:14:40+03:00" +++ # httpd (Apache) @@ -47,7 +47,11 @@ DirectoryIndex index.php index.html ``` -[More info here](https://solus-project.com/forums/viewtopic.php?f=11&t=7440&p=21756#p21756). +Now, to load the changes, run: + +```bash +sudo systemctl restart httpd && sudo systemctl restart php-fpm +``` ### Management