ZABBIX Frontend SSL On Apache httpd

preview_player
Показать описание
Configuring HTTPS might sound complicated, but it does not have to be that way. You really can do that in just two steps. SSL should be a standard on any web page, to add security benefits.

☕ In case if you want to support this content with coffee:

👋 SOCIAL MEDIA
📹 TWITTER - @RealDeimons

📫 Sign Up For Newsletter And Don't Miss Out on Anything
Рекомендации по теме
Комментарии
Автор

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 :-)

lanceeilers
Автор

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

themateoo
Автор

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.

alexlu
Автор

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

dlananderson
Автор

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

matlabmehdiyev
Автор

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

hebarefaie
Автор

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

wylde
Автор

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

Plastikman
Автор

For me the https redirection did not work unless I pasted the Rewrite Rules inside the <Directory "/usr/share/zabbix"> brackets like this:

<Directory "/usr/share/zabbix">

RewriteEngine On
RewriteCond %{HTTPS} off

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.

malg