Listen 0.0.0.0:8080
NameVirtualHost *:8080
<VirtualHost *:8080>
   DocumentRoot "/usr/local/share/easybox/http"
   ServerName EasyBox
   DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index1.php
   AddDefaultCharset ISO-8859-1
   <Directory "/usr/local/share/easybox/http">
      Options -All MultiViews
      AllowOverride None
      Order allow,deny
      AllowOverride None
      Order deny,allow
      allow from 127.0.0.1
      allow from 212.27.38.253
      allow from mafreebox.free.fr
      deny from all
   </Directory>
</VirtualHost>
