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"
<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"