• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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