Summary: | www-apache/mod_transform-0.7.0_pre20070204 with www-servers/apache-2.4* - http.c:58:82: error: 'conn_rec' has no member named 'remote_ip' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robin Bankhead <gentoo> |
Component: | [OLD] Server | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | gentoo, treecleaner |
Priority: | Normal | Keywords: | PMASKED |
Version: | 10.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | Pending Removal: 2013-01-25 | ||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Robin Bankhead
2012-04-10 13:12:00 UTC
Hmmm damn. I'm not surprised it's dead either... but I do use it. Does anyone know of any similar alternative solutions? I'd love a drop in replacement, but hey, no pain no gain. Thanks. (In reply to comment #1) > Hmmm damn. I'm not surprised it's dead either... but I do use it. Does > anyone know of any similar alternative solutions? I'd love a drop in > replacement, but hey, no pain no gain. > Thanks. Hi Dan, I'm just wondering the same thing myself - I'm not using any XSLT any more but I'd like to know other routes in case I come back to it. I used mod_xslt2 before mod_transform but the switch was because that project died in a similar manner. Looking around there are quite a few mod_xslt(2) projects knocking about but they all look similarly underresourced and/or dead so none look like a candidate for Gentoo packaging :( Plan B? It should be possible to do the same job with mod_rewrite + your server scripting platform of choice (I know it's doable in PHP) - the main Gentoo.org site's pages have .xml extensions so maybe the infra guys can explain how they do it, I suspect it's along these lines. Another possibility I just turned up is mod_ext_filter (core module) which lets you run responses through an external binary. So if there's a CLI XSLT processor that you can pipe a file through, that should work I guess. Lastly, it's worth asking whether you need/want the server doing the transforms when all up-to-date browsers (the desktop ones certainly) can now do this themselves. Just a thought - depends on your use case. PS - sorry to anyone who cares about going off-topic but hey, no one else was talking ;) dropped |