ZABBIX Frontend SSL On Apache httpd

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 19

  • @zabbixtraining
    @zabbixtraining  4 года назад +2

    ► Get Your Sticker! - www.redbubble.com/people/Bug-Art/

  • @lanceeilers5061
    @lanceeilers5061 4 года назад +3

    Cool Thanks Dmitry - for the quick and easy setup , was doing it thru a reverse proxy server , now can do it straight from the zabbix front end , very cool stuff , have a great a one and keep smiling best regards Lance :-)

  • @themateoo
    @themateoo 4 года назад

    Great idea with this qick overwiev what will be done at the begening! Every tutor should follow your practice :)

  • @alexlu9101
    @alexlu9101 4 года назад

    Very nice video and very easy to understand , could you please make a video on the topic "how does Apache(httpd) work , how does Nginx work, and the comparison of each function implementation" e.g : the difference when they handle directory permission , the difference of proxy implementation.
    Thank you.

  • @wylde780
    @wylde780 4 года назад

    Apache is old news. All the cool kids are using nginx. Thanks for the vid

    • @zabbixtraining
      @zabbixtraining  4 года назад +2

      I think cool kids are not the majority :)) Need the same for NGINX?

  • @hebarefaie8642
    @hebarefaie8642 4 года назад +1

    Hi Dmitry - Thanks for Video... Can you please also show us how to do same for CA signed certs.

  • @matlabmehdiyev9651
    @matlabmehdiyev9651 3 года назад

    it will be great if you put commands which you use to video descrption for copy/paste

  • @dlananderson4237
    @dlananderson4237 4 года назад

    Can you do a tutorial regarding domain expiry with zabbix? Thanks!

  • @AhmedGamal-ui4gs
    @AhmedGamal-ui4gs 2 года назад +1

    Not working

  • @Plastikman14
    @Plastikman14 11 месяцев назад

    Если берёшься рассказывать, рассказывай до конца. 11 минут ни о чём...

  • @malg5547
    @malg5547 2 года назад +3

    For me the https redirection did not work unless I pasted the Rewrite Rules inside the brackets like this:
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ %{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    Options FollowSymLinks
    AllowOverride None
    Require all granted
    ..... [rest of the file]
    I leave it here for anyone encountering the same problem as I did. Thanks for the video though dmitry, your channel is very useful.

    • @MrYass24
      @MrYass24 2 года назад

      Indeed same for me

    • @dearlti
      @dearlti Год назад

      Thank you... Mine works like that, as well

    • @CRIPS67
      @CRIPS67 11 месяцев назад

      Can you tell me what is name of the file please? i didn't found conf.d in this directory..