Hi Andreas, Thanks for the info about PHP. I didn't know that but I'll make sure to test it out.
About MariaDB and MySQL. I cannot use MySQL because of compatibility issues according to a website that, no matter how hard I'm looking for, I cannot find now. But I swear I've seen that. But since you are saying that they are perfect match for each other, I'll give it a go. About NginX. Sorry to argue, but NginX is nothing like what you've mentioned. We are hosting a lot of non-static websites and they run NginX perfectly. Like iyassu.com, projektorizzok.hu, etc... Maybe it was for static websites 10 years ago, but ever since I work with NginX, this proved to be better compared to Apache by experience + benchmarking. Also about the usage of Python based webapplications, it is possible to use them with NginX according to the manufacturers website <https://www.nginx.com/blog/maximizing-python-performance-with-nginx-parti-web-serving-and-caching/> however, I do see complications with it. But since it is not impossible, I'll create a test environment for myself in the very near future and test these things. I'll also report back what was happening :) Hope it will do some good for the community. Regards: Imre 2018-01-17 22:22 GMT+01:00 Andreas Döhler <[email protected]>: > Hi Imre, > > PHP is not included inside OMD. > If your base system is using PHP 7 then also your OMD will use it. > MariaDB or MySQL is something like what religion you think is the better > one :) > > You cannot use NginX if you use check_mk as you need mod_python for the > web interface. > Modern web applications written in python also need apache with mod_wsgi > as NginX is a webserver for static content. > > Best regards > Andreas > > > Imre Bertalan <[email protected]> schrieb am Mi., 17. Jan. 2018 um > 10:44 Uhr: > >> I was thinkin about upgrading because the applications in the background >> are very old. At this rate OMD will be "out of date" in no time. What I >> would change is: >> Apache -> NginX >> PHP 5.4 -> PHP 7.1 >> MariaDB -> MySQL 5.7 >> >> The rest is OK with my security awareness. What do you think about it? Or >> is it just a pain to update it? >> >> 2018-01-17 10:25 GMT+01:00 Dennis Sweben <[email protected]>: >> >>> Hi Imre, >>> >>> >>> >>> With a clean and default install, you will use a self-signed certificate. >>> >>> This one is located within /etc/ssl/certs/ >>> >>> (at least for Ubuntu) >>> >>> >>> >>> You can try to replace it, for a Q&D solution. I can’t promise you this >>> is all. >>> >>> See the settings of apache : /etc/apache2/sites-available/ >>> default-ssl.conf >>> >>> >>> >>> Let us hear if you have more problems >>> >>> >>> >>> I can’t help you with NginX I’m sorry. >>> >>> >>> >>> Kind regards, >>> >>> Dennis >>> >>> >>> >>> *From: *omd-users <[email protected]> on >>> behalf of Imre Bertalan <[email protected]> >>> *Date: *1-17-2018 at 09:39 >>> *To: *"[email protected]" <[email protected] >>> kettner.de> >>> *Subject: *[omd-users] Use NginX instead of apache >>> >>> >>> >>> Hey Forum! >>> >>> >>> >>> I'm using NginX ever since I'm working with webservers, but have not >>> used apache yet. (Didn't have to). Therefore, the configurations for OMD >>> looks very confusing for me. My main issue yet is to install an SSL >>> certificate for my omd website. With NginX I would know where to start, but >>> with apache and all the links everywhere, I'm getting very dizzy now. So I >>> have mainly 2 questions. >>> >>> >>> >>> 1; Where the hell can I put my crt and key files and with what names so >>> apache will recofnise it and use it. >>> >>> >>> >>> 2; How about using NginX? It is a way better webserver in terms of >>> performance, plus it has other features like a built-in loadbalancer. I see >>> no reason why wouldn't we try it. Can somebody tell me any special >>> requirements that are required by OMD and Check_MKs websites that I should >>> consider adding to an NginX config? >>> >>> >>> >>> Thanks in advance! >>> >>> >>> >>> Bert >>> >> >> _______________________________________________ >> omd-users mailing list >> [email protected] >> http://lists.mathias-kettner.de/mailman/listinfo/omd-users >> >
_______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
