ProFTPD and wildcard VirtualHosts

hron84

Member
Feb 5, 2011
7
0
51
Hi!

We ran into a strange issue: cPanel (11.34.1.7) generates a wildcard VirtualHost for ProFTPD and it causes ProFTPD cannot start.

So if we have

Code:
<VirtualHost *>
ServerName bla
# ...
</VirtualHost>
ProFTPD says:

Code:
Fatal: <VirtualHost>: error resolving '*': No such file or directory on line 243 of '/etc/proftpd.conf'
Can anyone help me what can be happened and how we can resolve it? It happens every time when we create new account.