Search results

  1. C

    Have I been setting up directadmin wrong all these years?

    I have done the same steps for all of my servers for years but this time I held off on setting up SSL for hostname until after a restart and apparently revealed to myself that maybe i've been doing it wrong all these years? Here is what i've been doing: 1. Connect via SSH. 2. Issue commands...
  2. C

    How do I control PHP version for email pipe?

    Oh nevermind got it, i specify the version in the pipe forward: "| /usr/local/php56/bin/php -q /home/username/domains/domain.com/public_html/billing/pipe/pipe.php"
  3. C

    How do I control PHP version for email pipe?

    I am getting this message: PHP Fatal error: The file /home/username/domains/domain.com/public_html/billing/pipe/pipe.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1 or later. Please ask the provider of the script to provide a version encoded with the ionCube...
  4. C

    How to stop php directory from defaulting to /home/username ?

    Just testing directadmin and finally got a site moved over but I notice that even though I execute a php file from /home/username/domains/domain.com/public_html any file created ends up in /home/username/ how do I stop this from happening without adding chdir in every php file I have?
Back
Top