• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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