X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=conf-available%2Fserve-cgi-bin.conf;fp=conf-available%2Fserve-cgi-bin.conf;h=b02782dabfcb6e0631c79e096108eef7569761ec;hb=7eb82523b8601ebdabdf76ad85071b43d2c149d0;hp=0000000000000000000000000000000000000000;hpb=f32a7d63173731a10ebf504c122365c51f75c94d;p=sysconfig%2Fapache2.git diff --git a/conf-available/serve-cgi-bin.conf b/conf-available/serve-cgi-bin.conf new file mode 100644 index 0000000..b02782d --- /dev/null +++ b/conf-available/serve-cgi-bin.conf @@ -0,0 +1,20 @@ + + + Define ENABLE_USR_LIB_CGI_BIN + + + + Define ENABLE_USR_LIB_CGI_BIN + + + + ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + + AllowOverride None + Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch + Require all granted + + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet