-
Published Answer
Hi KFSys, you are no doubt right, and there would be no problem running Varnish and Apache on the 2 processors / 4Gb I had, but sin…
•
By
henryhood
-
Published Answer
Thank you, KFSys, I think I’ll do as you suggest. I just hoped I could do it this way as it would be cheaper to add a small droplet…
•
By
henryhood
-
Published Question
I have a droplet with Apache serving up a website on a domain (let us say "something.org"). My DNS "A" records point the domain to the existing droplet (host). Via DigitalOcean Marketplace I have created a new droplet...
Accepted Answer:
Hi @henryhood,
You can use Varnish infront of your Apache on port 80 on the server where your SSL is installed. That's how Varnish is meant to work. It works on port 80 and passes data to Apache.
This means that you ...
3
•
•
By
henryhood
Apache
DNS
Let's Encrypt
-
Published Answer
Did any of you try clearing your local DNS cache as “demaine” suggested on October 24, 2019 ? Did it help?
•
By
henryhood
-
Published Answer
Thanks, I did an “a2enmod rewrite”, restarted apache2 and put the .htaccess file you suggest in /var/www/html/, but the browser jus…
•
By
henryhood
-
Published Question
How can I redirect from http://www.irhb.org to http://www.irhb.org/w/index.php ? My (Mediawiki-based) site resides in /var/www/html/w .
The makeshift solution I am currently using is to put an index.php file in /var/...
2
•
•
By
henryhood
Apache
Getting Started