Changeset 614


Ignore:
Timestamp:
02/22/06 00:35:51 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-04-22 03:06:26 by benjamin]
Correction du bug 411 sur le safe_mode_exec_dir, GROS trou de sécu
dans le bureau. Quel est le $&'-!"è_ç@ qui a ouvert ce truc le 28 mai
2004 !!! Mantis bug: 000411 Submitted by: Anarcat Reviewed by:
Benjamin

Original author: benjamin
Date: 2005-04-22 03:06:26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/etc/php4/apache/php.ini

    r370 r614  
    11;  
    22; Fichier de configuration de PHP4 pour AlternC 
    3 ; $Id: php.ini,v 1.5 2004/08/27 10:59:30 anonymous Exp $  
     3; $Id: php.ini,v 1.6 2005/04/22 03:06:26 benjamin Exp $  
    44; 
    55; %%warning_message%% 
     
    8383; When safe_mode is on, only executables located in the safe_mode_exec_dir 
    8484; will be allowed to be executed via the exec family of functions. 
    85 safe_mode_exec_dir = /usr/lib/alternc/ 
     85safe_mode_exec_dir = /var/alternc/exec.usr 
    8686 
    8787; open_basedir, if set, limits all file operations to the defined directory 
Note: See TracChangeset for help on using the changeset viewer.