• 1337mirth

    (@1337mirth)


    Apache generates a standard log at /var/log/httpd/access_log which logs which pages were accessed. Unfortunately, it only logs the pages in a format like /2017/02/10/someimagefile.jpg without specifying what site in a subdomain configured, multisite install is being accessed. Is it possible to configure Apache, PHP, and/or WordPress to log which subdomain that file is being accessed from?

    Thanks,
    Mike

Viewing 1 replies (of 1 total)
  • DiZzYZA

    (@dizzyza)

    i would think it depends on how your web server is configured. Are you using APACHE or NGINX ? How are you defining your logs.

    in apache it’s usually the %v for virtualhost and in nginx it’s $host

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite Access Logging’ is closed to new replies.