Ticket #1216: cgi-bin.patch

File cgi-bin.patch, 13.9 kB (added by Cube, 7 months ago)
  • configs/fedora/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/fedora/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/fedora/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/opensuse/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/opensuse/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/opensuse/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/debian/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/debian/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/debian/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/ubuntu/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/ubuntu/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/ubuntu/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/redhat/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/redhat/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/redhat/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/openbsd/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/openbsd/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/openbsd/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/freebsd/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/freebsd/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/freebsd/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/centos/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/centos/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/centos/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/gentoo/apache/parts/als_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/gentoo/apache/parts/dmn_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all 
  • configs/gentoo/apache/parts/sub_cgi_entry.tpl

    old new  
    11    ScriptAlias /cgi-bin/ {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin/ 
    22    <Directory {WWW_DIR}/{DMN_NAME}{MOUNT_POINT}/cgi-bin> 
    3         AllowOverride None 
     3        AllowOverride AuthConfig 
    44        #Options ExecCGI 
    55        Order allow,deny 
    66        Allow from all