summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-22 05:42:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-22 05:42:23 +0000
commit4b29393af3bbb0a0cdfb176d440ddad911012622 (patch)
tree80d429cba606577ac99a19f0e60fdd78d0bfb54f /etc/rc.php_ini_setup
parent0997e8f3cbc42872723964191495b26a348aa76a (diff)
downloadpfsense-4b29393af3bbb0a0cdfb176d440ddad911012622.zip
pfsense-4b29393af3bbb0a0cdfb176d440ddad911012622.tar.gz
* Correct comment
* Add additional comments
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 90d2230..8fb924e 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -39,7 +39,7 @@ if [ "$PLATFORM" != "cdrom" ]; then
# the file being clobbered and the firewall
# not being able to boot back up.
cat >/usr/local/lib/php.ini <<EOF
-# File generated from /etc/rc
+; File generated from /etc/rc.php_ini_setup
output_buffering = "0"
expose_php = Off
implicit_flush = true
@@ -58,6 +58,7 @@ include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pk
uploadprogress.file.filename_template = /tmp/uploadprogress_%s.txt
extension_dir=/usr/local/lib/php/20060613/
+; Extensions
EOF
# Loop through and generate modules to load.
@@ -80,6 +81,7 @@ export RAM
cat >>/usr/local/lib/php.ini <<EOF
+; APC Settings
apc.enabled="1"
apc.enable_cli="1"
apc.shm_size="25"
OpenPOWER on IntegriCloud