auto-import changelog data from httpd-2.0.50-6.src.rpm
Sun Sep 05 2004 Joe Orton <jorton@redhat.com> 2.0.50-6 - include /etc/sysconfig/httpd template (#112085) - pass $OPTIONS in httpd invocations in apachectl (#115910) - do not pass $OPTIONS to apachectl from init script - start httpd in C locale by default from apachectl
This commit is contained in:
parent
ea99b65d7f
commit
e9bfb00733
@ -106,7 +106,7 @@ case "$1" in
|
|||||||
reload
|
reload
|
||||||
;;
|
;;
|
||||||
graceful|help|configtest|fullstatus)
|
graceful|help|configtest|fullstatus)
|
||||||
$apachectl $OPTIONS $@
|
$apachectl $@
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
19
httpd.spec
19
httpd.spec
@ -1,18 +1,19 @@
|
|||||||
%define contentdir /var/www
|
%define contentdir /var/www
|
||||||
%define suexec_caller apache
|
%define suexec_caller apache
|
||||||
%define mmn 20020903
|
%define mmn 20020903
|
||||||
%define vstring Red Hat
|
%define vstring Fedora
|
||||||
%define distro Red Hat Enterprise Linux
|
%define distro Fedora Core
|
||||||
|
|
||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.0.50
|
Version: 2.0.50
|
||||||
Release: 5.ent
|
Release: 6
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
Source3: httpd.logrotate
|
Source3: httpd.logrotate
|
||||||
Source4: httpd.init
|
Source4: httpd.init
|
||||||
|
Source5: httpd.sysconf
|
||||||
Source6: powered_by.gif
|
Source6: powered_by.gif
|
||||||
Source7: powered_by_fedora.png
|
Source7: powered_by_fedora.png
|
||||||
Source8: powered_by_rh.png
|
Source8: powered_by_rh.png
|
||||||
@ -328,6 +329,10 @@ rm $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/*.conf
|
|||||||
install -m 644 $RPM_SOURCE_DIR/httpd.conf \
|
install -m 644 $RPM_SOURCE_DIR/httpd.conf \
|
||||||
$RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/httpd.conf
|
$RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/httpd.conf
|
||||||
|
|
||||||
|
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
||||||
|
install -m 644 $RPM_SOURCE_DIR/httpd.sysconf \
|
||||||
|
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/httpd
|
||||||
|
|
||||||
# mod_ssl bits
|
# mod_ssl bits
|
||||||
for suffix in crl crt csr key prm; do
|
for suffix in crl crt csr key prm; do
|
||||||
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/ssl.${suffix}
|
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/ssl.${suffix}
|
||||||
@ -518,6 +523,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_sysconfdir}/httpd/conf.d
|
%dir %{_sysconfdir}/httpd/conf.d
|
||||||
%{_sysconfdir}/httpd/conf.d/README
|
%{_sysconfdir}/httpd/conf.d/README
|
||||||
|
|
||||||
|
%config(noreplace) %{_sysconfdir}/sysconfig/httpd
|
||||||
|
|
||||||
%{_bindir}/ab
|
%{_bindir}/ab
|
||||||
%{_bindir}/ht*
|
%{_bindir}/ht*
|
||||||
%{_bindir}/logresolve
|
%{_bindir}/logresolve
|
||||||
@ -585,6 +592,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/suexec.8*
|
%{_mandir}/man8/suexec.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 5 2004 Joe Orton <jorton@redhat.com> 2.0.50-6
|
||||||
|
- include /etc/sysconfig/httpd template (#112085)
|
||||||
|
- pass $OPTIONS in httpd invocations in apachectl (#115910)
|
||||||
|
- do not pass $OPTIONS to apachectl from init script
|
||||||
|
- start httpd in C locale by default from apachectl
|
||||||
|
|
||||||
* Wed Sep 1 2004 Joe Orton <jorton@redhat.com> 2.0.50-5
|
* Wed Sep 1 2004 Joe Orton <jorton@redhat.com> 2.0.50-5
|
||||||
- move manual configuration into conf.d/manual.conf (#131208)
|
- move manual configuration into conf.d/manual.conf (#131208)
|
||||||
- add test_hook from HEAD, -t -DDUMP_CERTS for mod_ssl
|
- add test_hook from HEAD, -t -DDUMP_CERTS for mod_ssl
|
||||||
|
22
httpd.sysconf
Normal file
22
httpd.sysconf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Configuration file for the httpd service.
|
||||||
|
|
||||||
|
#
|
||||||
|
# The default processing model (MPM) is the process-based
|
||||||
|
# 'prefork' model. A thread-based model, 'worker', is also
|
||||||
|
# available, but does not work with some modules (such as PHP).
|
||||||
|
# The service must be stopped before changing this variable.
|
||||||
|
#
|
||||||
|
#HTTPD=/usr/sbin/httpd.worker
|
||||||
|
|
||||||
|
#
|
||||||
|
# To pass additional options (for instance, -D definitions) to the
|
||||||
|
# httpd binary at startup, set OPTIONS here.
|
||||||
|
#
|
||||||
|
#OPTIONS=
|
||||||
|
|
||||||
|
#
|
||||||
|
# By default, the httpd process is started in the C locale; to
|
||||||
|
# change the locale in which the server runs, the HTTPD_LANG
|
||||||
|
# variable can be set.
|
||||||
|
#
|
||||||
|
#HTTPD_LANG=C
|
12
index.html
12
index.html
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Test Page for the Apache HTTP Server on Red Hat Enterprise Linux</title>
|
<title>Test Page for the Apache HTTP Server on Fedora Core</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
/*<![CDATA[*/
|
/*<![CDATA[*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.6em 2em 0.4em;
|
padding: 0.6em 2em 0.4em;
|
||||||
background-color: #900;
|
background-color: #22437f;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1.75em;
|
font-size: 1.75em;
|
||||||
@ -85,7 +85,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Red Hat Enterprise Linux <strong>Test Page</strong></h1>
|
<h1>Fedora Core <strong>Test Page</strong></h1>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="content-middle">
|
<div class="content-middle">
|
||||||
@ -103,7 +103,7 @@
|
|||||||
|
|
||||||
<p>For example, if you experienced problems while visiting www.example.com, you should send e-mail to "webmaster@example.com".</p>
|
<p>For example, if you experienced problems while visiting www.example.com, you should send e-mail to "webmaster@example.com".</p>
|
||||||
|
|
||||||
<p>For information on Red Hat Enterprise Linux, please visit the <a href="http://www.redhat.com/">Red Hat, Inc. website</a>. The documentation for Red Hat Enterprise Linux is <a href="http://www.redhat.com/docs/manuals/enterprise/">available on the Red Hat, Inc. website</a>.</p>
|
<p>For information on Fedora Core, please visit the <a href="http://fedora.redhat.com/">Fedora Project website</a>.</p>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -113,9 +113,9 @@
|
|||||||
<p>You may now add content to the directory <tt>/var/www/html/</tt>. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file <tt>/etc/httpd/conf.d/welcome.conf</tt>.</p>
|
<p>You may now add content to the directory <tt>/var/www/html/</tt>. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file <tt>/etc/httpd/conf.d/welcome.conf</tt>.</p>
|
||||||
|
|
||||||
<div class="logos">
|
<div class="logos">
|
||||||
<p>You are free to use the images below on Apache and Red Hat powered HTTP servers. Thanks for using Apache and Red Hat Enterprise Linux!</p>
|
<p>You are free to use the images below on Apache and Fedora Core powered HTTP servers. Thanks for using Apache and Fedora Core!</p>
|
||||||
|
|
||||||
<p><a href="http://httpd.apache.org/"><img src="/icons/apache_pb2.gif" alt="[ Powered by Apache ]"/></a> <a href="http://www.redhat.com/"><img src="/icons/powered_by_rh.png" alt="[ Powered by Red Hat ]" width="88" height="31" /></a></p>
|
<p><a href="http://httpd.apache.org/"><img src="/icons/apache_pb2.gif" alt="[ Powered by Apache ]"/></a> <a href="http://fedora.redhat.com/"><img src="/icons/powered_by_fedora.png" alt="[ Powered by Fedora Core ]" width="88" height="31" /></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user