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.
I have over 100 websites on a server plesk 11.0.9, to which I connect via FTP with SmarterStats, for read website statistics on /statistics/logs folder.
For me it is now a serious problem.
How can I fix ?
How do I reset the permissions on the folder statistics ?
I receive a error from "Home -> Subscription -> mydomainname -> Websites & Domains -> File Manager", after I click to statistics folder.
The statistics folder is inaccessible from FTP account.
From server (SSH) folder exists and I can enter to logs subfolder.
Hello,
after update 11.0.9 #55, the directory statistics on my all subrscriptions is not accessible.
From File Manager (with administrator Plesk Panel user) I receive this error:
Error: Unable to change directory to //statistics: filemng: opendir failed: Permission denied
System error 13...
I try to insert on proftpd.conf file, before <Global> these lines:
PassivePorts 49152 49252
DefaultAddress internalIP
MasqueradeAddress externalIP
Now, non-secure FTP connection works correctly and my internal IP is hidden.
Secure FTP connection (with Filezilla is explicit FTP over TLS)...
Hello,
I try Plesk 11.5.30 with Ubuntu Server 12.04.2.
My server is behind a firewall with NAT.
I configure PassivePorts on plesk firewall and on proftpd.conf file.
With non-secure FTP connections all works.
With FTPS (with Filezilla client - explicit FTP over TLS) not work.
I receive...
I'm pretty sure this is a bug :(
On another server (with plesk 11.0.9 Update #54) the last domains that I added in the month of May 2013, are suffering from this problem of log rotation, and on that server, logs older than one day have been completely lost.
An update of Plesk on may is a cause...
mmmm I think is a bug.
I try this solution : http://forum.parallels.com/showthread.php?283923-Fix-new-plesk-11-install-log-rotation-doesn-t-work
And now the rotation profile compare on /usr/local/psa/etc/logrotate.d/
Now, remain the problem of rotation the access_log.processed :|
The problem is on all domains.
The output (of command "logrotate -v /usr/local/psa/etc/logrotate.conf" ) is this:
reading config file mydomain
rotating pattern: /var/www/vhosts/mydomain/statistics/logs/*.processed after 1 days (730 rotations)
empty log files are rotated, old logs are removed...
Hello IgorG,
I have run manually "/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php" and I got no errors.
I check /usr/local/psa/etc/logrotate.d/
and this is an example:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY...
The access_log.processed contain many day logs, not only last day.
On another server (same ubuntu server and plesk version), log rotation work correctly and I have many access_log.processed, day by day.
Hi,
I have Plesk 11.0.9 Update #54 on Ubuntu Server 12.04.2 LTS
My log rotation settings not work :\
I have
Log rotation condition set to by time (daily)
Maximum number of log files: 730
Compress log files: check
But the logs are added to access_log.processed
Can you help me ?
Hello,
I have install Subversion on my Plesk 11 Linux Ubuntu server (12.04) with these command:
apt-get install subversion libapache2-svn
I need to modify my Virtual Host configuration file, but I have a ngix proxy enabled.
I not find vhost.conf on my /var/www/vhosts/mysite.com/conf/...