A page in your DokuWiki was added or changed. Here are the details: Date : 2017/01/24 14:55 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 IP-Address : 193.248.50.71 Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.1/config_apache?rev=1324247968 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.1/config_apache Edit Summary: User : coudot
@@ -5,18 +5,29 @@ Here is an example of Apache configuration using a virtual host: <file apache> <VirtualHost *:80> - ServerName ssp.example.com + ServerName ssp.example.com - DocumentRoot /usr/local/self-service-password - DirectoryIndex index.php + DocumentRoot /usr/local/self-service-password + DirectoryIndex index.php - AddDefaultCharset UTF-8 + AddDefaultCharset UTF-8 - LogLevel warn - ErrorLog /var/log/apache2/ssp_error.log - CustomLog /var/log/apache2/ssp_access.log combined + <Directory /usr/share/self-service-password> + AllowOverride None + <IfVersion >= 2.3> + Require all granted + </IfVersion> + <IfVersion < 2.3> + Order Deny,Allow + Allow from all + </IfVersion> + </Directory> + + LogLevel warn + ErrorLog /var/log/apache2/ssp_error.log + CustomLog /var/log/apache2/ssp_access.log combined </VirtualHost> </file> You have to change the server name to fit your own domain configuration. -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/
_______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
