Hi there,
I've just installed LS 2.2.2 locally on OS X 10.4.7 and I keep getting this error when clicking form submit buttons that use the POST method: 405 Method Not Allowed. This is what I get in the debug log:
POST method is not allowed for a static file, if annual_2.html is really a CGI script, you need to change server configuration to make it being handled as a CGI script, either use a CGI context or script handler configuration.