• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. O

    Resolved PHP not running on subdomain - File Not Found

    I set up a subdomain for testing purposes. After trouble running my scripts, I decided to test if PHP was working using a simple phpinfo script. When I try to request http://subdomain.domain.com/phpinfo.php, I get a 404 File Not Found message. HTML files work fine. Same PHP file on the main...
  2. O

    Issue Nginx not handling index.php, passed to Apache instead

    I have set the settings on my server to run PHP 7.0 via nginx + php-fpm. When I access a script by name, e.g. "http://www.somedomain.com/index.php", this works correctly. However, if I access "http://www.somedomain.com/", the script is executed, but handled not by nginx + php-fpm, but by Apache...
  3. O

    Issue Apache defaults to using PHP 5.4 to process requests

    I have been trying to use nginx + PHP-FPM as much as possible on my server because of its efficiency, but have run into an issue. When Apache URL re-writing is used, Apache takes over the handling of the PHP script. I understand this (and setting up nginx URL re-writing is a whole another...
  4. O

    Issue Server unresponsive during Daily Maintenance job

    Hi, I was having issues with this earlier, but the problem is persisting (and getting worse!). The server becomes completely unresponsive while the Daily Maintenance script is performed. Just now as I was running it manually (to monitor what is going on), the server has been unresponsive for an...
  5. O

    Resolved SW-Engine service not starting!

    I noticed in the past couple of days that my Plesk control panel was running very slowly, so as a first step, I decided to restart it. I ran: service psa stop service psa start This gave me the output: Starting sw_engine service... failed Starting...
  6. O

    Question Reference for $VAR variable used in Plesk hosting templates?

    Hi, I'm making some custom hosting templates in Plesk and I'm trying to figure out if there is a reference to the values available under $VAR-> Specifically, I'm looking for the path to the configuration directory ($VAR->domain->physicalHosting->confDir? Going to try that...) but it would be...
  7. O

    Resolved Nginx URL re-writing dilemma

    I'm having an issue with Nginx and URL rewriting. By default, the Plesk generated nginx.conf file for each vhost contains the following block: location ~ /$ { index index.html index.cgi index.pl index.php index.xhtml index.htm index.shtml; } I have a situation where when I...
  8. O

    Issue Plesk daily job overwhelming server / MySQL

    I am having an issue where the Plesk daily job (/usr/local/psa/admin/plib/DailyMaintainance/script.php) is overwhelming the server, particularly MySQL. This happens for between 5-10 minutes every day when the job is running. As far as I can see what is happening is that the job consumes so many...
  9. O

    Resolved The dreaded 502 Bad Gateway, nginx + php-fpm

    I recently switched to nginx + php-fpm on my server. There are about 60 domains on the server, most low traffic, but some mid-to-high traffic. All seemed to be working fine for the first 12 hours, but then I started getting a 502 Bad Gateway error on one of the high traffic domains. The nginx...
  10. O

    Question URL re-writing using nginx?

    I have recently started using nginx with PHP-FPM to serve PHP files, and this is blazing fast. However, where there are rewritten URLs, Apache becomes a bottleneck. How can I have nginx do the rewriting? Let's say that I'm trying the following kind of rewrite in Apache: RewriteRule...
  11. O

    Resolved Custom PHP directives not being applied? (don't show up when running phpinfo)

    I am running PHP under Plesk 12.5 on Linux as FastCGI. I am trying to set up XDebug for one domain, and in order to do this, I'm putting the following directives into the text box "Additional configuration directives": zend_extension = xdebug.so xdebug.default_enable = 0...
  12. O

    Issue Moving cgi-bin directory?

    Hi, I recently upgraded to Plesk 12.5. I notice that now it creates the cgi-bin directory under httpdocs. I would prefer to have it in the web root. Two questions: 1) Do I need to manually create a cgi-bin directory if I change cgi-mode for the domain? I read through this thread...
  13. O

    Resolved E-mails include DomainKey-Signature, no DKIM-Signature

    Hi, I just upgraded to Plesk 12.5.30 from Plesk 11.x. In the old Plesk, I had DomainKeys set up to protect from spam. However, DKIM is the newer, more modern standard. It was my belief that Plesk 12.5 supports DKIM out of the box. Is there some way that I have to enable this? If not, how do I...
  14. O

    Issue Forcing Webalizer to include images in URL list

    Hi, I would like to know how many hits are received by images hosted on a virtual host. I use webalizer as my statistics program. I am using Plesk version 11.0.9 Update #63. I've hit a wall. In order to achieve this, I edited /usr/local/psa/etc/webalizer.conf and commented out the following...
Back
Top