]> granicus.if.org Git - php/commitdiff
add new ini item for fastcgi
authorShane Caraveo <shane@php.net>
Mon, 18 Mar 2002 04:49:16 +0000 (04:49 +0000)
committerShane Caraveo <shane@php.net>
Mon, 18 Mar 2002 04:49:16 +0000 (04:49 +0000)
php.ini-dist
php.ini-recommended

index 20a79593a0b0738d1b647d84e8a96f0b51110487..c954d0fd589a3ce28e2974e86a698257d92b0b5d 100644 (file)
@@ -390,6 +390,13 @@ enable_dl = On
 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
 ; cgi.redirect_status_env = ;
 
+; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
+; security tokens of the calling client.  This allows IIS to define the
+; security context that the request runs under.  mod_fastcgi under Apache
+; does not currently support this feature (03/17/2002)
+; Set to 1 if running under IIS.  Default is zero.
+; fastcgi.impersonate = 1;
+
 ;;;;;;;;;;;;;;;;
 ; File Uploads ;
 ;;;;;;;;;;;;;;;;
index a20a5d89344d06eb0825d60614e06fa2b626c003..06cf05bbd6698a338d0b246253c1a97075010c4f 100644 (file)
@@ -395,7 +395,12 @@ enable_dl = On
 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
 ; cgi.redirect_status_env = ;
 
-
+; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
+; security tokens of the calling client.  This allows IIS to define the
+; security context that the request runs under.  mod_fastcgi under Apache
+; does not currently support this feature (03/17/2002)
+; Set to 1 if running under IIS.  Default is zero.
+; fastcgi.impersonate = 1;
 
 ;;;;;;;;;;;;;;;;
 ; File Uploads ;