Search found 2 matches

by gurb
Mon Apr 08, 2002 11:48 am
Forum: Help: General
Topic: PHP Binary Path under linux?
Replies: 4
Views: 9851

To figure what is the path to php use 'which'
[marius@gurb marius]$ which php
/usr/bin/php
You can execute php just like any other binary 'php -h' prints out short help. The normal way to execute the binary is 'php -q' which will suppress http headers.
by gurb
Tue Apr 02, 2002 12:50 pm
Forum: Help: General
Topic: Custom Graphs
Replies: 1
Views: 2083

Yes, you can use the rrdtool options start and end (in seconds). Take a peak at the source on your cacti/rrdtool graphs. Lots of documentation on www.rrdtool.org http://people.ee.ethz.ch/~oetiker/webto ... graph.html