To disable the error.log for a website in ISPConfig on a Apache webserver, follow this steps:
1) Login to ISPConfig
2) Go to the website settings of the website were you like to disable the error.log and there go to the "Options tab"
3) Add the following line in the field labeled "Apache Directives"
ErrorLog /dev/null
and press save: