• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Plesk 17.8.11, where are the access log entries for the URL forwarding sites?

burnley

Regular Pleskian
site1.com.au is configured as URL forwarding to site2.com.au in Plesk, resulting in /var/www/vhosts/site1.com.au/httpdocs/index.html with the following content:

<HTML>
<HEAD>
<TITLE>site1.com.au</TITLE>
</HEAD>
<FRAMESET>
<FRAME SRC="http://site2.com.au/" NORESIZE>
<NOFRAMES>
Your browser does not support frames.
</NOFRAMES>
</FRAMESET>
</HTML>

Where is the client activity logged for site1.com.au? I can see entries in /var/log/httpd/access_log but the vhost name is missing, all I get is:
192.168.1.209 - - [15/Jan/2020:14:05:06 +1100] "HEAD / HTTP/1.0" 200 - "-" "curl/7.58.0"
192.168.1.209 - - [15/Jan/2020:14:05:06 +1100] "HEAD / HTTP/1.0" 200 231 "-" "curl/7.58.0"
 
Hi Monty, thanks for your reply. I'm specifically looking for the vhost logs of sites that are configured with hosting type set as Forwarding. For these there's no /var/www/vhosts/system/site1.com.au/logs location.
 
Back
Top