A page in your DokuWiki was added or changed. Here are the details:

Date        : 2010/07/30 09:45
Browser     : Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.8) 
Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8
IP-Address  : 213.41.232.151
Hostname    : dslm0.nerim.lyon.linagora.net
Old Revision: none
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_apache
Edit Summary: created
User        : coudot

====== Apache configuration ======

<note tip>Debian and RPM packages already include Apache configuration</note>

Here is an example of Apache configuration using a virtual host:

<file>
<VirtualHost *:80>
        ServerName ssp.example.com

        DocumentRoot /usr/local/self-service-password
        DirectoryIndex index.php

        AddDefaultCharset UTF-8

        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 file should then be included in Apache configuration.

<note tip>
With Debian package, just enable the site like this:
<code>
# a2ensite self-service-password
</code>
</note>


You can also configure Self Service Password in the default virtual host:
<file>
Alias /ssp /usr/local/self-service-password

<Directory /usr/local/self-service-password>
        DirectoryIndex index.php
        AddDefaultCharset UTF-8
</Directory>
</file>


-- 
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

Reply via email to