next up previous contents
Next: httpd.conf - Apache 2 Up: SciCon Installation Document Previous: Appendix   Contents

php.ini

[PHP]

; Only the relevant parts of the php.ini file are shown.

;;; see the default /etc/php.ini file for the full documentation ;;;

 

; Changing the following options is rather crippling, but it does

; protect your machine from accidentally allowing a non-secured web

; tree from 'escaping'.

; You can set more lenient options you need in the apache configuration

; file.

 

;;; Safe Mode ;;;

;

safe_mode = On

 

;;; Error handling and logging ;;;

 

; Print out errors (as a part of the output).  For production web sites,

; you're strongly encouraged to turn this feature off, and use error logging

; instead.

display_errors = Off

 

;; Data Handling ;;

;

; You should do your best to write your scripts so that they do not require

; register_globals to be on;  Using form variables as globals can easily lead

; to possible security problems, if the code is not very well thought of.

register_globals = Off

 

;;; Paths and Directories ;;;

 

include_path = "."

;

;;; File Uploads ;;;

 

; Whether to allow HTTP file uploads.

file_uploads = Off

 

;;; Fopen wrappers ;;;

 

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.

allow_url_fopen = Off

 


next up previous contents
Next: httpd.conf - Apache 2 Up: SciCon Installation Document Previous: Appendix   Contents
Denice DEATRICH 2003-10-12