To create www prefix for subdomains you need to take the following steps: 1) Create vhost.conf file in the /home/httpd/vhosts/domain.com/subdomains/subdomain/conf directory with the following content: ServerAlias www.subdomain.domain.com 2) Add appropriate A record to the DNS zone of the domain in Server->Domains->domain.com->DNS (specify this domain’s IP address instead of 192.168.1.1): www.subdomain.domain.com. A 192.168.1.1 3) Run wersrvmng ...
In my opinion, the best way to keep clean of spam is simple: The first rule is NEVER reply to spam, NEVER click the unsubscribe link and NEVER e-mail to the unsubscribe address.
A quick and usefull command for checking if a server is under ddos is: netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n
What is a null route? A null route is a route that goes to nowhere. The reason for creating a null route is to prevent your system from sending any data to a remote system.