Questions tagged [plesk]

Off Topic Warning: Plesk control panel questions are generally considered off topic for ServerFault and more appropriately asked on https://webmasters.stackexchange.com/

Plesk

Plesk (ex: Parallels Plesk Control Panel, Plesk Server Administrator, or just Plesk) is a commercial web hosting automation program sold by Oding.

Off Topic Warning:

The majority of questions regarding the Plesk control panel are likely to be more appropriate for the Pro Webmasters Stack Exchange and will be closed here as they are not considered on-topic for ServerFault:

Questions involving web hosting control panels are off-topic at Server Fault because they customize their systems such that normal administration tools and methods no longer apply, and thus require support from the vendor or the web hosting industry. See Where can I ask questions about web hosting control panels?

There have been several discussions on meta.serverfault.com regarding this policy.

109 questions
0
votes
2 answers

VirtualHost with SVN + HTML

We are providing an SVN repository under svn.example.org. Now we want to add a Let's Encrypt certificate for that domain - however there is a problem now. Let's Encrypt verifies the domain by putting a file into a subfolder of that vhost (e.g.…
fritzmg
  • 101
  • 3
0
votes
1 answer

Gitlab error 502 on plesk server

On a VPS running on CentOS 6.8 with Plesk 12.0.18 I installed Gitlab Omnibus 8.12.7 - after few configuration it worked great for Plesk and Git (I was able to access plesk and websites managed by it, and to push/pull on the git server). I just had…
vard
  • 103
  • 5
0
votes
1 answer

Not within allowed paths: /usr/bin/gpg / CentOS 6

Trying to use the PHP filter_var function, but am getting the following in the error_log when it executes: [Wed May 11 10:56:22 2016] [warn] [client 24.69.156.92] mod_fcgid: stderr: PHP Warning: is_executable(): open_basedir restriction in effect.…
Luke Pittman
  • 141
  • 1
  • 7
0
votes
2 answers

CentOS issue extracting Plesk backup tar

I am currently moving to a new server and have a Plesk backup file in Dropbox made with the Plesk Dropbox Backup extension, the .tar file is around 55GB in size. I have downloaded it to the server into the /var/lib/psa/dumps folder. The problem is I…
0
votes
1 answer

php files(Symlink) are displaying as text

This is not same other question like "php file is displaying text or not executing". In my case, the php files are indeed working fine. However the files(symlink) to the php files are not working. For example, the normal .php files are working. #…
Abdul
  • 85
  • 1
  • 2
  • 9
0
votes
1 answer

Full /usr directory, but can only account for 1/8th of space

Having trouble finding the files causing space issues on my server. Running the "df -h" command results in: /dev/xvda1 ext3 4.0G 693M 3.3G 18% / /dev/mapper/vg00-usr ext4 8.9G 8.9G 0 100% /usr /dev/mapper/vg00-var ext4 73G …
kilrizzy
  • 121
  • 4
0
votes
0 answers

Plesk + PhpMyAdmin: Allow a user to see all their databases

Initially each user on a domain could access all their databases on phpmyadmin, but now when you click on the "phpmyadmin" button, it only shows the database you opened instead of all the databases that the user has access to. For example, we have…
0
votes
0 answers

"Failed to create COM object `hMailServer.Application'", although Everyone has launch and activation DCOM permissions

In a Windows Server 2012 R2 Datacenter environment with IIS 8.5.9600.16384, Plesk 12.5.30 Update #24 and hMailServer 5.6.4-B2283 I'm trying to install the web interface PHPWebAdmin that ships with hMailServer to allow the users to access their mail…
0
votes
3 answers

Increasing FcgidMaxProcesses does not help to solve "mod_fcgid: can't apply process slot" error

I have a dedicated apache server with high resources. RAM - 64GB Cores - 20 with CentOS 6.7 x64 and Image - FCGI statistics with phpinfo I run Magento application with MySQL as database engine which is also deployed on a separate highly…
Munjpara
  • 35
  • 1
  • 1
  • 5
0
votes
1 answer

How to track inbound HTTP traffic using Plesk 10.4.4?

I am running Plesk 10.4.4 on a Debian 6.0 server. The outbound traffic is being tracked but the inbound http traffic seems to be 0 at all times, i.e. looking at the DomainsTraffic and ClientsTraffic the http_in column is always 0. Is this a setting…
0
votes
0 answers

Error Installing Memcached with Plesk Ubuntu Server

We are working on getting a new Ubuntu Plesk server running with memcached and keep running into errors when setting it up for PHP. Using the instructions from Plesk we run the following successfully: apt install memcached autoconf automake gcc…
Jason C
  • 3
  • 3
0
votes
1 answer

requests from different web sites are egressing from the routing src ip not assigned ip

I have dedicated server from OVH, that has 40 ip addresses on three routes. ip route show default via x.y.z.254 dev eno0 a.b.c.0/24 dev eno0 proto kernel scope link src a.b.c.161 x.y.b.0/24 dev eno0 proto kernel scope link src x.y.b.74 x.y.z.0/24…
0
votes
0 answers

Unable to Set Up Subdomains on Plesk Server with TransIP Purchased Domains

I have my own Plesk server where I want to set up multiple subdomains for different projects. However, I'm facing an issue where the subdomains I create on my Plesk server do not seem to work. Here are the steps I've taken so far: I purchased the…
Lennard K
  • 1
  • 2
0
votes
0 answers

How to keep Entity Tags (Etags) generated by PHP

I'm running a small RESTfull api server from a hosted Plesk Obsidian server. A small PHP based REST Api generates ETags for resources and are correct on our development environment. In production we have rely on a hosted Plesk Obsidian based…
theking2
  • 179
  • 1
  • 1
  • 9
0
votes
1 answer

Cannot execute PHP binary as non-root user in Plesk server (Linux)

I am running Plesk 18.0.44 on my Debian 9.13 server. It has multiple subscriptions and hence different users for these vhosts. I was always able to run /opt/plesk/php/7.4/bin/php -v as a vhost user (or rather some PHP commands for the applications…
Johnny
  • 101
  • 1