I have a custom page in sharepoint 2010 deployed (to .../mysite/_layouts/...aspx) and operational. I write an proxy-redirect rule in apache to access this page via an internet url (port 80). The proxy works fine. I have set the sharepoint 2010 "enable anonymous access" options. I see on my sharepoint WFE in the IIS7 logs that the call is getting through to the WFE machine and that the sharepoint access URL is correct. So far so good: I am on the machine with the correct URL.
But I am still getting a 401 unauthorized. What do I have to set on the WFE, site, or sharepoint central to enable true anonymous access to this page? I checked the (custom) web page web.config and verified that anonymous access is turned on, so I suspect a general central sharepoint admin or IIS setting is missing.
thanks!