How to Set up SPF Record for Your Domain
What is SPF? SPF (Sender Policy Framework) is an email authentication process that site owners can...
Read MoreSelect Page
Posted by Slavi Marinov | Sep 16, 2022 | System Administration
What is SPF? SPF (Sender Policy Framework) is an email authentication process that site owners can...
Read MorePosted by Slavi Marinov | Apr 27, 2022 | System Administration
You have an unmanaged VPS server and have a script that creates users? It's always good to know...
Read MorePosted by Slavi Marinov | Mar 6, 2019 | System Administration
To manually delete an SSL certificate you need to login as root and then run these commands. grep...
Read MorePosted by Slavi Marinov | Dec 20, 2014 | System Administration
Create a new vhost and add Listen directive. [code] # ----------------- Listen 8181 # You can also add client-site.com.clients.com to your hosts file. # client-site.com.clients.com -> 192.168.1.134 # Make it run on 2 ports at...
Read MorePosted by Slavi Marinov | Oct 7, 2009 | Apache, General, System Administration, Web Servers
[code language="bash"] RedirectMatch permanent /old-location/.* http://sub.domain.com [/code] Related http://johnbokma.com/mexit/2006/08/18/...
Read More