• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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