cPanel Error from park wrapper - domain is already configured

12 days ago

Quote of the Day

One thing happened with me while adding an addon domain to my cpanel account. And I’m sure this might happen to you , so this guide will help you to get rid of this issue. The Error which I was getting was Error from park wrapper – domain is already configured.

In short I was not allowed to add domains whose name servers resolve to other servers. To resolve this issue you need to configure this thing from your WHM and shell console.

Login to WHM and click on Server Configuration ->Tweak Settings -> In the options search for options which says (usually 3rd option) Allow Creation of Parked/Addon Domains that resolve to other servers (i.e. domain transfers) [This can be a major security problem. If you must have it enabled, be sure to not allow users to park common internet domains.

then, go to your shell account, make sure to remove the domain.com entries from:

  • /var/named/domain.com.db
  • /etc/httpd/conf/httpd.conf
  • /var/cpanel/users/username
  • /etc/userdomains
  • /etc/localdomains

finally, rebuild httpd.conf config and restart cpanel service:

  • /scripts/rebuildhttpdconfig
  • service cpanel restart

si.riesal

,

Location post: -6.302629872899266,106.68376922607422
lokasi penulisan via satelit gagal di panggil, harap kontak saya via email :)

Drop your comments..

---

Find files with 'find'

37 days ago

Quote of the Day

how to find specific files easily? there are many way to accomplish this task. you can use locate , ls with grep , tree or, simply using find

examples:

  • find files that start with error as name of file -> find . -type f -follow -print | grep error*
  • list file recursively then parse using grep for matching expression -> ls -LR | grep error*

happy searching :)

si.riesal

,

Location post: -6.328350778472211,106.67183876037597
lokasi penulisan via satelit gagal di panggil, harap kontak saya via email :)

drop your comments..

---

« Older