Shut off httpd_tty_comm by default since this is handled by systemd now

This commit is contained in:
Dan Walsh 2012-08-02 09:37:12 -04:00
parent f9f0731de4
commit 42bb16fcc9
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ httpd_ssi_exec = false
# Allow http daemon to communicate with the TTY
#
httpd_tty_comm = true
httpd_tty_comm = false
# Run CGI in the main httpd domain
#