Enabling the admin interface
Admin Interface
The following example enables serving of the admin pages. Note that you might want to use another server module to not expose them to the general public. You can choose the urls that you want to use to expose the admin interface, in the example blow we use /pagespeed_*.
pagespeed AdminPath /pagespeed_admin
pagespeed GlobalAdminPath /pagespeed_global_admin
You can also enable some pages individually.
pagespeed StatisticsPath /pagespeed_statistics
pagespeed GlobalStatisticsPath /pagespeed_global_statistics
pagespeed MessagesPath /pagespeed_message
pagespeed ConsolePath /pagespeed_console