diff --git a/dist/apache/arsse.conf b/dist/apache/arsse.conf index 469dc8e..f4d759e 100644 --- a/dist/apache/arsse.conf +++ b/dist/apache/arsse.conf @@ -1,10 +1,10 @@ -Define ARSSE_CONF "/etc/arsse/apache/" -Define ARSSE_DATA "/usr/share/arsse/" -Define ARSSE_PROXY "unix:/var/run/php/arsse.sock|fcgi://localhost${ARSSE_DATA}" - -DocumentRoot "${ARSSE_DATA}www" +DocumentRoot "/usr/share/arsse/www" + + Require all granted + +Define ARSSE_PROXY "unix:/var/run/php/arsse.sock|fcgi://localhost/usr/share/arsse/" ProxyPreserveHost On -ProxyFCGISetEnvIf "true" SCRIPT_FILENAME "${ARSSE_DATA}arsse.php" +ProxyFCGISetEnvIf "true" SCRIPT_FILENAME "/usr/share/arsse/arsse.php" -Include "${ARSSE_CONF}arsse-loc.conf" +Include "/etc/arsse/apache/arsse-loc.conf" diff --git a/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md b/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md index 9b9e211..6dc0fba 100644 --- a/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md +++ b/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md @@ -43,7 +43,7 @@ Finally, services must be restarted to apply the new configurations, and The Ars ```sh sudo systemctl restart systemd-sysusers -sudo systemctl restart systemd-tmpfiles +sudo systemd-tmpfiles --create sudo systemctl restart php$php_ver-fpm sudo systemctl reenable arsse sudo systemctl restart arsse