diff --git a/etc/apache2/sites-available/raspicam.conf.1 b/etc/apache2/sites-available/raspicam.conf.1 new file mode 100644 index 00000000..3efb24a3 --- /dev/null +++ b/etc/apache2/sites-available/raspicam.conf.1 @@ -0,0 +1,27 @@ + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/html + + Options FollowSymLinks + AllowOverride None + + + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Order allow,deny + allow from all + + ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + + AllowOverride None + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch + Order allow,deny + Allow from all + + + ErrorLog ${APACHE_LOG_DIR}/error.log + LogLevel warn + + SetEnvIf Request_URI "/cam_pic.php$|/status_mjpeg.php$" dontlog + CustomLog ${APACHE_LOG_DIR}/access.log common env=!dontlog + diff --git a/scr.zip b/scr.zip index 4786730e..bea76684 100644 Binary files a/scr.zip and b/scr.zip differ