Questions tagged [plesk]

Plesk (ex: Parallels Plesk Control Panel, Plesk Server Administrator, PSA, or just Plesk) software package is a commercial web hosting automation program.

Parallels Plesk Panel allows a server administrator to set up new websites, reseller accounts, e-mail accounts, and DNS entries through a web-based interface. The administrator can create client and site templates, which predetermine resource-allocation parameters for the domains and/or clients. Parallels Plesk Panel for Linux/UNIX supports multiple POSIX platforms, including Debian, Red Hat Linux, SUSE and Ubuntu. Parallels Plesk Panel for Windows supports Windows Server 2003, Windows Server 2008 and Windows Server 2012 operating systems. Parallels Plesk Panel installs custom versions of or manages versions of MySQL and PostgreSQL databases (Microsoft SQL Server and Microsoft SQL Server Desktop Engine under Windows), Nginx, Apache Tomcat Java platform server, ColdFusion server, as well as CounterStrike and Battlefield 1942 game servers.

2007 questions
6
votes
4 answers

CakePHP on Shared Windows Plesk Server

I am wondering if it is possible to get CakePHP working on a shared Windows Plesk server? I have extracted the CakePHP files to the /httpdocs/ folder, and have created a web.config file as per the instructions in the CakePHP docs, however all I seem…
Pete
  • 63
  • 3
6
votes
2 answers

Downloading files outside the webroot

OK, firstly apologies as I realise that this is a topic which has been covered many times before - believe me I know, I've read all of the previous questions and answers and still can't get this to work. I have a folder containing downloadable…
Chris
  • 1,863
  • 5
  • 30
  • 43
6
votes
2 answers

How to check if server is sending out spam?

I checked my IP address today because I was getting bounced back emails and I see it has been blacklisted on a few lists. I only use my website to send out customer emails and no newsletter emails; so I don't send many emails out. I don't know why…
olimits7
  • 555
  • 2
  • 9
  • 26
6
votes
3 answers

Cron setup for retrieving live sports scores

I'm developing a mobile app that display the live scores for premiership football games. When a game starts, I want to query an external API every 30 seconds to retrieve the latest scores. Most games start at 3pm on a saturday, but some start at…
user1716672
  • 1,073
  • 2
  • 20
  • 44
5
votes
1 answer

Why is the my.cnf file on the server incomplete or has very few entries?

I have accessed a clients server (plesk) via ssh to view/edit the my.cnf and php.ini files if i view them using vi the file seem to be virtualy empty of entries ? see screenshot. Not sure whether this is an access issue or the files are the right…
Ledgemonkey
  • 7,223
  • 12
  • 36
  • 56
5
votes
1 answer

When I deploy the Blazor WebAssembly, API stops responding

Application = Blazor Web Assembly PWA Framework 6.0 API = Rest Api .netcore Framework 5.0 WEB Address = localtesting.mydomain.com API Address = (localtesting.mydomain.com/api) Virtual directory. I created virtual directory and uploaded my API in…
H.M.Mubashir
  • 170
  • 1
  • 14
5
votes
2 answers

Docker container can't be started In Plesk on CentOS Linux 7.9.2009

Plesk Obsidian Version 18.0.35 / CentOS Linux 7.9.2009 / Docker version 20.10.6, build 370c289 / Docker container with MySQL stopped today and can't be started. Trying to start docker container in Plesk I am getting the error: Error: {"message":"OCI…
Anatol
  • 181
  • 2
  • 8
5
votes
4 answers

Plesk automatically update submodule on git repository change

I have setup my plesk website to automatically pull changes from a remote repository to a certain path of the webserver via post-hooks as described here. However my repository contains a git submodule and I need to run the custom command git…
niklas
  • 2,887
  • 3
  • 38
  • 70
5
votes
0 answers

Django deployment issues w/Plesk "No WSGI daemon process called '<>' has been configured"

I've been successful in deploying various Django sites with apache before, but I'm on a server which has a Plesk distribution installed. So, in getting setup I have deployed a pretty basic application: Basic contents of the Django Application The…
Micheal J. Roberts
  • 3,735
  • 4
  • 37
  • 76
5
votes
2 answers

Restart Node application on Plesk 17.5 after Git web hook

At the moment I currently have automatic Git deployments set up on a very basic NodeJS server in Plesk 17.5. The issue is if I push a new commit, I need to login in to the Plesk dashboard manually and click 'Restart Application' otherwise the…
7ahid
  • 420
  • 1
  • 5
  • 12
5
votes
1 answer

Permission usert Tomcat7 for send files to apache2 folder (httpdocs)

UPDATE 28/07/2016 Help me please. My problem is I have a ubuntu server with the following configuration In summary :: my internal server (tomcat 7) .war owner user does not have permission to create, modify, ... folders, upload files (but yes, to…
Delari Jesus
  • 411
  • 6
  • 22
5
votes
1 answer

Sub Domain with different ports in Plesk

I am new to Plesk ( and virtual servers in general ). I have a server running CentOS and Plesk 12 and my domain and web site are working perfectly. At present I also have an instance of Dreamfactory running on port 82 (so access it at…
Gavin Beard
  • 199
  • 2
  • 12
5
votes
3 answers

What permissions does nginx need for the Gitlab-workhorse socket?

I've been trying to get this sorted all day. I'm running an omnibus install of GitLab on Ubuntu 14.04, using an existing nginx install. I can login, create projects, issues, etc. but I cannot push/pull, clone or anything to a project from the…
RyGuy
  • 508
  • 6
  • 18
5
votes
1 answer

Setting php ini settings in domain vhost.conf

For a certain domain I'm trying to specify php ini settings for include_path and open_basedir, but I can't get the settings to take effect. I'm using Red Hat Enterprise Linux Server 5.11 (Tikanga) and Plesk 11.0.9. I created the file…
hessodreamy
  • 309
  • 2
  • 7
5
votes
2 answers

Activate SSL-Certificate on Domain via Plesk XML API

I'm currently working on a Plesk-Panel Plugin for automatically getting & installing SSL-certificates. With the very powerful XML API provided by Parallels I'm able to install the certificate to Plesks SSL Cert-Pool. It's also possible to turn SSL…
tillz
  • 2,108
  • 15
  • 21