• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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