• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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