What option choose when install hestiacp?

I have one when installing hestiacp.
If I install.

  • Nginx + Apache + php-fpm with multiphp
    The problem is that I only have one default template and nothing else.
    What if I want to install Laravel, wordpress, etc.

If I install.

  • Nginx + php-fpm with multiphp
    Here I have more templates to install laravel, wordpress, etc.

What a real difference there is if I don’t install Nginx + Apache.

Another question is that the multiphp option installs many versions 5.6, 7.0, etc, normally I use 7.1, 7.3, 7.4, isn’t there an option to only use some versions without multiphp?

You can use .htaccess instead. Nginx doesn’t support htaccess and there fore you need different templates to work with it.

Apache doesn’t need those templates as you can use htaccess.

You can add additional PHP versions with v-add-web-php {php-version}.

For example v-add-web-php 7.4.

2 Likes

So the only difference is that nginx doesn’t use .htaccess, but in my local developments I always use nginx and I find it easier and more optimal.
Well then I’ll have to delete the whole server to install only Nginx + php-fpm and that’s it.

Some users prefer the “Stand alone” Nginx and others prefer Nginx + Apache2. But for “Pure” hosting servers Nginx + Apache2 is more friendly to the clients.

Ok, thanks you.