• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by RolandE

  1. R

    Under Attack?

    Confirm we're also seeing this. Plesk 9.5.4 9.5.4 CentOS 5 95110630.14 ProFTPD Version 1.3.2e Further information: we maintain IP restrictions on mysql and shell access. Example log entries: > May 5 06:56:58 lnx03 xinetd[7535]: START: ftp pid=1675 from=188.190.124.120 > May 5...
  2. R

    named.conf will not be updated

    Had a similar problem but it related to being able to create subdomains but them not being correctly set up in Plesk's nameserver records. Tried to restart BIND, wouldn't work. Discovered that named.conf (/var/named/run-root/etc/named.conf) wasn't updating. Looked in /var/messages and saw this...
  3. R

    PHP FastCGI/CGI Problem

    For me, this was a permissions issue on cgi_wrapper: http://dx3webs.com/front/2012/11/plesk-fastcgi-premature-end-of-script-headers-cgi_wrapper/
  4. R

    Disable Local Mail Delivery

    /usr/local/psa/bin/domain.sh -u yourdomain.com -mail_service false
  5. R

    Block Access to Domain and all web users via http

    Hi. Thanks for your help. In the end, once I'd called in the new vhost.conf as per your post, the following worked: <Directory /var/www/vhosts/domain.com/httpdocs/> Options None AllowOverride None Order deny,allow Deny from all </Directory>
  6. R

    Block Access to Domain and all web users via http

    Hi. I would be happy with http completely blocked on that account only. It also needs to block any web user directories (eg. www.domain.com/~mike/) by default. All other domains on Plesk need to run normally. It's just this account where I want the customer to use the FTP facilities but...
  7. R

    Block Access to Domain and all web users via http

    Hello, Thanks for your reply, unfortunately it doesn't seem to do anything. Initially it conflicted with my vhost.conf edits. I removed those, reran the command and rebooted apache - doesn't seem to restrict access in any way. Any more ideas? R.
  8. R

    Block Access to Domain and all web users via http

    Apologies if I posted this in the wrong forum originally. :) Hello, I have a client who wishes to run one account on plesk purely for FTP (as network drives on Windows). The plesk web user interface is ideal for them as it makes it very easy to create ftp accounts in this way (without my...
Back
Top