• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk 12 on CentOS 7 shows various problems

Floezen

Basic Pleskian
It seems like I have got a lot of trouble with Plesk 12 on a CentOS 7 machine.

1. I could not install Plesk properly due to some drweb problem.
2. Than the smb configuration seems only to be implemented partly.
3. Suddenly FTP login is not possible anymore (503 Access denied)

And now even Apache is not running anymore!

Code:
Unable to generate the web server configuration file on the host <xxxxxxx.dyndns.org> because of the following errors:

Template_Exception: [Mon Jun 08 14:16:28.058302 2015] [so:warn] [pid 4230] AH01574: module actions_module is already loaded, skipping
[Mon Jun 08 14:16:28.063364 2015] [so:warn] [pid 4230] AH01574: module headers_module is already loaded, skipping
[Mon Jun 08 14:16:28.063957 2015] [so:warn] [pid 4230] AH01574: module logio_module is already loaded, skipping
[Mon Jun 08 14:16:28.066150 2015] [so:warn] [pid 4230] AH01574: module suexec_module is already loaded, skipping
httpd: Syntax error on line 357 of /etc/httpd/conf/httpd.conf: Syntax error on line 5 of /etc/httpd/conf.d/zz010_psa_httpd.conf: Syntax error on line 56 of /etc/httpd/conf/plesk.conf.d/server.conf: Could not open configuration file /etc/httpd/conf/plesk.conf.d/ip_default/xxxxx.local.conf: Permission denied

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0

Please resolve the errors in web server configuration templates and generate the file again.

Syntax error on line 5 of /etc/httpd/conf.d/zz010_psa_httpd.conf:
Code:
Include '/etc/httpd/conf/plesk.conf.d/server.conf'

Syntax error on line 56 of /etc/httpd/conf/plesk.conf.d/server.conf:
Code:
IncludeOptional "/etc/httpd/conf/plesk.conf.d/ip_default/*.conf"

What the hell is going on????
 
After running

Code:
/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair
Apache and the FTP Access run again - but SMB access was not possible anymore.

After running
Code:
chcon -R -t samba_share_t /var/www/vhosts/myserver.local/
Apache and FTP are broke again.

So whats the connection here???
 
Back
Top