• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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