Search found 5 matches
- Thu Jun 26, 2003 6:28 am
- Forum: Help: General
- Topic: cacti in safe_mode
- Replies: 9
- Views: 2119
local non safe-mode for cacti
There is still possibility to run Cacti in "local" non safe-mode which should be set in Apache's VirtualHost via php_admin flag. I use that on our production server where PHP runs in safe mode globally. example: <VirtualHost some_ip> ServerName some_name DocumentRoot some_place php_admin_f...
- Sun Jun 15, 2003 5:01 am
- Forum: Help: General
- Topic: cacti in safe_mode
- Replies: 9
- Views: 2119
cacti, safe_fome function replacement suggestion ;)
Hi raX! I played with cacti under safe_mode again and as described in PHP documentation thare's no way how to get work the shell_exec() function under safe_mode ON. I tried to look for another function similar to shell_exec() and found function passthru http://cz.php.net/manual/en/function.passthru....
- Tue Jun 10, 2003 8:15 am
- Forum: Help: General
- Topic: cacti in safe_mode
- Replies: 9
- Views: 2119
safe-mode, any news?
Hi raX,
I'd like to ask if there is anything new in safe-mode problem?
I tried some laboring on cacti last night but with no effect ;(
I'd like to ask if there is anything new in safe-mode problem?
I tried some laboring on cacti last night but with no effect ;(
- Wed Jun 04, 2003 6:48 pm
- Forum: Help: General
- Topic: cacti in safe_mode
- Replies: 9
- Views: 2119
When I teoreticly analyzed cacti, I get this idea: cacti becomes of two part - a command part, which is called from cron - interpreted by CLI PHP, where safe mode is OFF - this part gets data from PERL and other scripts and stores them in database. In this step everything works fine. Second part (ru...
- Tue Jun 03, 2003 2:55 pm
- Forum: Help: General
- Topic: cacti in safe_mode
- Replies: 9
- Views: 2119
cacti in safe_mode
Hi, I'd like to ask if it's possible to run somehow a web-side part of cacti 0.8 with PHP in safe_mode ON. Everything works fine in safe_mode ON except graph generation - graphs are not generated and in httpd error log appears: ERROR: can't parse '-' ERROR: can't parse '-' ERROR: can't parse '-' ERR...