New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Ion Cubeloader with Nginx?
Followed DigitalOcean's Tutorial here for Nginx with PHP and MySQL However Need to find a way to install ion-cubeloader for WHMCS
Any tips?
Comments
pretty sure web server is independent of ioncube loaders, you just have to download its library and include in php.ini file
I've installed whmcs with nginx+php-fpm once. Many whmcs features that broken e.g. domain registration but working well with apache.
how did you get it working without ioncube
Just put ioncube somewhere and create a .INI file in the PHP config dir that loads the extension. Process is the same as it is for Apache.
I've done this with NGINX PHP-FPM
nano / vi your php.ini
Try following the relevant Ion Cube parts on this tut
http://www.howtoforge.com/how-to-build-php-5.5-php-fpm-and-fastcgi-with-ioncube-loader-zend-opcache-and-apcu-for-ispconfig3-debian-wheezy
Worked like a charm Thanks, Now I can host my WHMCS offsite :P
Brilliant.