Проекты GitHub SourceForge |
OpenAP /
H5aiИндексатор каталогов на http сервере. Используется как персональный облачный сервис. Установка
apt-get install libapache2-mod-php5 php5-common
root@ebox:/storage/www/www.stdio.ru-ssl/htdocs# ls -la | grep storage lrwxrwxrwx 1 root root 8 2014-07-29 21:40 storage -> /storage
<FilesMatch "\.(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> BrowserMatch "MSIE [2-6]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # MSIE 7 and newer should be able to use keepalive BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown <Directory /storage/www/www.stdio.ru-ssl/htdocs/storage> AuthName "Authentication Required" AuthType Basic AuthUserFile /storage/www/www.stdio.ru-ssl/htdocs/.htpasswd Require user guest Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all DirectoryIndex index.html index.php /_h5ai/server/php/index.php </Directory> |