• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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