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 315605 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.66 KB, created by
Philip Prindeville
on 2008-09-02 23:34:09 UTC
(
hide
)
Description:
Replacement .spec file
Filename:
MIME Type:
Creator:
Philip Prindeville
Created:
2008-09-02 23:34:09 UTC
Size:
2.66 KB
patch
obsolete
>Summary: Output filter to rewrite HTML links in a proxy situation >Name: mod_proxy_html >Version: 3.0.1 >Release: 7%{?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-%{version}.tar.bz2 >Patch1: mph-braces.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root >Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing) > >%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 -q -n %{name} >%patch1 -p1 > > >%build >%{_sbindir}/apxs -c -I %{_includedir}/libxml2 -lxml2 mod_proxy_html.c > > >%install >%{__rm} -rf %{buildroot} >%{__mkdir_p} %{buildroot}/%{modulesdir} >%{_sbindir}/apxs -i -S LIBEXECDIR=%{buildroot}/%{modulesdir} -n mod_proxy_html mod_proxy_html.la >install -m 644 -D proxy_html.conf %{buildroot}/%{confdir}.d/proxy_html.conf >%{__sed} -i -e '/^# LoadFile \/usr\/lib\/libxml2\.so/d' \ > %{buildroot}/%{confdir}.d/proxy_html.conf >%ifarch x86_64 >%{__sed} -i -e 's@/usr/lib/@%{_libdir}/@' \ > %{buildroot}/%{confdir}.d/proxy_html.conf >%endif > > >%clean >%{__rm} -rf %{buildroot} > > >%files >%defattr(-,root,root) >%{modulesdir}/mod_proxy_html.so >%config(noreplace) %lang(en) %{confdir}.d/proxy_html.conf >%doc COPYING README > > >%changelog >* Tue Sep 2 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-7 >- Fixed "Source:" to point to numbered version of tarball. Thanks Nick! > >* Tue Aug 12 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-6 >- Fixed BuildRequires: and BuildRoot: as per code review comments. > >* Sun Jul 13 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-5 >- Fixed gcc warning on missing braces/ambiguous "else". > >* Thu Jul 10 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-4 >- Fixed conditional edit of path to libs in .conf file based on architecture > type. > >* Mon Jun 30 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-3 >- 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> 3.0.1-2 >- Merged with comments from reviewers (especially Ray). > >* Wed Jun 18 2008 Philip Prindeville <http://www.redfish-solutions.com> 3.0.1-1 >- 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