This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Apache#

Configurazione#

apache2.conf aggiungere :
# forbid access to the entire filesystem by default
<Directory />
    Options None
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

# List of resources to look for when the client requests a directory
DirectoryIndex index.htm index.html index.jsp Index.jsp home.jsp Home.jsp index.php Index.php Wiki.jsp wiki.jsp

accesso sicuro SSL#

abilitare modulo ssl con il comando
# a2enmod ssl

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 14-Apr-2010 14:30 by Raschetti.