summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-24 00:04:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-24 00:04:16 +0000
commit20bcfd8125fac8040e9d57506e7ac02f4b78cb0c (patch)
tree920ef6385521393aa978873ef62f36b797802559 /etc/rc
parente1cb970ef4e6a2bcc918533f051efd63f195ec3f (diff)
downloadpfsense-20bcfd8125fac8040e9d57506e7ac02f4b78cb0c.zip
pfsense-20bcfd8125fac8040e9d57506e7ac02f4b78cb0c.tar.gz
Turn on apc for cli
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index fc6ef14..c8073c0 100755
--- a/etc/rc
+++ b/etc/rc
@@ -273,6 +273,7 @@ if [ "$PLATFORM" != "cdrom" ]; then
# not being able to boot back up.
cat >/usr/local/lib/php.ini <<EOF
# File generated from /etc/rc
+apc.enable_cli = On
output_buffering = "0"
expose_php = Off
implicit_flush = true
@@ -286,7 +287,7 @@ upload_max_filesize = 100M
post_max_size = 100M
html_errors = Off
zlib.output_compression = On
-zlib.output_compression_level = 5
+zlib.output_compression_level = 1
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
extension_dir=/usr/local/lib/php/20060613/
OpenPOWER on IntegriCloud