• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Wildcard DNS

S

sunwest

Guest
I need to setup a wildcard DNS on my Linux server. I have tried numerous <VirtualHost> configurations, but none will work. I have assigned a *. A record to the domain using my Plesk CP, but I still can't get it to work.
 
Thanks for the response. I am familiar with searching. I already searched both 'dns wildcard' and 'wildcard dns', and I get this page only -

http://swsoft.aspseek.com/cgi-bin/s...http://www.swsoft.com/&q=dns+wildcard&x=0&y=0

And I have already attempted to create a <VirtualHost> file in my httpd.config file, such as this -
<VirtualHost *:80>
ServerName www.domain.net
ServerAlias domain.net
ServerAlias *.domain.net
DocumentRoot /var/www/vhosts/fdomain.net/httpdocs/
</VirtualHost>
However, this and several other similar efforts have not produced the desired results. When attempting to access the site created by the wildcard, i.e., www.test.domain.net, I continue to get the Plesk default page that tells me that no such domain has been registered.
 
I get a "command not found" error when attempting the websrvmng command. I restarted using the "service httpd restart" command.
 
I obviously did not know what the websrvmng command was to be used for. I researched it and I need to know which application I should use here. To install hosting or to reconfigure hosting? Or possibly to reconfigure a subdomain?
 
Back
Top