summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-16 10:04:09 +0400
committerAndrew Dolgov <[email protected]>2013-05-16 10:04:09 +0400
commita9cd27d6e6d442e6633ed5eec47b84016b1729d1 (patch)
treef0b2c725e74d5ab080e74d2dd5ffdae097a6c470 /config.php-dist
parent4bc6489a80b957519791602811ec8a55cf4e60ca (diff)
config: expand description of PHP_EXECUTABLE
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 58218bab1..6847b91a8 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -50,7 +50,10 @@
// *****************************
define('PHP_EXECUTABLE', '/usr/bin/php');
- // Path to PHP executable, used for various command-line tt-rss programs
+ // Path to PHP *COMMAND LINE* executable, used for various command-line tt-rss programs and
+ // update daemon. Do not try to use CGI binary here, it won't work. If you see HTTP headers
+ // being displayed while running tt-rss scripts, then most probably you are using the CGI
+ // binary. If you are unsure what to put in here, ask your hosting provider.
define('LOCK_DIRECTORY', 'lock');
// Directory for lockfiles, must be writable to the user you run