• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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