#6: mod_perl support --------------------------+------------------------------------------------- Reporter: dom | Owner: Type: enhancement | Status: new Priority: normal | Component: openguides Version: | Severity: normal Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by chris@prather.org):
I got OpenGuides running under Apache::Registry (mod_perl 1.x) for http://saintpaul.openguides.org with only a few hiccups.
I changed all of the globals in wiki.cgi/index.cgi to use 'our' instead of 'my'. This is fairly trivial and shouldn't affect anything.
I had to patch CGI.pm to make sure $r was properly initalized during redirect headers. I'm not sure why this was neccessary but it was going undef during a page-edit-redirect request after the page had been saved by OpenGuides and a redirect request was being made. This was less trivial and needs a better investigation as to why it's happening. I haven't had a chance to really dig into the OpenGuides code yet to figure it out.
Other bugs may still be lurking but I haven't seen them or had any reported yet. I'll let people know when I've gotten further than this.