-
Published Tutorial
In this tutorial you'll configure Nginx as both a web server and as a reverse proxy for Apache to host four domains on a single server.
•
By
Jesin A
Apache
Let's Encrypt
PHP
Ubuntu 20.04
Nginx
-
Published Tutorial
In this tutorial you'll configure Nginx as both a web server and as a reverse proxy for Apache to host four domains on a single server.
•
By
Jesin A
Nginx
Apache
PHP
Let's Encrypt
Ubuntu 18.04
-
Published Answer
If you’re trying to add rules for the Hide My WP plugin, they have Nginx settings in their documentation - <http://support.wpwave.c…
•
By
jesin
-
Published Answer
Try the following VCL config. This is for Vanish 4 and I haven’t tested this yet, so make a backup of your existing VCL file.
“…
•
By
jesin
-
Published Answer
Add an index config inside the server {...} block preferably bellow root:
server {
listen 443 ssl spdy;
...
•
By
jesin
-
Published Answer
Instead of maintaining your own mail server sign up with MXroute, it is a mail hosting service run by Jarla…
•
By
jesin
-
Published Answer
DigitalOcean has a separate repository on GitHub listing all the one-click install scripts. Following are the scripts of LEMP on Ub…
Accepted Answer:
DigitalOcean has a separate repository on GitHub listing all the one-click install scripts. Following are the scripts of LEMP on Ub…
•
By
jesin
-
Published Tutorial
Apache and Nginx are popular web servers, and you may find reasons to use both on the same server. This tutorial walks you through setting up web sites on Apache and Nginx and then proxying requests from Nginx on to A...
•
By
Jesin A
Nginx
Apache
PHP
Ubuntu 16.04
-
Published Answer
Find out the username of the PHP process using the following script:
<?php
$u = posix_getpwuid( posix_geteuid() );
ech...
•
By
jesin
-
Published Answer
Modify the DNS settings of that domain in BlueHost and create an A record. The following link has instructions:
<https://my....
•
By
jesin
-
Published Answer
Hi @GreenKi13,
Login to name.com and change the nameservers of your second domain (kitribe.com) to ns1.digitalocean.com, ns2.dig…
•
By
jesin
-
Published Answer
The df -i command shows inode statistics while df -h shows the size statistics.
the inode is a data structure used to repr…
•
By
jesin
-
Published Answer
Hi @harrylynn17,
SSH to the Droplet as the root user or a user with sudo access and execute the following commands:
...
•
By
jesin
-
Published Answer
As the file is inside the public_html directory you can also use curl to issue a HTTP request via URL:
*/2 * * * * curl...
•
By
jesin
-
Published Answer
Turn off mod_security for PHPMyAdmin by adding the following in the virtual host file:
<Directory /usr/share/phpmyadm...
•
By
jesin
-
Published Answer
DigitalOcean blocks SMTP ports on new accounts to cub spam and abuse:
<https://www.digitalocean.com/community/questions/smtp-imp…
•
By
jesin
-
Published Answer
You’re on CentOS so the Apache package is named as httpd. Try:
sudo service httpd restart
•
By
jesin
-
Published Answer
Upstart uses /bin/sh while running ‘by hand’ will use bash.
Try this:
start on startup
respawn
script
/bin/ba...
•
By
jesin
-
Published Answer
Pointing subdomains at different Droplets is done at the DNS level and NOT server level. Create a DNS record as follows:
![D…
•
By
jesin
-
Published Answer
when I access http://mydomain.com it’s ok.
but when I access http://www.mydomain.com It’s show text like “Apache is functionin…
•
By
jesin