|
File cgi-bin.patch, 13.9 kB
(added by Cube, 7 months ago)
|
|
-
configs/fedora/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/fedora/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/fedora/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/opensuse/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/opensuse/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/opensuse/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/debian/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/debian/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/debian/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/ubuntu/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/ubuntu/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/ubuntu/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/redhat/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/redhat/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/redhat/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/openbsd/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/openbsd/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/openbsd/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/freebsd/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/freebsd/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/freebsd/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/centos/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/centos/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/centos/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/gentoo/apache/parts/als_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/gentoo/apache/parts/dmn_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
-
configs/gentoo/apache/parts/sub_cgi_entry.tpl
| old |
new |
|
| 1 | 1 | ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ |
|---|
| 2 | 2 | <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> |
|---|
| 3 | | AllowOverride None |
|---|
| | 3 | AllowOverride AuthConfig |
|---|
| 4 | 4 | #Options ExecCGI |
|---|
| 5 | 5 | Order allow,deny |
|---|
| 6 | 6 | Allow from all |
|