Quote:
Originally posted by pozmu
heh, hspcomplete is a ****, however it's bundled with virtuozzo... e.g. if you uppergrade apache, you will lost ability to use the control panel... this sucks
|
definately true

wtf
a bit advise for you to better run the dns off this machine, even if you enable bind and get all settings correct, your /etc/resolv.conf file will be erased and rebuilt back to default using the ISP nameserver ip's instead of 127.0.0.1 or your.ip.addr.here to bind all requests upon server reboot, /etc/named.conf and zone files seem inaffected for this "automatic CRITICAL files rebuild"
i sorta make a cron to "roll back" my own settings every while in order to get bind running, its a nightmare
it is still POSIBLE to make apache bind wildcard address, simply mess up with your httpd.conf and issue the command "service httpd restart" instead of (AND NEVER DO IT) use the CP the restart it, coz it will pull down your apache COMPLETELY
what to add in the virtual host example.com to bind wildcard address *.example.com is to have the follow line inside <vistualhost ip:port>add somewhere here</virtualhost>
ServerAlias *.example.com
i can run a secondary dns for you if your unable to get your bind running