• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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 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