/[smeserver]/rpms/e-smith-apache/sme10/e-smith-apache.spec
ViewVC logotype

Contents of /rpms/e-smith-apache/sme10/e-smith-apache.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Wed Mar 23 12:58:14 2016 UTC (8 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-apache-2_6_0-2_el7_sme
Changes since 1.4: +33 -25 lines
* Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
- fix syntax preventing httpd to launch [SME: 9364]
- moved changelog at end of file

1 # $Id: e-smith-apache.spec,v 1.4 2016/02/07 10:54:50 vip-ire Exp $
2
3 Summary: e-smith server and gateway - apache module
4 %define name e-smith-apache
5 Name: %{name}
6 %define version 2.6.0
7 %define release 2
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-apache-2.6.0-httpd24.patch
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 BuildArchitectures: noarch
16 Requires: e-smith-base >= 4.15.1
17 Requires: e-smith-lib >= 1.15.1-19
18 Requires: e-smith-daemontools >= 1.7.1-01
19 Requires: mod_ssl
20 Requires: mod_authnz_external
21 Obsoletes: distcache <= 1.4.5
22 Obsoletes: mod_auth_external
23 Obsoletes: e-smith-proxypass
24 Obsoletes: e-smith-apache-proxy
25 Conflicts: e-smith-ibays < 1.0.2
26 AutoReqProv: no
27 BuildRequires: e-smith-devtools >= 1.11.0-12
28
29 %description
30 e-smith server and gateway software - apache module.
31
32 %prep
33 %setup
34 %patch0 -p1
35
36 %build
37 perl createlinks
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
42
43 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
44 --dir /var/service/httpd-e-smith 'attr(01755,root,root)' \
45 --file /var/service/httpd-e-smith/down 'attr(0644,root,root)' \
46 --file /var/service/httpd-e-smith/run 'attr(0755,root,root)' \
47 > e-smith-%{version}-filelist
48
49 echo "%doc COPYING" >> e-smith-%{version}-filelist
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f e-smith-%{version}-filelist
55 %defattr(-,root,root)
56
57
58 %changelog
59 * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
60 - fix syntax preventing httpd to launch [SME: 9364]
61 - moved changelog at end of file
62
63 * Thu Feb 4 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-1.sme
64 - Roll new stream for sme10
65
66 * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme
67 - Hook into the new ssl-update event [SME: 9152]
68
69 * Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme
70 - Set TLSv1 back to enabled (but keep a prop to disable it if needed) [SME: 9154]
71
72 * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme
73 - Disable TLSv1 [SME: 9154]
74
75 * Tue Dec 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme
76 - Disable SSLv3 [SME: 8722]
77
78 * Fri Oct 31 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme
79 - Revert CRIME mitigation patch, as it's not needed [SME: 8613]
80
81 * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-10.sme
82 - Mitigate CVE-2012-4929 [SME: 8613]
83
84 * Tue Jul 29 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-9.sme
85 - Turn SSLEngine on in the SSL vhost (ProxyPassVirtualHosts) [SME: 8501]
86
87 * Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
88 - Remove insecure ciphers [SME: 8138]
89
90 * Mon Oct 07 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-7.sme
91 - Re-do patch to add missing default httpd.conf modules [SME: 7874]
92 - Add authz_groupfile as a loadable Module [SME: 7875]
93
94 * Fri Oct 04 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-6.sme
95 - Patch to add missing default httpd.conf modules [SME: 7874]
96
97 * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-5.sme
98 - Patch to correct issue with not being able to access a password protected ibay [SME: 7794]
99
100 * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
101 - Obsolete el5 version of distcache [SME: 7273]
102
103 * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
104 - Obsolete mod_auth_external and require mod_authnz_external [SME: 7319]
105 - Change the way module is loaded and initialized
106
107 * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
108 - Add missing dependency on mod_ssl [SME: 7234]
109
110 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
111 - Roll new stream for sme9
112
113 * Fri Jun 29 2012 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme
114 - Disable index listing of Apache icons folder [SME: 7015]
115
116 * Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8.sme
117 - Fix server-resources redirect w/o trailing slash [SME: 6758]
118
119 * Sat Mar 12 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme
120 - Disable SSLv2 by default [SME: 6482]
121
122 * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
123 - Add option to disable SSLv2 [SME: 5034]
124
125 * Sat Mar 28 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
126 - Add OpenOffice2 MIME Types [SME: 5112]
127
128 * Sat Mar 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme
129 - Add OpenOffice MIME Types [SME: 4848]
130 - Add XML MIME Type [SME: 5035]
131
132 * Thu Dec 11 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme
133 - Fix issues in patch that adds Microsoft Office 2007 MIME types [SME: 4548]
134
135 * Tue Dec 2 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
136 - Add Microsoft Office 2007 MIME types [SME: 4548]
137
138 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
139 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
140
141 * Tue Oct 23 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-16
142 - Add SSL support to ProxyPass. [SME: 3481]
143
144 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-15
145 - Create/Move httpd logrotate.d directory. [SME: 3380]
146
147 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-14
148 - Rename apache to httpd in templates2expand. [SME: 3380]
149
150 * Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.2.0-13
151 - Fix patch to exclude hosts if domains exist [SME: 2307]
152
153 * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.2.0-12
154 - Use correct lib for modules
155
156 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
157 - Clean up spec so package can be built by koji/plague
158
159 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.2.0-11
160 - Fix patch so template expands [SME: 2307]
161
162 * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 1.2.0-10
163 - Don't include host if domain exists [SME: 2307]
164
165 * Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.0-9
166 - Gracefully handle differences in module names between apache
167 versions. [SME: 2471]
168 - Add logrotate changes which should have been in 1.2.0-7 (patch
169 was provided but not applied).
170
171 * Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.0-8
172 - Remove proxypass fragment (now in e-smith-manager)
173
174 * Sat Jan 27 2007 Shad L. Lords <slords@mail.com> 1.2.0-8
175 - Remove proxypass fragment (now in e-smith-manager)
176
177 * Fri Jan 19 2007 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-7
178 - Move logrotate fragments from e-smith-base.
179
180 * Thu Dec 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-6
181 - Add support for optional modSSL{CertificateChainFile} [SME: 1779]
182
183 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
184 - Update to new release naming. No functional changes.
185 - Make Packager generic
186
187 * Wed Nov 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04
188 - Revert last change [SME: 2109]
189 - TODO: Split dev stream for that change
190 - Add Conflicts for latest e-smith-manager dev stream
191
192 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-03
193 - Remove manager proxy pass fragment - moved to e-smith-manager.
194
195 * Sat Jul 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02
196 - Add ProxyPassReverse directives to allow redirects to work for proxy-
197 passed virtual domains. Also proxy pass https to https. [SME: 1735]
198
199 * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
200 - Roll stable stream version. [SME: 1016]
201
202 * Mon Mar 13 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.2-37
203 - Fix lookup of 'httpd' props in a few templates. Service name is
204 httpd-e-smith. [SME: 1029]
205
206 * Fri Feb 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-36
207 - Deny access to files starting with .ht typically
208 .htaccess and .htpasswd [SME: 716]
209
210 * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 1.1.2-35
211 - Change modPerl from enabled to disabled [SME: 575]
212
213 * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-34
214 - Add SVG filetype [SME: 374]
215
216 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-33
217 - And relocate the modSSL{CipherSuite} default to e-smith-base with
218 the other modSSL defaults [SME: 194]
219
220 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-32
221 - Change default CipherSuite [SME: 194]
222 Was: ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:+SSLv2:-EXP
223 Is: ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
224
225 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-31
226 - Moved SSL CipherSuite into db default - modSSL{CipherSuite} [SME: 194]
227
228 * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-30
229 - Remove inode from FileETag response [SME: 198]
230
231 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-29
232 - Use literal HERE document to ensure braces in TRACE/TRACK rewrite [SME: 196]
233
234 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-28
235 - Add type for XSL stylesheet (.xsl) files [SME: 76]
236
237 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-27
238 - Bump release number only
239
240 * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com>
241 - [1.1.2-26]
242 - Add content from e-smith-apache-proxy, to enable apache to
243 also operate as a non-caching proxy server. Add Obsoletes:
244 header to ensure e-smith-apache-proxy RPM is removed on
245 upgrade.
246
247 * Tue Aug 9 2005 Shad Lords <slords@mail.com>
248 - [1.1.2-25]
249 - Add directive for icons directory
250 - Fix newlines left on end of icons template
251 - Update server aliases to reference all local hosts [SF: 1246172]
252
253 * Wed Aug 3 2005 Shad Lords <slords@mail.com>
254 - [1.1.2-24]
255 - Fix Rewrite rule to include trailing stuff
256
257 * Wed Aug 3 2005 Shad Lords <slords@mail.com>
258 - [1.1.2-23]
259 - Update ProxyPass to use httpd-admin{TCPPort} [SF: 1246986]
260
261 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
262 - [1.1.2-22]
263 - Disable HTTP TRACK and TRACE in each VirtualDomain (patch by Gordon
264 Rowell, with some further work by Shad Lords). [SF: 1240658]
265
266 * Wed Jul 27 2005 Gordon Rowell <gordonr@gormand.com.au>
267 - [1.1.2-21]
268 - Disable all low grade ciphers for SSL. [SF: 1240654]
269
270 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
271 - [1.1.2-20]
272 - Don't load userdir module by default. It's not used, and causes
273 Nessus to complain. [SF: 1240657]
274
275 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
276 - [1.1.2-19]
277 - Patch from Shad: update rewrite and ProxyPass stuff for manager URLs.
278 [SF: 1172203]
279
280 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
281 - [1.1.2-18]
282 - Add GPL COPYING file.
283
284 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
285 - [1.1.2-17]
286 - Clean up apache templates to use current DB interfaces.
287 - Make sure the single host ValidFrom specs for proxypass doesn't
288 upset apache.
289
290 * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
291 - [1.1.2-16]
292 - Make sure that DocumentRoot directory exists - latest apache2
293 will not start up if not.
294
295 * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
296 - [1.1.2-15]
297 - Do graceful restart of apache in domain-*, in case domain->ibay
298 assignments have changed. [SF: 1222433]
299
300 * Wed Jun 8 2005 Charlie Brady <charlieb@e-smith.com>
301 - [1.1.2-14]
302 - Add rewrite fragment for httpd.conf to disable TRACE and TRACK
303 requests.
304
305 * Fri May 27 2005 Charlie Brady <charlieb@e-smith.com>
306 - [1.1.2-13]
307 - Add support for TemplatePath => ProxyPassVirtualHost entries
308 in domains db.
309
310 * Fri May 27 2005 Charlie Brady <charlieb@e-smith.com>
311 - [1.1.2-12]
312 - Bring ProxyPass fragment up to latest e-smith-lib APIs.
313
314 * Fri May 27 2005 Charlie Brady <charlieb@e-smith.com>
315 - [1.1.2-11]
316 - Remove ProxyPass support for various deprecated URIs. [SF: 1172203]
317 - Add content of e-smith-proxypass RPM. Add Obsoletes: header.
318
319 * Wed Mar 30 2005 Charlie Brady <charlieb@e-smith.com>
320 - [1.1.2-10]
321 - Add default TCPPort property to httpd-e-smith, so that correct
322 hole is punched in firewall.
323
324 * Mon Mar 21 2005 Charlie Brady <charlieb@e-smith.com>
325 - [1.1.2-09]
326 - Remove mangling of syslog and apache log filenames - just
327 retargeting the symlinks has the same effect. [MN00064132]
328
329 * Sun Mar 20 2005 Charlie Brady <charlieb@e-smith.com>
330 - [1.1.2-08]
331 - Remove logrotate-httpd which is obsoleted by generic_template_expand.
332
333 * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
334 - [1.1.2-07]
335 - Fix dangling symlink in ibay-create. [MN00065576]
336
337 * Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com>
338 - [1.1.2-06]
339 - Use generic_template_expand action where possible, in place
340 of specific actions. Update e-smith-lib dependency. [MN00064130]
341 - Replace all restart-* and most reload-* actions with calls to 'adjust-services'.
342 Update e-smith-lib version dependency. [MN00065576]
343
344 * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
345 - [1.1.2-05]
346 - Don't attempt to configure httpd.conf in post-install and post-upgrade.
347 [MN00065717]
348
349 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
350 - [1.1.2-04]
351 - Remove stray ServiceLink sylinks. [MN00064757]
352
353 * Tue Dec 28 2004 Charlie Brady <charlieb@e-smith.com>
354 - [1.1.2-03]
355 - Add "chpst -P" to httpd-e-smith run script, to protect runsv/supervise
356 from term signals (wrongly) relayed by apache. [charlieb MN00051144]
357
358 * Fri Dec 24 2004 Charlie Brady <charlieb@e-smith.com>
359 - [1.1.2-02]
360 - Remove ValidFrom defaults fragment for httpd-admin - as it duplicates
361 one in e-smith-base. [MN00062533]
362
363 * Wed Nov 17 2004 Mark Knox <markk@e-smith.com>
364 - [1.1.2-01]
365 - Picking up new directory. MN00056429.
366
367 * Wed Nov 17 2004 Mark Knox <markk@e-smith.com>
368 - [1.1.1-03]
369 - Added empty ValidFrom defaults fragment [markk MN00056429]
370
371 * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
372 - [1.1.1-02]
373 - Modify config and run script for compatibility with apache 2. Most of these
374 changes were contributed by Shad Lords. [charlieb MN00051144]
375
376 * Mon Oct 4 2004 Charlie Brady <charlieb@e-smith.com>
377 - [1.1.1-01]
378 - New development stream for apache 2 - 1.1.1
379
380 * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
381 - [1.1.0-23]
382 - Clean BuildRequires. [charlieb MN00043055]
383
384 * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
385 - [1.1.0-22]
386 - Updated modPerl templates to remove use of esmith::config.
387 [msoulier MN00039579]
388
389 * Tue Jun 22 2004 Michael Soulier <msoulier@e-smith.com>
390 - [1.1.0-21]
391 - Added RewriteCond statements to previous RewriteRules to exclude localhost,
392 so ssh port-forwarding is not broken. [msoulier MN00020885]
393
394 * Fri Jun 18 2004 Tony Clayton <apc@e-smith.com>
395 - [1.1.0-20]
396 - Fix LoadModule fragment from last patch [tonyc 11348]
397
398 * Mon Jun 14 2004 Tony Clayton <apc@e-smith.com>
399 - [1.1.0-19]
400 - Add modPerl service and httpd.conf templates [tonyc 11348]
401
402 * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
403 - [1.1.0-18]
404 - Adding rewrite rules to prevent plaintext access to the server manager.
405 [msoulier MN00020885]
406
407 * Thu May 6 2004 Michael Soulier <msoulier@e-smith.com>
408 - [1.1.0-17]
409 - Added httpd-admin's remoteaccess list to permissible networks for
410 server-resources. [msoulier MN00024949]
411
412 * Mon Feb 23 2004 Michael Soulier <msoulier@e-smith.com>
413 - [1.1.0-16]
414 - Backing-out last change. [msoulier dpar-21489]
415
416 * Mon Feb 23 2004 Michael Soulier <msoulier@e-smith.com>
417 - [1.1.0-15]
418 - Added restart-httpd-graceful to domain-* events. [msoulier dpar-21489]
419
420 * Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com>
421 - [1.1.0-14]
422 - Updating requires to e-smith-daemontools. [msoulier 7629]
423
424 * Wed Feb 18 2004 Michael Soulier <msoulier@e-smith.com>
425 - [1.1.0-13]
426 - Updating restart-httpd-graceful to use new daemontools sigusr1 option.
427 [msoulier 7629]
428
429 * Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com>
430 - [1.1.0-12]
431 - Staggering the symlinks a little farther. [msoulier 9955]
432
433 * Wed Jan 21 2004 Michael Soulier <msoulier@e-smith.com>
434 - [1.1.0-11]
435 - Adding symlinks to the service-domain-create event for httpd restart.
436 [msoulier 9955]
437
438 * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
439 - [1.1.0-10]
440 - Fixed another error in the specfile, resulting in incorrect file
441 permissions. [msoulier 7629]
442 - Updated action scripts for supervise. [msoulier 7629]
443
444 * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
445 - [1.1.0-09]
446 - Fixed an error in the specfile. [msoulier 7629]
447
448 * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
449 - [1.1.0-08]
450 - Updated createlinks for daemontools. [msoulier 7629]
451
452 * Tue Dec 9 2003 Michael Soulier <msoulier@e-smith.com>
453 - [1.1.0-07]
454 - Putting httpd-e-smith under supervision. [msoulier 7629]
455
456 * Thu Sep 18 2003 Michael Soulier <msoulier@e-smith.com>
457 - [1.1.0-06]
458 - Added a null-string return value to the end of 00Setup, ensure no output
459 from that fragment. [msoulier 9803]
460
461 * Wed Sep 3 2003 Charlie Brady <charlieb@e-smith.com>
462 - [1.1.0-05]
463 - Use implementation class, not virtual class in VirtualHosts/00Setup fragment.
464 [charlieb 9803]
465
466 * Wed Sep 3 2003 Michael Soulier <msoulier@e-smith.com>
467 - [1.1.0-04]
468 - Added a 75AddType05.exe fragment to specify a proper mime-type for .exe
469 files. [msoulier 9866]
470
471 * Fri Aug 29 2003 Charlie Brady <charlieb@e-smith.com>
472 - [1.1.0-03]
473 - Allow TemplatePath property in domain record to specify an alternate template
474 subdir for virtual host content specification (e.g. to proxypass a domain).
475 [charlieb 8409]
476
477 * Fri Aug 29 2003 Charlie Brady <charlieb@e-smith.com>
478 - [1.1.0-02]
479 - Changed the VirtualHosts subtemplate to pass the domain object instead of db handle,
480 and modified VirtualHosts/00Setup fragment to convert it to the right class.
481 Fix scoping problem with the blessed object. [charlieb 9803]
482
483 * Fri Aug 29 2003 Michael Soulier <msoulier@e-smith.com>
484 - [1.1.0-01]
485 - rolling to dev stream - 1.1.0
486
487 * Fri Aug 29 2003 Michael Soulier <msoulier@e-smith.com>
488 - [1.0.0-04]
489 - Added a 00Setup fragment to VirtualHosts to process the %domainsdb hash back
490 into an esmith::DomainsDB object. [msoulier 9803]
491
492 * Mon Aug 25 2003 Michael Soulier <msoulier@e-smith.com>
493 - [1.0.0-03]
494 - Added a reference to the domains db in the extra data for processing the
495 VirtualHosts fragments. [msoulier 9803]
496
497 * Fri Aug 1 2003 Michael Soulier <msoulier@e-smith.com>
498 - [1.0.0-02]
499 - Fixed a precedence error that broke virtual hosts in apache.
500 [msoulier 9640]
501
502 * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
503 - [1.0.0-01]
504 - Setting to release version number - 1.0.0
505
506 * Wed Jul 9 2003 Michael Soulier <msoulier@e-smith.com>
507 - [0.2.0-04]
508 - Fixed breakage in admin web server when a local network with a 32-bit subnet
509 mask is used. [msoulier 9259]
510
511 * Thu Jul 3 2003 Charlie Brady <charlieb@e-smith.com>
512 - [0.2.0-03]
513 - Fix log noise problem in expansion of httpd.conf template. [charlieb 9269]
514
515 * Wed Jul 2 2003 Charlie Brady <charlieb@e-smith.com>
516 - [0.2.0-02]
517 - List primary domain as first (default) virtual domain in apache config.
518 Include $SystemName.domain.name in ServerAlias directive. [charlieb 9241]
519
520 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
521 - [0.2.0-01]
522 - Changing version to stable stream number - 0.2.0
523
524 * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
525 - [0.1.2-01]
526 - Add order to migrate fragments [gordonr 9015]
527
528 * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
529 - [0.1.1-02]
530 - Fixed Conflicts header - should be <, not <= [gordonr 8903]
531
532 * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
533 - [0.1.1-01]
534 - Shuffled some httpd.conf fragments to e-smith-ibays [gordonr 8903]
535
536 * Wed May 28 2003 Michael Soulier <msoulier@e-smith.com>
537 - [0.1.0-19]
538 - Moving httpd-e-smith init script to e-smith-apache. [msoulier 8852]
539
540 * Tue Apr 29 2003 Gordon Rowell <gordonr@e-smith.com>
541 - [0.1.0-18]
542 - Do an explicit die if the httpd-e-smith record is missing from the
543 config db, rather than an implicit die due to an invalid object
544 reference [gordonr 8609]
545
546 * Wed Apr 9 2003 Gordon Rowell <gordonr@e-smith.com>
547 - [0.1.0-17]
548 - Relocated conf-httpd from e-smith-base [gordonr 8150]
549
550 * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
551 - [0.1.0-16]
552 - Moved restart-httpd-* actions from base [markk 5509]
553
554 * Fri Apr 4 2003 Mark Knox <markk@e-smith.com>
555 - [0.1.0-15]
556 - Moved db config fragments here from e-smith-base [markk 5509]
557
558 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
559 - [0.1.0-14]
560 - Make /server-resources/ browsable from LAN [gordonr 6620]
561
562 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
563 - [0.1.0-13]
564 - Delete Apache ReadmeName directive [gordonr 6313]
565
566 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
567 - [0.1.0-12]
568 - Fixed broken conf-httpd-e-smith links in post-{install,upgrade} [gordonr 7960]
569
570 * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
571 - [0.1.0-11]
572 - Deleted ./etc/httpd/conf/httpd.conf/template-begin
573 deleted ./etc/httpd/conf/srm.conf/template-begin
574 deleted ./etc/httpd/conf/access.conf/template-begin [lijied 3295]
575
576 * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
577 - [0.1.0-10]
578 - Delete empty template-end file [lijied 3295]
579
580 * Wed Mar 12 2003 Charlie Brady <charlieb@e-smith.com>
581 - [0.1.0-09]
582 - Remove more references to primary and wwwpublic in favour
583 of the "Primary" i-bay. There is still some special case code,
584 which might go later if it turns out not to be needed.
585 [charlieb 5652]
586
587 * Tue Mar 11 2003 Mark Knox <markk@e-smith.com>
588 - [0.1.0-08]
589 - Fixed a missing quote in 27ManagerProxyPass [markk 7635]
590
591 * Tue Mar 11 2003 Gordon Rowell <gordonr@e-smith.com>
592 - [0.1.0-07]
593 - Pass externalSSLAccess and localAccess to VirtualDomains fragments so they don't
594 need to recalculate these values [gordonr 7635]
595 - Use early return from 27ManagerProxyPass and new DB interface [gordonr 7635]
596
597 * Mon Mar 10 2003 Charlie Brady <charlieb@e-smith.com>
598 - [0.1.0-06]
599 - Remove special case handling for /home/e-smith/files/primary in Apache
600 configuration. Migrate code and db entries for wwwpublic to Public.
601 [charlieb 5652]
602
603 * Fri Mar 7 2003 Charlie Brady <charlieb@e-smith.com>
604 - [0.1.0-05]
605 - Replace deprecated CONFREF with MORE_DATA in processTemplate call in
606 VirtualHosts fragment of httpd.conf templates. Fixes template
607 expansion breakage (I'm not sure what broke it, but this fixes it.)
608 [charlieb]
609 - Add default config db fragments to set type and status. Remove redundant
610 conf-httpd-e-smith script. [charlieb 1507]
611
612 * Fri Jan 24 2003 Gordon Rowell <gordonr@e-smith.com>
613 - [0.1.0-04]
614 - Move SSL initialisation to global context [gordonr 1432]
615
616 * Fri Jan 24 2003 Gordon Rowell <gordonr@e-smith.com>
617 - [0.1.0-03]
618 - Use default SSL certificate of $SystemName.$DomainName [gordonr 4874]
619
620 * Wed Jan 8 2003 Mark Knox <markk@e-smith.com>
621 - [0.1.0-02]
622 - Added conf-httpd-e-smith action linked to the same events as conf-startup
623 in e-smith-base [markk 6428]
624
625 * Mon Jan 06 2003 Mark Knox <m_knox@mitel.com>
626 - [0.1.0-01]
627 - Initial release, split out from e-smith-base [markk 6428]
628

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed