Apache or nGinx?

Discussion in 'HOWTO-Related Questions' started by Vinay Samant, Apr 16, 2020.

?

Apache or nGinx?

Poll closed Apr 23, 2020.
  1. Apache

    50.0%
  2. nGinx

    50.0%
  1. nhybgtvfr

    nhybgtvfr Well-Known Member HowtoForge Supporter

    that's all fine..

    you can enable php-fpm at any time.. you should also consider:

    a2dismod php7.3 mpm_prefork
    systemctl reload apache2
    a2enmod mpm_event (or mpm_worker)
    systemctl restart apache2

    you'll get warnings/errors on the first reload as no mpm_prefork/worker/event module is enabled. that's fine.

    you get the cert warning because the one generated during the tutorial is a self-signed certificate.
    you can replace it with a fully trusted purchased certificate, or a letsencrypt certificate.
    using the letsencrypt certificate on the control panel is a little more involved.
    https://www.howtoforge.com/communit...ts-encrypt-free-ssl.75554/page-16#post-386870

    you can also use the same certificate to secure pure-ftpd, postfix/dovecot, monit (if used)
    https://www.howtoforge.com/communit...ovecot-tls-pure-ftpd-monit.75546/#post-355701
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. Vinay Samant

    Vinay Samant Member

    it gives : ./le4ispc.sh: line 28: certbot: command not found
    and actually running certbot on command line gives not found error
     
  4. Vinay Samant

    Vinay Samant Member

    is it possible to run some update script to reflect new hostname all over setup??
     
  5. Vinay Samant

    Vinay Samant Member

    ohh... so setting up certificate wont help untill i m using actual domain.. right?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, and do not run the le4ispc.sh script without correct hostname and dns setup for that hostname so that it's reachable from outside. If you would run it without working and correct hostname setup, the ispconfig install and apache setup will get screwed up.
     

Share This Page