Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310748 Details for
Bug 452636
Review Request: mod_proxy_html - Module to rewrite content as it passes through an apache proxy.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Replacement .spec file
mod_proxy_html.spec (text/plain), 2.05 KB, created by
Philip Prindeville
on 2008-07-02 02:07:36 UTC
(
hide
)
Description:
Replacement .spec file
Filename:
MIME Type:
Creator:
Philip Prindeville
Created:
2008-07-02 02:07:36 UTC
Size:
2.05 KB
patch
obsolete
>%define base proxy_html >%define modname mod_%{base} > >Summary: Output filter to rewrite HTML links in a proxy situation >Name: %{modname} >Version: 3.0.1 >Release: 3%{?dist} >License: GPLv2 >Group: System Environment/Libraries >URL: http://apache.webthing.com/mod_proxy_html/ >Source: http://apache.webthing.com/mod_proxy_html/mod_proxy_html.tgz >BuildRoot: %{_tmppath}/%{name}-root >BuildRequires: httpd-devel, libxml2-devel >Requires: httpd, libxml2 >Provides: %{modname} > >%description >mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, >to ensure that links work for users outside the proxy. It serves the same >purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is >an essential component of a reverse proxy. > >%define modulesdir %{_libdir}/httpd/modules >%define confdir %{_sysconfdir}/httpd/conf > >%prep >%setup -n %{modname} > > >%build >apxs -c -I %{_includedir}/libxml2 %{?_with_xml:-lxml2} %{modname}.c > > >%install >%{__rm} -rf %{buildroot} >%{__mkdir_p} %{buildroot}/%{modulesdir} >apxs -i -S LIBEXECDIR=%{buildroot}/%{modulesdir} -n %{modname} %{modname}.la >install -m 644 -D %{base}.conf %{buildroot}/%{confdir}.d/%{base}.conf >%{__sed} -i -e 's@/usr/lib/@%{_libdir}/@' \ > %{buildroot}/%{confdir}.d/%{base}.conf >%if 0%{?_with_xml:1} >%{__sed} -i -e '/LoadFile.*libxml2\.so/a\ ># [ Note: this line is not required since this module is prepackaged\ ># with a link-time dependency on this file; it will be autoloaded. ]' \ > %{buildroot}/%{confdir}.d/%{base}.conf >%endif > > >%clean >%{__rm} -rf %{buildroot} > > >%files >%defattr(-,root,root) >%{modulesdir}/%{modname}.so >%config(noreplace) %lang(en) %{confdir}.d/%{base}.conf >%doc COPYING README > > >%changelog >* Mon Jun 30 2008 Philip Prindeville <http://www.redfish-solutions.com> > Added "--with xml" for those wanting implicit load of libxml2 via ld.so > instead of via explicit "LoadFile" in configs. > >* Sat Jun 28 2008 Philip Prindeville <http://www.redfish-solutions.com> > Merged with comments from reviewers (especially Ray). > >* Wed Jun 18 2008 Philip Prindeville <http://www.redfish-solutions.com> >- Initial RPM release. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 452636
:
310748
|
310749
|
310960
|
311550
|
311551
|
311672
|
311673
|
314111
|
314112
|
315602
|
315603
|
315605
|
315606
|
317204
|
317205
|
317207
|
317209
|
377563
|
377565