Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doriantaylor/mod-transform-hacks
Where I keep my hacks to http://www.outoforder.cc/projects/httpd/mod_transform/
https://github.com/doriantaylor/mod-transform-hacks
Last synced: 24 days ago
JSON representation
Where I keep my hacks to http://www.outoforder.cc/projects/httpd/mod_transform/
- Host: GitHub
- URL: https://github.com/doriantaylor/mod-transform-hacks
- Owner: doriantaylor
- License: gpl-2.0
- Created: 2014-11-10T23:56:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T04:36:45.000Z (about 10 years ago)
- Last Synced: 2023-03-12T10:11:35.369Z (almost 2 years ago)
- Language: C
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
mod_transform - XSLT and XIncludes Output filter for Apache 2
Homepage:
http://www.outoforder.cc/projects/apache/mod_transform/Prerequisites:
libxslt >= 1.1.5 http://xmlsoft.org/XSLT/
libxml >= 2.6.11 http://xmlsoft.org/
Apache HTTPd >= 2.0.40 http://httpd.apache.org/
mod_depends >= 0.6.0 http://www.outoforder.cc/Building:
Run:
$ ./configure --with-apxs=/usr/sbin/apxs
$ make
$ make installConfiguration:
Edit httpd.conf and add:
LoadModule transform_module modules/mod_transform.soSimple usage:
AddOutputFilter XSLT xml
To make all xml files be processed by this filter.Use the following to load the http plugin:
TransformLoadPlugin httpGeneral plugin loading syntax:
TransformLoadPlugin PLUGIN_NAME [ARG1 ...]]