]> git.pld-linux.org Git - packages/apache.git/blame - apache-branch.patch
- new from 2.2 branch
[packages/apache.git] / apache-branch.patch
Content-type: text/html ]> git.pld-linux.org Git - packages/apache.git/blame - apache-branch.patch


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 386.
This page took 0.051813 seconds and 4 git commands to generate.
CommitLineData
91ce595d
AM
1Index: os/win32/BaseAddr.ref
2===================================================================
3--- os/win32/BaseAddr.ref (.../tags/2.2.0) (wersja 358411)
4+++ os/win32/BaseAddr.ref (.../branches/2.2.x) (wersja 358411)
5@@ -71,3 +71,5 @@
6 mod_bucketeer.so 0x6FA60000 0x00010000
7 mod_dumpio.so 0x6FA50000 0x00010000
8 mod_echo.so 0x6FA40000 0x00010000
9+mod_authn_dbd.so 0x6FA30000 0x00010000
10+mod_dbd.so 0x6FA20000 0x00010000
11Index: InstallBin.dsp
12===================================================================
13--- InstallBin.dsp (.../tags/2.2.0) (wersja 358411)
14+++ InstallBin.dsp (.../branches/2.2.x) (wersja 358411)
15@@ -33,15 +33,15 @@
16 # PROP BASE Intermediate_Dir "Release"
17 # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
18 # PROP BASE Rebuild_Opt "/a"
19-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
20+# PROP BASE Target_File "\Apache2\bin\httpd.exe"
21 # PROP BASE Bsc_Name "InstallBin.bsc"
22 # PROP BASE Target_Dir ""
23 # PROP Use_Debug_Libraries 0
24 # PROP Output_Dir "Release"
25 # PROP Intermediate_Dir "Release"
26-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=R LONG=Release _install"
27+# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=R LONG=Release _install"
28 # PROP Rebuild_Opt ""
29-# PROP Target_File "\Apache21\bin\httpd.exe"
30+# PROP Target_File "\Apache2\bin\httpd.exe"
31 # PROP Bsc_Name "Browse\httpd.bsc"
32 # PROP Target_Dir ""
33
34@@ -52,15 +52,15 @@
35 # PROP BASE Intermediate_Dir "Debug"
36 # PROP BASE Cmd_Line "NMAKE /f InstallBin.mak"
37 # PROP BASE Rebuild_Opt "/a"
38-# PROP BASE Target_File "\Apache21\bin\httpd.exe"
39+# PROP BASE Target_File "\Apache2\bin\httpd.exe"
40 # PROP BASE Bsc_Name "InstallBin.bsc"
41 # PROP BASE Target_Dir ""
42 # PROP Use_Debug_Libraries 1
43 # PROP Output_Dir "Debug"
44 # PROP Intermediate_Dir "Debug"
45-# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache21" SHORT=D LONG=Debug _install"
46+# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR="\Apache2" SHORT=D LONG=Debug _install"
47 # PROP Rebuild_Opt ""
48-# PROP Target_File "\Apache21\bin\httpd.exe"
49+# PROP Target_File "\Apache2\bin\httpd.exe"
50 # PROP Bsc_Name ""
51 # PROP Target_Dir ""
52
53Index: docs/conf/httpd-win.conf
54===================================================================
55--- docs/conf/httpd-win.conf (.../tags/2.2.0) (wersja 358411)
56+++ docs/conf/httpd-win.conf (.../branches/2.2.x) (wersja 358411)
57@@ -161,6 +161,7 @@
58 AllowOverride None
59 Order deny,allow
60 Deny from all
61+ Satisfy all
62 </Directory>
63
64 #
65@@ -391,12 +392,6 @@
66 #
67 #AddHandler cgi-script .cgi
68
69- # For files that include their own HTTP headers:
70- #AddHandler send-as-is asis
71-
72- # For server-parsed imagemap files:
73- #AddHandler imap-file map
74-
75 # For type maps (negotiated resources):
76 #AddHandler type-map var
77
78Index: docs/conf/extra/httpd-mpm.conf.in
79===================================================================
80--- docs/conf/extra/httpd-mpm.conf.in (.../tags/2.2.0) (wersja 358411)
81+++ docs/conf/extra/httpd-mpm.conf.in (.../branches/2.2.x) (wersja 358411)
82@@ -57,14 +57,6 @@
83 MaxRequestsPerChild 0
84 </IfModule>
85
86-# WinNT MPM
87-# ThreadsPerChild: constant number of worker threads in the server process
88-# MaxRequestsPerChild: maximum number of requests a server process serves
89-<IfModule mpm_winnt_module>
90- ThreadsPerChild 250
91- MaxRequestsPerChild 0
92-</IfModule>
93-
94 # BeOS MPM
95 # StartThreads: how many threads do we initially spawn?
96 # MaxClients: max number of threads we can have (1 thread == 1 client)
97Index: docs/conf/httpd.conf.in
98===================================================================
99--- docs/conf/httpd.conf.in (.../tags/2.2.0) (wersja 358411)
100+++ docs/conf/httpd.conf.in (.../branches/2.2.x) (wersja 358411)
101@@ -53,7 +53,6 @@
102 #
103 @@LoadModule@@
104
105-<IfModule !mpm_winnt_module>
106 <IfModule !mpm_netware_module>
107 #
108 # If you wish httpd to run as a different user or group, you must run
109@@ -66,7 +65,6 @@
110 User daemon
111 Group daemon
112 </IfModule>
113-</IfModule>
114
115 # 'Main' server configuration
116 #
117@@ -173,6 +171,7 @@
118 <FilesMatch "^\.ht">
119 Order allow,deny
120 Deny from all
121+ Satisfy All
122 </FilesMatch>
123
124 #
125@@ -316,12 +315,6 @@
126 #
127 #AddHandler cgi-script .cgi
128
129- # For files that include their own HTTP headers:
130- #AddHandler send-as-is asis
131-
132- # For server-parsed imagemap files:
133- #AddHandler imap-file map
134-
135 # For type maps (negotiated resources):
136 #AddHandler type-map var
137
138Index: docs/docroot/apache_pb2_ani.gif
139===================================================================
140Nie można wyświetlić: plik binarny.
141svn:mime-type = image/gif
142Index: docs/docroot/apache_pb2.png
143===================================================================
144Nie można wyświetlić: plik binarny.
145svn:mime-type = image/png
146Index: docs/docroot/apache_pb2.gif
147===================================================================
148Nie można wyświetlić: plik binarny.
149svn:mime-type = image/gif
150Index: docs/docroot/apache_pb22_ani.gif
151===================================================================
152Nie można wyświetlić: plik binarny.
153svn:mime-type = image/gif
154
155Zmiany atrybutów dla: docs/docroot/apache_pb22_ani.gif
156___________________________________________________________________
157Nazwa: svn:mime-type
158 + image/gif
159
160Index: docs/docroot/apache_pb22.png
161===================================================================
162Nie można wyświetlić: plik binarny.
163svn:mime-type = image/png
164
165Zmiany atrybutów dla: docs/docroot/apache_pb22.png
166___________________________________________________________________
167Nazwa: svn:mime-type
168 + image/png
169
170Index: docs/docroot/apache_pb22.gif
171===================================================================
172Nie można wyświetlić: plik binarny.
173svn:mime-type = image/gif
174
175Zmiany atrybutów dla: docs/docroot/apache_pb22.gif
176___________________________________________________________________
177Nazwa: svn:mime-type
178 + image/gif
179
180Index: docs/manual/stopping.html.ja.euc-jp
181===================================================================
182--- docs/manual/stopping.html.ja.euc-jp (.../tags/2.2.0) (wersja 358411)
183+++ docs/manual/stopping.html.ja.euc-jp (.../branches/2.2.x) (wersja 358411)
184@@ -16,7 +16,7 @@
185 <img alt="" src="./images/feather.gif" /></div>
186 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
187 <div id="path">
188