• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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