+5
Under review
Allow manual nginx and php-fpm install
We, like many, compile nginx from source. However Ajenti from RPM does not seem to recognize this and wanted to install nginx again. We had to --downloadonly the RPM from Yum and install with --nodeps
Could this be changed to allow the installation of nginx after installing the RPM, or specifying where it is manually? Updating Ajenti is risky because we don't want Yum to correct the dependency issue when there really is not one.
Same with php-fpm, we run 3 versions of php on our server and have an FPM for each one on seperate ports. It works great but Ajenti can't even detect there is one because we didn't name the init script php-fpm, its php-5.5.7-fpm and so on.
Could this be changed to allow the installation of nginx after installing the RPM, or specifying where it is manually? Updating Ajenti is risky because we don't want Yum to correct the dependency issue when there really is not one.
Same with php-fpm, we run 3 versions of php on our server and have an FPM for each one on seperate ports. It works great but Ajenti can't even detect there is one because we didn't name the init script php-fpm, its php-5.5.7-fpm and so on.
Customer support service by UserEcho
As for packages, just make sure that your packages provide name "php-fpm" and yum won't complain anymore
What about the nginx option? That way we can either specify an already compiled from source nginx, or install an RPM containing nginx?
PHP content type becomes available if standard php-fpm *and* ajenti-v-php-fcgi are installed.
Using yum --downloadonly --downloaddir=~ ajenti-v-nginx and the rest of the packages I was able to install with rpm -ivh --nodeps ajenti* then upgrading with the rpm -uvh etc etc. But Yum tells me that I have broken packages and offers to fix them all the time now