vanessa
- Total activity 1160
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 492
Comments
Recent activity by vanessa-
I can get you started but you'd likely be looking at hiring someone to write this for you. You need to specify a custom log, like: CUSTOM2_LOG = "/var/log/mylog.log" Then create a custom rule to...
-
Other than the official documentation for redirects from cPanel, its not specifically mentioned. I believe this falls into the "common sense" category considering that in Apache systems, that's one...
-
cPanel reads the redirects from .htaccess and shows them in the panel. Similarly, when you create the redirects in cPanel, cPanel just writes them to .htaccess. This is normal behaviour.
-
already told there is no firewall. Systemctl status firewalld Did not found systemctl stop firewalld did not work happen because there is no firewall on server. Well, something is blocking p...
-
It really looks like a firewall issue to me - I can't get a connection on port 53 at all, that's why the nameserver is not resolving externally. Maybe just check: systemctl stop firewalld
-
So we get to right around here: ;; Received 1212 bytes from 2001:500:2::c#53(c.root-servers.net) in 20 ms kickflickenterprises.com. 172800 IN NS dns1.dnscloudserver.com. kickflickenterpris...
-
so you've confirmed that your DNS servers are working internally - is this bind or pdns? Do you mind DM'ing me your domain?
-
Does querying your DNS server directly return any results? This should narrow whether its an issue with the glue records or the nameserver itself. dig @yournameserverip dns1.yourdomain.com How di...
-
The cPanel account quota trumps the FTP quota.
-
maybe just delete and append the line. here's a couple commands: sed '/^*:/d' -i /etc/valiases/* sed '1 a*: :blackhole:' -i /etc/valiases/*