Logoj0ke.net Open Build Service > Projects > Apache:Modules > apache2-mod_fcgid > apache2-mod_fcgid.changes
Sign Up | Log In

File apache2-mod_fcgid.changes of Package apache2-mod_fcgid (Revision 2527ecc8aa5d07e3587d3ae064b304a3)

Currently displaying revision 2527ecc8aa5d07e3587d3ae064b304a3, show latest

 
1
-------------------------------------------------------------------
2
Thu Aug  5 01:06:32 UTC 2010 - mrueckert@suse.de
3
4
- update to version 2.3.5
5
  mod_fcgid is now an official apache project. During the migration
6
  the name of the configuration directives has changed. Please see
7
8
  /usr/share/doc/packages/apache2-mod_fcgid/CHANGES-FCGID
9
10
  to update your config to the new version.
11
- adapted config to the new directives
12
13
-------------------------------------------------------------------
14
Fri Mar  7 16:57:07 CET 2008 - mrueckert@suse.de
15
16
- added directory for the sharedmemory path and the sockets
17
  (bnc#365113)
18
19
-------------------------------------------------------------------
20
Tue Oct 30 14:00:50 CET 2007 - mrueckert@suse.de
21
22
- update to version 2.2
23
  - Support configuration "PassHeader". Thank Hans Christian
24
    Saustrup for the suggestion.
25
  - Support apr_shm_remove() in httpd.2.0.X. Thank Hans Christian
26
    Saustrup for bug report.
27
  - Support configuration "TimeScore". Thank Tim Jensen for the
28
    patch.
29
  - Support new configurations "MaxRequestInMem" and
30
    "MaxRequestLen"
31
    - If the length of http request longer than "MaxRequestInMem",
32
      it will store in tmp file.
33
    - It the length of http request longer than "MaxRequestLen", it
34
      will return internal server error.
35
    Thank Gabriel Barazer(gabriel at oxeva.fr) for the bug report.
36
    Thank Steffen(info at apachelounge.com) for the help on this
37
    issue.
38
  - Fix miner Sanity check bug. Thank Yuya Tanaka for bug report
39
- added SharememPath to the config (#337566)
40
41
-------------------------------------------------------------------
42
Tue Aug  7 19:59:48 CEST 2007 - poeml@suse.de
43
44
- remove "Provides: apache2-mod_fastcgi", since the package is
45
  revived
46
47
-------------------------------------------------------------------
48
Tue Jul 31 18:07:43 CEST 2007 - mrueckert@suse.de
49
50
- don't package INSTALL.txt
51
- ran dos2unix on the documentation tarball to avoid warnings from
52
  rpmlint
53
54
-------------------------------------------------------------------
55
Mon Apr 16 10:47:38 CEST 2007 - mrueckert@suse.de
56
57
- update to version 2.1
58
  - Add missing config.m4 and Makefile.in for static linking
59
    Thank Mark Drago for notice
60
  - FCGIWrapper disallowed in .htaccess
61
    Thank Balinares for patch
62
  - Bug fix. Authoritative flag reversed
63
    Thank Chris Darroch for the patch
64
  - Support arguments in FCGIWrapper
65
    Thank Andre Nathan for suggestion and great help on testing it.
66
  - Support new config "SharememPath", which specifies the location
67
    of share memory path.
68
  - Check running user is root or not, while suexec is enabled.
69
    Thank Chris Holleman for the bug report.
70
  - Bug fix. Should not pass respond to auth checkers.
71
    Thank Szabolcs Hock for bug report.
72
- rediffed patches:
73
  mod_fcgid.2.0-warnings.patch => mod_fcgid.2.1-warnings.patch
74
- synced docs from the website
75
76
-------------------------------------------------------------------
77
Wed Nov 29 21:22:00 CET 2006 - mrueckert@suse.de
78
79
- update to version 2.0
80
  o Support FastCGI Authorizer protocols now.
81
  o Add apxs compile instruction in INSTALL.txt.
82
    Thank Hans Christian Saustrup, hc at saustrup.net for the suggestion.
83
  o Bug fix. (Win32 only) PHP script can not create socket on Win32.
84
    Thank bbscool at zjip.com for the bug report and the help.
85
  o GREAT patchs from Robert L Mathews, rob at tigertech.com
86
    Fix compile warnings
87
    Adds a MaxRequestsPerProcess parameter that allows mod_fcgid
88
    to exit after handling a certain number of requests
89
    Close socket before fork 
90
    avoid the 1-second sleep the first time a process is spawned
91
  o Print warning log while read data error from FastCGI process.
92
  o Apply patch from Scott Lamb, Fix mod_fcgid 1.10 warnings on x86_64
93
- removed mod_fcgid.1.07-printf_warnings.patch
94
- rediffed patches:
95
  mod_fcgid.1.10-warnings.patch => mod_fcgid.2.0-warnings.patch
96
  mod_fcgid.1.07-suse_paths.patch => mod_fcgid.2.0-suse_paths.patch
97
98
-------------------------------------------------------------------
99
Thu Oct 19 15:25:16 CEST 2006 - poeml@suse.de
100
101
- fix missing return value of is_kill_allowed()
102
103
-------------------------------------------------------------------
104
Tue Oct 17 17:33:51 CEST 2006 - poeml@suse.de
105
106
- build the module for all MPMs, not only for prefork
107
108
-------------------------------------------------------------------
109
Wed Aug 30 14:43:15 CEST 2006 - mrueckert@suse.de
110
111
- Fix the php example in the config
112
113
-------------------------------------------------------------------
114
Wed Aug 30 14:37:40 CEST 2006 - mrueckert@suse.de
115
116
- mark sample conf file file as config(noreplace)
117
118
-------------------------------------------------------------------
119
Wed Aug 30 14:25:21 CEST 2006 - mrueckert@suse.de
120
121
- minor typo fix for the sample config
122
123
-------------------------------------------------------------------
124
Wed Aug 30 03:06:11 CEST 2006 - mrueckert@suse.de
125
126
- Update to 1.10:
127
  o Use poll() instead of select() in UNIX. "It becomes problematic
128
    on apache2 with large number of logfiles. Apache2 calls poll()
129
    (when OS supports it), and in that case it doesn't need to be
130
    recompiled with larger FD_SETSIZE. select() is still limited
131
    to FD_SETSIZE."
132
    Thank Piotr Gackiewicz gacek at intertele.pl for the patch.
133
  o Bug fix: "Some requests fail with HTTP 500 and no errorlog
134
    entry is generated"
135
    Thank Piotr Gackiewicz gacek at intertele.pl for the patch.
136
  o Use anonymouse share memeory to make OS X happy.
137
    Thank andkjar at obtech.net for the patch.
138
  o Add config.m4, mod_fcgid now can be static linked in
139
    httpd (See INSTALL.txt)
140
141
-------------------------------------------------------------------
142
Sun Jun 18 10:45:21 CEST 2006 - mrueckert@suse.de
143
144
- Update to 1.09:
145
  o Add configuration DefaultMinClassProcessCount(default 3).
146
    Idle fastcgi will not be killed if their count less than
147
    DefaultMinClassProcessCount.
148
    (Thank Finn Smith, finn at timeghost.net for suggestion)
149
  o Add configuration PHP_Fix_Pathinfo_Enable(default 0). If
150
    you are using PHP and set cgi.fix_pathinfo=1 in php.ini,
151
    please add "PHP_Fix_Pathinfo_Enable 1" in httpd.conf.
152
    (Thank Florian Munz, flo at myhosting.de for bug report)
153
  o Split error log whle '\r' or '\n' are inside the text send
154
    to "stderr". (Thank frederic at jolliton.com for the patch)
155
  Additionally from 1.08:
156
  o apr_bucket_copy() does not work with buckets from mod_ssl,
157
    use apr_bucket_heap_create() instead
158
  o Wrapper binary can be stored in a different location to the
159
    web content (like /usr/local/apache2/fcgi-bin)
160
  o Support "\r\n\r\n " HTTP header from CGI.
161
162
- removed mod_fcgid.1.07-bugfixes.patch,
163
  mod_fcgid.1.07-apache2.2.0.patch:
164
  changes were part of 1.08
165
166
-------------------------------------------------------------------
167
Mon Mar 20 19:49:08 CET 2006 - mrueckert@suse.de
168
169
- added content to apache2-mod_fcgid.conf
170
171
-------------------------------------------------------------------
172
Mon Mar 20 19:18:40 CET 2006 - mrueckert@suse.de
173
174
- added mod_fcgid.1.07-bugfixes.patch:
175
  o apr_bucket_copy() does not work with buckets from mod_ssl,
176
    use apr_bucket_heap_create() instead
177
  o Wrapper binary can be stored in a different location to the
178
    web content (like /usr/local/apache2/fcgi-bin)
179
  o Support "\r\n\r\n " HTTP header from CGI.
180
181
-------------------------------------------------------------------
182
Wed Jan 25 21:34:18 CET 2006 - mls@suse.de
183
184
- converted neededforbuild to BuildRequires
185
186
-------------------------------------------------------------------
187
Tue Jan 17 19:32:12 CET 2006 - mrueckert@suse.de
188
189
- Obsolete/Provide apache2-mod_fastcgi
190
191
-------------------------------------------------------------------
192
Tue Jan 10 18:21:48 CET 2006 - mrueckert@suse.de
193
194
- Added mod_fcgid.1.07-suse_paths.patch to fix the paths
195
  in the makefile
196
- use the normal build system again
197
198
-------------------------------------------------------------------
199
Mon Dec 12 23:57:11 CET 2005 - mrueckert@suse.de
200
201
- Initial package of version 1.07
202
203