- ISPConfig version is 3.0.5.4p8 - OS: Debian Wheezy - Server: Apache 2.2.22 Hi @all, I have added a vhost manually and it works fine. But in the log I get the following entry every 5 minutes: [error] [client ::1] client denied by server configuration: /a-directory The time in the log is exactly when cron is calling /usr/local/ispconfig/server/server.sh I guess, this script does some security or accessibility checks. Can someone explain me, how the vhost must be configured to pass this tests? Or is there any property, that excludes manually added vhosts from these tests? Every hint is helpful. I spend hours to investigate this ... Kind regards Thilo
The script connects to http://localhost and it seems that your custom host is catching these requests and returns an error. Normally these erequests go to the default vhost of the OS.
Thank you till, to point me to the problem. During my tests the default vhost was a redirect to a https-vhost. I think that's the reason why the script causes this kind of log entries. Thanks a lot Thilo