• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

cms within httpdocs?

A

admin123

Guest
Can someone tell me whether a cms can be installed in httpdocs directly? Whenever i use plesk to install cms, it puts it within its own folder. so, i tried to install myself manually in httpdocs and I get the : Warning: open_basedir restriction in effect. File is in wrong directory.

But I do have safe mode off, so why doesn't it let me install there?

thanks.
 
Issue Resolved...

CMS doesn't like to be moved i guess so i installed fresh copy manually and it worked.

thanks
 
True, most packages do not like to be 'moved' manually after they have been installed.

You can install a package into the root httpdocs folder (usually not recommended), but not currently through the Plesk control panel (there is another thread which discusses their reasoning). This can be accomplished either by manually installing the rpm, or using something like 4PSA's Integrator (their version of App Vault).

As to the open_basedir error, this is common for many packages (osCommerce, various CMS's, etc), and can be resolved by putting directives into either the .htaccess, vhost.conf, or http.include files. (this topic has been covered numerous times in other threads).

This is not a Plesk 'bug' or 'error', there is no way to have a server pre-configured for all possible scenarios. Locking down the open_basedir is actually a good security measure, then only allowing it for specific domains which have a valid reason for needing it; rather than opening it up server wide.
 
Back
Top