Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Anyone?
It looks like the issue isn't limited to just the Plesk administrator email. All emails on the server are susceptible to randomly getting a bounce back with bogus bounce information.
I'm having a hard time with some system bounces. Any help is deeply appreciated.
An email account was recently compromised and was sending spam in bulk. We found the issue and account after a few hours and got it resolved. The queue (80,000+) has been cleared and things seem to be back to...
Thanks for the help Igor and Paulie!
This only affected the one account so I was thinking either it was something on the clients end (Outlook error/bug/misconfiguration), email backscatter or a compromised account. We've had some problems with large emails before but nothing quite like this...
[Solved] Unreal POP3 Stats
A domain has recently started reporting extremely high POP3 Out statistics. Plesk is reporting between 8 and 10 gigabytes of data for our POP3 Out per night! I don't really know how to read the logs but I believe the inflated reporting is caused by a single account on...
We've also noticed that .htaccess files can be directly access even though they are specifically denied in our apache config:
<Files ~ "~\.ht">
Order allow,deny
Deny from all
</Files>
So, http://www.example.com/.htaccess would load the .htaccess file even though it should be...
Thanks for replying Jllynch and sorry you're having a similar issue.
Our vhost.conf and .htaccess are pretty simple:
.htaccess:
order deny,allow
deny from all
vhost.conf:
<Directory /var/www/vhosts/example.com/httpdocs/>
order deny,allow
deny from all...
Has anyone encountered anything like this before?
We're running Plesk 8.1.1 on two servers and recently they both started ignoring Allow/Deny directives in vhost.conf and .htaccess files. This appears to be server-wide on both machines.
Apache reports no errors and the rest of the settings...