-
Published Question
I already have a droplet running Nginx/Php/Maridb with TLS(https). It works just fine.
Then i tried to install eJabberd XMPP Server in the same droplet using this tutorial: https://www.digitalocean.com/community/tutor...
0
•
•
By
MrCruz
Development
Nginx
MariaDB
Messaging
PHP
Ubuntu 16.04
-
Published Question
I already have a droplet running Nginx/Php/Maridb with TLS(https). It works just fine.
Then i tried to install eJabberd XMPP Server in the same droplet using this tutorial: https://www.digitalocean.com/community/tutor...
1
•
•
By
MrCruz
DigitalOcean
Ubuntu
-
Published Answer
@jtittle @hansen
Do you guys know if it’s true that ONLY MySQL (after 5.7.5) can have InnoDB with spatial indexes and MariaDB an…
•
By
MrCruz
-
Published Answer
@hansen @jtittle
Boy i feel dumb. EVERYTHING works fine but the damn PHP mailing (using smtp trying to login to google account - …
•
By
MrCruz
-
Published Answer
@hansen @jtittle
Guys, THANK YOU VERY VERY MUCH..
IT IS WORKING LIKE A CHARM.. Everything
MariaDB, PHP, Nginx, HTTPS .. my app …
•
By
MrCruz
-
Published Answer
@hansen @jtittle
Guys, i found from MariaDB website.
16.10 “yakkety”
16.04 LTS “xenial”
I have Ubuntu 16.04 .. Should i get th…
•
By
MrCruz
-
Published Answer
@jtittle @hansen
I need some help.
While trying to install the NGINX i got this error:
Job for nginx.service failed becaus...
•
By
MrCruz
-
Published Answer
@jtittle and @hansen
Yeah i agree with booth of you.
My concerns really were if by choosing NGINX (over Apache), it would perce…
•
By
MrCruz
-
Published Question
I have this app/social network i'm about to launch.
The back-end uses PHP+ MySQL to serve the Mobile app (iOS and Android)
I read a lot of things but they are very confused. They are not CLEAR if an application using ...
Accepted Answer:
@MrCruz
Apache with mod_php is a bit faster than Nginx with php-fpm.
I love the simplicity of Nginx and would always go with that. And I find it much easier setting up multiple Nginx in load balancing, which is great...
15
•
•
By
MrCruz
Apache
Nginx
Applications
Ubuntu 16.04