Hello, I am working through understanding how to view the admin / console pages and have been reviewing
. Below is the default config that has the admin interface URLs set with local only URLs- When I am on the local server where IISpeed 2.0.4 is installed, I am not sure where these pages are located on our server. When I enter
for example, it generates a 404 error in browser. Are there actual admin / console page files that need to be installed in a web directory for this to work? Any additional information would be appreciated to point me in the right direction. Thanks- Mark
# When InfoUrlsLocalOnly is on the admin pages are only accessible from a browser running on the server.
pagespeed InfoUrlsLocalOnly on
# Configure tracking statistics. Required for rate limiting fetches!
pagespeed Statistics on
pagespeed RateLimitBackgroundFetches on
# Old style admin page urls.
# pagespeed StatisticsPath /iispeed_statistics
# pagespeed GlobalStatisticsPath /iispeed_global_statistics
# pagespeed MessagesPath /iispeed_message
# New admin interface urls
pagespeed StatisticsLogging on
pagespeed LogDir c:\iispeed\log
pagespeed ConsolePath /pagespeed_console
pagespeed AdminPath /pagespeed_admin
pagespeed GlobalAdminPath /pagespeed_global_admin