nealdxmhost
Verified User
I have been in the middle of setting up a billing script on my system and one of the things that I am offering is some free hosting with forced ads. Anyhow I was running the cron manually as root and I got this result when I ran the cron;
Incidentally I am running custombuild with mod_ruid because mod_suphp was keeping apache2 from starting up
Needless to say I have gotten something configured wrong somewhere, any ideas guys? A cold beer to the hero who comes up with this one.
Thanks for bearing with my noobness on this.
Neal
Code:
php -q /home/admin/domains/dxmhosting.net/public_html/cron/cronjob.php --job=httpd_conf
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: Module 'ffmpeg' already loaded in Unknown on line 0
PHP Warning: Module 'ffmpeg' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613//usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613//usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: shell_exec() has been disabled for security reasons in /home/admin/domains/dxmhosting.net/public_html/rpc/forcedads/class_ApacheConfUpdater.php on line 546
PHP Warning: shell_exec() has been disabled for security reasons in /home/admin/domains/dxmhosting.net/public_html/rpc/forcedads/class_ApacheConfUpdater.php on line 546
Incidentally I am running custombuild with mod_ruid because mod_suphp was keeping apache2 from starting up
Needless to say I have gotten something configured wrong somewhere, any ideas guys? A cold beer to the hero who comes up with this one.
Thanks for bearing with my noobness on this.
Neal
Last edited: