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.
The web statistics for all domains on the server are not accessible, regardless of whether Awstats or Webalizer is selected.
Clicking on the "Web statistics" link in the domain area in plesk results in a 404 (opens domain.com/plesk-stat/webstat-ssl).
Access to domain.com/plesk-stat/ is possible...
HI @UFHH01
Thanks for your quick reply ;)
I wasn't sure if the issues with munin and with plesk stats do have the same root cause. That's why my last sentence in my previous post ;)
But ok, I will open a new thread for the stats issue. Tomorrow ;) This thread could be moved to the other forum...
Hi @UFHH01,
The munin config is quite simple, no ports to configure, only paths:
# The next three variables specifies where the location of the RRD
# databases, the HTML output, and the logs, severally. They all
# must be writable by the user running munin-cron.
dbdir /var/lib/munin
htmldir...
I recently switched from Apache to nginx (thanx to @UFHH01 ;) ), details here https://talk.plesk.com/threads/seo-friendly-urls-after-switch-from-apache-to-nginx.342063.
Now my site works well. Unfortunately, I am not able to access the munin stats anymore, neither via default domain nor via IP...
Sorry. As it was tabbed I thought it has to be within the location part.
Works now ;)
One last question: after depoying all the changes from the DEV to the PROD system, my munin monitoring isn't accessable anymore.
The munin files are stored in /var/www/munin.
As suggested here...
I thought as much and did a search on the internet, but didn't find something. Maybee I used the wrong search terms o_O
As mentioned above, I am totally new to nginx. 10 years experience with Apache, but only 2 weeks with nginx ;)
That's why I copied the whole code snipped from the XenForo...
Hi,
I am currently trying to switch from Apache to nginx.
As I do not have experience with nginx I thought it would be good idea to start with my dev sub domain.
First, I enabled nginx as described in...
There are no nginx settings under path "Apache & nginx Settings for [domain]", only "Common Apache settings" (all set to default) and "Additional Apache directives" (both text areas empty).
Hi all ;)
In December I upgraded from 12.5 to Onyx without any problems.
With 1 exception: since upgrade I do not have access anymore to the webstats.
Tried both, admin and customer account, without success :(
My site is on SSL, nevertheless I tried both, domain.com/plesk-stat/webstat-ssl/ and...
First of all:
thank you very much for your help @UFHH01 !
Now everything works like a charm ;)
Had to modify this a bit to get it to work:
127.0.0.1 localhost.localdomain localhost
XX.XX.XXX.XXX www.DOMAIN.COM www
XX.XX.XXX.XXX lvpsXX-XX-XXX-XXX.dedicated.HOSTER-DOMAIN.COM...
Hi @UFHH01,
Thank you very much.
I removed the symlink (there was only one, 000-default.conf) and restarted apache, but I still get the same curl error.
Do I have to reconfigure something ?
Edit: forgot to mention the warning I got:
You should have a "Download Configuration File" button under "Health Monitoring":
Otherwise, the HM config files are listed here:
https://kb.plesk.com/111283#health-monitor
Is there any way to add a "local" virtualhost and restrict it for local access only ?
I tried to copy the domain config to vhost.conf and vhost_ssl.conf and changed the public IP within the Virtualhost container to 127.0.0.1, but that results in an error when try to reconfigure:
Maybe a bit...