diff --git a/etc/apache2/sites-available/raspicam.conf.1 b/etc/apache2/sites-available/raspicam.conf.1 index 3efb24a3..ff6ebca0 100644 --- a/etc/apache2/sites-available/raspicam.conf.1 +++ b/etc/apache2/sites-available/raspicam.conf.1 @@ -1,15 +1,11 @@ ServerAdmin webmaster@localhost - DocumentRoot /var/www/html - - Options FollowSymLinks - AllowOverride None - + DocumentRoot /var/www Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny - allow from all + Allow from all ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ @@ -25,3 +21,5 @@ SetEnvIf Request_URI "/cam_pic.php$|/status_mjpeg.php$" dontlog CustomLog ${APACHE_LOG_DIR}/access.log common env=!dontlog + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet diff --git a/scr.zip b/scr.zip index bea76684..d9dae94c 100644 Binary files a/scr.zip and b/scr.zip differ