• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Logging rewrites

cleatsandcode

New Pleskian
Server operating system version
Ubuntu 20.04
Plesk version and microupdate number
Version 18.0.53 Update #2
Hi,

Is there a simple way to turn on/access rewrite logging on apache/nginx? I'm trying to get to the bottom of random 404's and and other random redirects that sometimes work, sometimes not through the same steps and need to enable log debug/level6-8 but cant find a simple way. SSH'ing in and CD'ing to the server root for the domain wont give me permission. Even with the trusty sudo.

All help is appreciated!
 
Are you logged in as root? Or another user?
Try:
Bash:
cd /var/www/vhosts/[your-domain]/
ok so sudo su into it is working but I need to see/work out how to modify the log level to diagnose the pesky rewrite issues... Do you know where I can find these configs please?
 
Back
Top