Apache#
Configurazione#
apache2.conf aggiungere/modificare :
# 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
NameVirtualHost qui:80 NameVirtualHost qui:443
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.