• 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 10.4.4 MU 56 -> Generating new Apache configuration fails - wrong path?

t.van.der.plas

Basic Pleskian
Dear all,

after applying the latest Update, I am unable to change Domain settings, the errormessage is:

Generating new Apache configuration on host <xyz.de> failed because the following error(s) occurred:

mkdir: cannot create directory `/admin/conf': No such file or directory
mktemp: failed to create file via template `/admin/conf/vhosts_bootstrap.conf.XXXXXX': No such file or directory
Can not create temporary file

Please fix error(s) in templates of Apache configuration and retry generating the configuration file.

Where would I be able to manually change this path and what would be the correct path (/usr/local/psa/admin/conf or /opt/psa/admin/conf ?

Cheers

Tobias
 
Have you tried to rebuild Apache config on your server through SSH ?

Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 

if i use this tool, i get the following response:


[2013-10-07 02:29:52][INFO] ==> Installed Plesk version/build: 10.4.4 Ubuntu 10.04 1013111102.18
[2013-10-07 02:29:52][INFO] ==> Detect system configuration
[2013-10-07 02:29:52][INFO] OS: Ubuntu 10.04.4 LTS \n \l
[2013-10-07 02:29:52][INFO] Arch: x86_64

[2013-10-07 02:29:52][INFO] ==> Validation of given db password
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> Web server configuration checker version: 1.0.3

[2013-10-07 02:29:52][INFO] ==> Execution log dir: /hmmm

[2013-10-07 02:29:52][INFO] ==> STEP 1: Checking for custom configuration templates...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 2: Checking for the JkWorkersFile directive in the Apache configuration...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 3: Checking associations between domains and IP addresses...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 4: Checking for corrupted reference between IP collections and IP addresses...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 5: Checking for links between APS applications and subscriptions...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 6: Checking for the Zend extension declaraion in php.ini...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 7: Check symbolic links for latest virtual host config files...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 8: Checking for system users home directories consistency...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 9: Checking for records with empty name field in the Configurations table...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 10: Checking for SElinux state...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 11: Checking for multiple bootstappers in generated configurations dir...
[2013-10-07 02:29:52][INFO] Result: OK

[2013-10-07 02:29:52][INFO] ==> STEP 12: Checking for extra configurations in database not owned by any object...
[2013-10-07 02:29:52][INFO] Result: OK

Found errors: 0; Found Warnings: 0
 
Back
Top