-
Published Answer
I found the solution, for the people who suffered as me in finding a solution.. here is the answer:
<br>
<br>VirtualHost domain.com…
•
By
deepblue.designs
-
Published Answer
sorry the post does not accept programatic brackets. so first block of code is for
<br>VirtualHost domian.com:80
<br>
<br>the seco…
•
By
deepblue.designs
-
Published Answer
note:
<br>the default-ssl.conf is:
<br>
<br>“<VirtualHost DOMAIN.COM:80>”
<br>RewriteEngine on
<br>ReWriteCond %{SERVER_PORT} !^4…
•
By
deepblue.designs
-
Published Question
Hi,
I want to redirect http://domain.com to https://www.domain.com?
I succeeded in redirecting http to https like this (in default-ssl.conf file):
<pre>
<VirtualHost domain.com:80>
RewriteEngine on
...
4
•
•
By
deepblue.designs
-
Published Answer
ok now it works!
<br>
<br> for future reference, my mistake was not saving iptables after making a rule that open port https.
<br…
•
By
deepblue.designs
-
Published Question
Hi,
My website was running 100% and nothing wrong, then I decided to take snapshot, and reboot via terminal. Now I cannot open my website and very strange things happened.
got an error while running apache2 start that...
2
•
•
By
deepblue.designs
-
Published Answer
Oh! ok guys I found my mistake: i changed the order of https rule in iptables to be before drop rule.
<br>
<br>But, now I get SSL …
•
By
deepblue.designs
-
Published Answer
<Netstat output>
<br>
<br>root@fansepublic:/etc# sudo netstat -plutin
<br>Kernel Interface table
<br>Iface MTU Met RX-OK RX-ERR…
•
By
deepblue.designs
-
Published Answer
No errors in log file.
<br>
<br>my domain is fansrepublic.com
<br>hostname output is: fansrepublic
<br>hostname -f output is: fans…
•
By
deepblue.designs
-
Published Answer
Guys I am stuck here, I checked every tutorial on the internet, and its not working! any help will be much appreciated, Thanks
<br>…
•
By
deepblue.designs
-
Published Answer
@jerzy, did not work!
<br>
<br>I also checked iptables and opened https port, still didn’t work. please help! :)
<br>thanks,
<br> …
•
By
deepblue.designs
-
Published Question
Hi,
I purchased ssl certificate from Networkssolutions.com. and am trying to install it on my droplet, here what I did:
I generated CSR with common-name= www.mydomain.com as described in digitalocean tutorials.
I purc...
10
•
•
By
deepblue.designs
-
Published Answer
thanks for explanation.
<br>if I want to embed both mail and web in one droplet, do u know which postfix, dovecot tutorial should I…
•
By
deepblue.designs
-
Published Answer
hi,
<br>Is it compatible with ubuntu 14.04?
<br>Do i need to install it in the new droplet?
<br>
<br>thanks
•
By
deepblue.designs
-
Published Question
Hi all,
first of all, allow me to clarify that I am so confused about setting up mail server. other than I want it to work correctly, I really wish to understand how things work here!
my situation is:
I have a website...
4
•
•
By
deepblue.designs