Changeset 1332

Show
Ignore:
Timestamp:
08/19/08 00:05:36 (4 months ago)
Author:
scitech
Message:

Fixed #1472: Recent fastcgi/fcgid changes break fcgid for me (gentoo)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1330 r1332  
    77        - GUI: 
    88                * Fixed #1461: Call-time pass-by-reference has been deprecated 
     9        - CONFIGS: 
     10                * Fixed #1472: Recent fastcgi/fcgid changes break fcgid for me (gentoo) 
    911 
    10122008-08-17 Daniel Andreca 
  • trunk/configs/centos/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/debian/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/fedora/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/freebsd/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/gentoo/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/gentoo/apache/fcgid_ispcp.conf

    r1327 r1332  
    2020<IfModule mod_fcgid.c> 
    2121  AddHandler fcgid-script .php .php{PHP_VERSION} 
    22   SocketPath /var/lib/apache2/fcgid/sock 
    2322  IPCConnectTimeout 20 
    2423</IfModule> 
  • trunk/configs/openbsd/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/opensuse/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/redhat/apache/00_master.conf

    r1329 r1332  
    5555        <Directory {ROOT_DIR}/gui> 
    5656            FCGIWrapper {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter .php 
    57             Options +ExecCGI MultiViews -Indexes 
     57            Options +ExecCGI 
    5858        </Directory> 
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
  • trunk/configs/ubuntu/apache/00_master.conf

    r1329 r1332  
    5959        <Directory "{PHP_STARTER_DIR}/master"> 
    6060            AllowOverride None 
    61             Options +ExecCGI MultiViews -Indexes 
     61            Options +ExecCGI 
    6262            Order allow,deny 
    6363            Allow from all