diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-01-25 07:57:59 -0500 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-01-25 07:57:59 -0500 |
commit | c31d8664f0c1bf78c085f0e6d83db44c81c81372 (patch) | |
tree | f64222200a7df80aff6a0a3c2a9a5e2fa76446d0 /doc/appendix | |
parent | e2d418287724d25e85d067672049638af022c2c3 (diff) | |
download | bcfg2-c31d8664f0c1bf78c085f0e6d83db44c81c81372.tar.gz bcfg2-c31d8664f0c1bf78c085f0e6d83db44c81c81372.tar.bz2 bcfg2-c31d8664f0c1bf78c085f0e6d83db44c81c81372.zip |
turn off web_debug by default, give a warning if it's on
Diffstat (limited to 'doc/appendix')
-rw-r--r-- | doc/appendix/guides/fedora.txt | 2 | ||||
-rw-r--r-- | doc/appendix/guides/ubuntu.txt | 2 | ||||
-rw-r--r-- | doc/appendix/guides/web-reports-install.txt | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/doc/appendix/guides/fedora.txt b/doc/appendix/guides/fedora.txt index 9d11414ef..f8dea2192 100644 --- a/doc/appendix/guides/fedora.txt +++ b/doc/appendix/guides/fedora.txt @@ -155,8 +155,6 @@ The ``bcfg2.conf`` file contains only standard plugins so far. database_host = # Not used with sqlite3. database_port = - # Set to empty string for default. Not used with sqlite3. - web_debug = True [communication] protocol = xmlrpc/ssl diff --git a/doc/appendix/guides/ubuntu.txt b/doc/appendix/guides/ubuntu.txt index fe5564d19..d85c34b02 100644 --- a/doc/appendix/guides/ubuntu.txt +++ b/doc/appendix/guides/ubuntu.txt @@ -133,8 +133,6 @@ Replace Pkgmgr with Packages in the plugins line of ``bcfg2.conf``:: database_host = # Not used with sqlite3. database_port = - # Set to empty string for default. Not used with sqlite3. - web_debug = True [communication] protocol = xmlrpc/ssl diff --git a/doc/appendix/guides/web-reports-install.txt b/doc/appendix/guides/web-reports-install.txt index 7ec7efb4e..f6a588692 100644 --- a/doc/appendix/guides/web-reports-install.txt +++ b/doc/appendix/guides/web-reports-install.txt @@ -176,8 +176,6 @@ then have something like this:: database_host = # Not used with sqlite3. database_port = - # Set to empty string for default. Not used with sqlite3. - web_debug = True Restart apache and point a browser to your Bcfg2 server. |