I get the folowing error from the server every time a make some changes. And the new config file is NOT generated because of this error.
Syntax error on line 56 of /var/www/vhosts/......./conf/13601482260.99044800_httpd.include:
SSLCACertificateFile: file...
Hello, i have a question.
Server:
Centos 6 + Plesk 11
save_mode = off;
PHP support (run as Apache-module)
Problem:
I have a script that creates folders for users. mkdir('/var/www/vhosts/website.com/private/'.$user_id.', 0755, true);
And true the Plesk API i create a ftp user for...