• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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