Lines 1-12
Link Here
|
1 |
etc/apache/highperformance-std.conf |
1 |
bin/apr-config |
2 |
etc/apache/highperformance.conf |
2 |
bin/apu-config |
3 |
etc/apache/httpd-std.conf |
3 |
@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi |
4 |
etc/apache/httpd.conf |
4 |
etc/apache2/highperformance-std.conf |
5 |
etc/apache/magic |
5 |
@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf |
6 |
etc/apache/mime.types |
6 |
@unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi |
7 |
etc/apache/ssl-std.conf |
7 |
etc/apache2/httpd-std.conf |
8 |
etc/apache/ssl.conf |
8 |
@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf |
9 |
@dirrm etc/apache |
9 |
@unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic.default; then rm -f %D/etc/apache2/magic; fi |
|
|
10 |
etc/apache2/magic.default |
11 |
@exec [ -f %B/magic ] || cp %B/%f %B/magic |
12 |
@unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types.default; then rm -f %D/etc/apache2/mime.types; fi |
13 |
etc/apache2/mime.types.default |
14 |
@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types |
15 |
@unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi |
16 |
etc/apache2/ssl-std.conf |
17 |
@exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf |
10 |
etc/rc.d/apache.sh |
18 |
etc/rc.d/apache.sh |
11 |
include/apache/ap_compat.h |
19 |
include/apache/ap_compat.h |
12 |
include/apache/ap_config.h |
20 |
include/apache/ap_config.h |
Lines 16-21
Link Here
|
16 |
include/apache/ap_mpm.h |
24 |
include/apache/ap_mpm.h |
17 |
include/apache/ap_release.h |
25 |
include/apache/ap_release.h |
18 |
include/apache/apr.h |
26 |
include/apache/apr.h |
|
|
27 |
include/apache/apr_anylock.h |
19 |
include/apache/apr_base64.h |
28 |
include/apache/apr_base64.h |
20 |
include/apache/apr_buckets.h |
29 |
include/apache/apr_buckets.h |
21 |
include/apache/apr_compat.h |
30 |
include/apache/apr_compat.h |
Lines 44-52
Link Here
|
44 |
include/apache/apr_portable.h |
53 |
include/apache/apr_portable.h |
45 |
include/apache/apr_proc_mutex.h |
54 |
include/apache/apr_proc_mutex.h |
46 |
include/apache/apr_ring.h |
55 |
include/apache/apr_ring.h |
|
|
56 |
include/apache/apr_rmm.h |
47 |
include/apache/apr_sdbm.h |
57 |
include/apache/apr_sdbm.h |
48 |
include/apache/apr_sha1.h |
58 |
include/apache/apr_sha1.h |
49 |
include/apache/apr_shmem.h |
59 |
include/apache/apr_shm.h |
50 |
include/apache/apr_signal.h |
60 |
include/apache/apr_signal.h |
51 |
include/apache/apr_strings.h |
61 |
include/apache/apr_strings.h |
52 |
include/apache/apr_tables.h |
62 |
include/apache/apr_tables.h |
Lines 58-69
Link Here
|
58 |
include/apache/apr_uri.h |
68 |
include/apache/apr_uri.h |
59 |
include/apache/apr_user.h |
69 |
include/apache/apr_user.h |
60 |
include/apache/apr_uuid.h |
70 |
include/apache/apr_uuid.h |
|
|
71 |
include/apache/apr_version.h |
61 |
include/apache/apr_want.h |
72 |
include/apache/apr_want.h |
62 |
include/apache/apr_xlate.h |
73 |
include/apache/apr_xlate.h |
63 |
include/apache/apr_xml.h |
74 |
include/apache/apr_xml.h |
64 |
include/apache/apu.h |
75 |
include/apache/apu.h |
65 |
include/apache/apu_compat.h |
76 |
include/apache/apu_compat.h |
66 |
include/apache/config.h |
|
|
67 |
include/apache/expat.h |
77 |
include/apache/expat.h |
68 |
include/apache/http_config.h |
78 |
include/apache/http_config.h |
69 |
include/apache/http_connection.h |
79 |
include/apache/http_connection.h |
Lines 74-80
Link Here
|
74 |
include/apache/http_request.h |
84 |
include/apache/http_request.h |
75 |
include/apache/http_vhost.h |
85 |
include/apache/http_vhost.h |
76 |
include/apache/httpd.h |
86 |
include/apache/httpd.h |
77 |
include/apache/internal.h |
|
|
78 |
include/apache/mod_cgi.h |
87 |
include/apache/mod_cgi.h |
79 |
include/apache/mod_core.h |
88 |
include/apache/mod_core.h |
80 |
include/apache/mod_dav.h |
89 |
include/apache/mod_dav.h |
Lines 103-221
Link Here
|
103 |
include/apache/util_script.h |
112 |
include/apache/util_script.h |
104 |
include/apache/util_time.h |
113 |
include/apache/util_time.h |
105 |
include/apache/util_xml.h |
114 |
include/apache/util_xml.h |
106 |
@dirrm include/apache |
115 |
lib/apache/APRVARS |
107 |
lib/APRVARS |
116 |
lib/apache/apr.exp |
108 |
lib/libapr.a |
117 |
lib/apache/aprutil.exp |
109 |
lib/libapr.la |
118 |
lib/apache/libapr.a |
110 |
lib/libapr.so.0 |
119 |
lib/apache/libapr.la |
111 |
lib/libaprutil.a |
120 |
lib/apache/libapr.so.0 |
112 |
lib/libaprutil.la |
121 |
@unexec rm -f %D/lib/apache/libapr.so |
113 |
lib/libaprutil.so.0 |
122 |
@exec ln -fs libapr.so.0 %D/lib/apache/libapr.so |
114 |
lib/libexpat.a |
123 |
lib/apache/libaprutil.a |
115 |
lib/libexpat.la |
124 |
lib/apache/libaprutil.la |
116 |
lib/libexpat.so.1 |
125 |
lib/apache/libaprutil.so.0 |
117 |
@exec ln -fs libapr.so.0 %D/lib/libapr.so |
126 |
@unexec rm -f %D/lib/apache/libaprutil.so |
118 |
@exec ln -fs libaprutil.so.0 %D/lib/libaprutil.so |
127 |
@exec ln -fs libaprutil.so.0 %D/lib/apache/libaprutil.so |
119 |
@exec ln -fs libexpat.so.1 %D/lib/libexpat.so |
128 |
lib/apache/libexpat.a |
120 |
@unexec rm -f %D/lib/libapr.so |
129 |
lib/apache/libexpat.la |
121 |
@unexec rm -f %D/lib/libaprutil.so |
130 |
lib/apache/libexpat.so.1 |
122 |
@unexec rm -f %D/lib/libexpat.so |
131 |
@unexec rm -f %D/lib/apache/libexpat.so |
|
|
132 |
@exec ln -fs libexpat.so.1 %D/lib/apache/libexpat.so |
123 |
libexec/apache/httpd.exp |
133 |
libexec/apache/httpd.exp |
124 |
libexec/apache/mod_access.la |
|
|
125 |
libexec/apache/mod_access.so |
134 |
libexec/apache/mod_access.so |
126 |
libexec/apache/mod_actions.la |
|
|
127 |
libexec/apache/mod_actions.so |
135 |
libexec/apache/mod_actions.so |
128 |
libexec/apache/mod_alias.la |
|
|
129 |
libexec/apache/mod_alias.so |
136 |
libexec/apache/mod_alias.so |
130 |
libexec/apache/mod_asis.la |
|
|
131 |
libexec/apache/mod_asis.so |
137 |
libexec/apache/mod_asis.so |
132 |
libexec/apache/mod_auth.la |
|
|
133 |
libexec/apache/mod_auth.so |
138 |
libexec/apache/mod_auth.so |
134 |
libexec/apache/mod_auth_anon.la |
|
|
135 |
libexec/apache/mod_auth_anon.so |
139 |
libexec/apache/mod_auth_anon.so |
136 |
libexec/apache/mod_auth_db.la |
|
|
137 |
libexec/apache/mod_auth_db.so |
138 |
libexec/apache/mod_auth_dbm.la |
139 |
libexec/apache/mod_auth_dbm.so |
140 |
libexec/apache/mod_auth_dbm.so |
140 |
libexec/apache/mod_auth_digest.la |
|
|
141 |
libexec/apache/mod_auth_digest.so |
141 |
libexec/apache/mod_auth_digest.so |
142 |
libexec/apache/mod_autoindex.la |
|
|
143 |
libexec/apache/mod_autoindex.so |
142 |
libexec/apache/mod_autoindex.so |
144 |
%%CACHEOPT%%libexec/apache/mod_cache.la |
143 |
libexec/apache/mod_cache.so |
145 |
%%CACHEOPT%%libexec/apache/mod_cache.so |
|
|
146 |
libexec/apache/mod_cern_meta.la |
147 |
libexec/apache/mod_cern_meta.so |
144 |
libexec/apache/mod_cern_meta.so |
148 |
libexec/apache/mod_cgi.la |
|
|
149 |
libexec/apache/mod_cgi.so |
145 |
libexec/apache/mod_cgi.so |
150 |
libexec/apache/mod_cgid.la |
|
|
151 |
libexec/apache/mod_cgid.so |
146 |
libexec/apache/mod_cgid.so |
152 |
libexec/apache/mod_dav.la |
|
|
153 |
libexec/apache/mod_dav.so |
147 |
libexec/apache/mod_dav.so |
154 |
libexec/apache/mod_dav_fs.la |
|
|
155 |
libexec/apache/mod_dav_fs.so |
148 |
libexec/apache/mod_dav_fs.so |
156 |
libexec/apache/mod_dir.la |
|
|
157 |
libexec/apache/mod_dir.so |
149 |
libexec/apache/mod_dir.so |
158 |
libexec/apache/mod_env.la |
150 |
libexec/apache/mod_disk_cache.so |
159 |
libexec/apache/mod_env.so |
151 |
libexec/apache/mod_env.so |
160 |
libexec/apache/mod_expires.la |
|
|
161 |
libexec/apache/mod_expires.so |
152 |
libexec/apache/mod_expires.so |
162 |
%%CACHEOPT%%libexec/apache/mod_file_cache.la |
153 |
libexec/apache/mod_file_cache.so |
163 |
%%CACHEOPT%%libexec/apache/mod_file_cache.so |
|
|
164 |
libexec/apache/mod_headers.la |
165 |
libexec/apache/mod_headers.so |
154 |
libexec/apache/mod_headers.so |
166 |
libexec/apache/mod_imap.la |
|
|
167 |
libexec/apache/mod_imap.so |
155 |
libexec/apache/mod_imap.so |
168 |
libexec/apache/mod_include.la |
|
|
169 |
libexec/apache/mod_include.so |
156 |
libexec/apache/mod_include.so |
170 |
libexec/apache/mod_info.la |
|
|
171 |
libexec/apache/mod_info.so |
157 |
libexec/apache/mod_info.so |
172 |
libexec/apache/mod_log_config.la |
|
|
173 |
libexec/apache/mod_log_config.so |
158 |
libexec/apache/mod_log_config.so |
174 |
%%CACHEOPT%%libexec/apache/mod_mem_cache.la |
159 |
%%THREADONLY%%libexec/apache/mod_mem_cache.so |
175 |
%%CACHEOPT%%libexec/apache/mod_mem_cache.so |
|
|
176 |
libexec/apache/mod_mime.la |
177 |
libexec/apache/mod_mime.so |
160 |
libexec/apache/mod_mime.so |
178 |
libexec/apache/mod_mime_magic.la |
|
|
179 |
libexec/apache/mod_mime_magic.so |
161 |
libexec/apache/mod_mime_magic.so |
180 |
libexec/apache/mod_negotiation.la |
|
|
181 |
libexec/apache/mod_negotiation.so |
162 |
libexec/apache/mod_negotiation.so |
182 |
%%PROXYOPT%%libexec/apache/mod_proxy.la |
163 |
libexec/apache/mod_proxy.so |
183 |
%%PROXYOPT%%libexec/apache/mod_proxy.so |
164 |
libexec/apache/mod_proxy_connect.so |
184 |
%%PROXYOPT%%libexec/apache/mod_proxy_connect.la |
165 |
libexec/apache/mod_proxy_ftp.so |
185 |
%%PROXYOPT%%libexec/apache/mod_proxy_connect.so |
166 |
libexec/apache/mod_proxy_http.so |
186 |
%%PROXYOPT%%libexec/apache/mod_proxy_ftp.la |
|
|
187 |
%%PROXYOPT%%libexec/apache/mod_proxy_ftp.so |
188 |
%%PROXYOPT%%libexec/apache/mod_proxy_http.la |
189 |
%%PROXYOPT%%libexec/apache/mod_proxy_http.so |
190 |
libexec/apache/mod_rewrite.la |
191 |
libexec/apache/mod_rewrite.so |
167 |
libexec/apache/mod_rewrite.so |
192 |
libexec/apache/mod_setenvif.la |
|
|
193 |
libexec/apache/mod_setenvif.so |
168 |
libexec/apache/mod_setenvif.so |
194 |
libexec/apache/mod_speling.la |
|
|
195 |
libexec/apache/mod_speling.so |
169 |
libexec/apache/mod_speling.so |
196 |
%%SSLOPT%%libexec/apache/mod_ssl.la |
|
|
197 |
%%SSLOPT%%libexec/apache/mod_ssl.so |
170 |
%%SSLOPT%%libexec/apache/mod_ssl.so |
198 |
libexec/apache/mod_status.la |
|
|
199 |
libexec/apache/mod_status.so |
171 |
libexec/apache/mod_status.so |
200 |
libexec/apache/mod_unique_id.la |
|
|
201 |
libexec/apache/mod_unique_id.so |
172 |
libexec/apache/mod_unique_id.so |
202 |
libexec/apache/mod_userdir.la |
|
|
203 |
libexec/apache/mod_userdir.so |
173 |
libexec/apache/mod_userdir.so |
204 |
libexec/apache/mod_usertrack.la |
|
|
205 |
libexec/apache/mod_usertrack.so |
174 |
libexec/apache/mod_usertrack.so |
206 |
libexec/apache/mod_vhost_alias.la |
|
|
207 |
libexec/apache/mod_vhost_alias.so |
175 |
libexec/apache/mod_vhost_alias.so |
208 |
@dirrm libexec/apache |
|
|
209 |
sbin/ab |
176 |
sbin/ab |
210 |
sbin/apachectl |
177 |
sbin/apachectl |
211 |
sbin/apxs |
178 |
sbin/apxs |
212 |
sbin/checkgid |
179 |
sbin/checkgid |
213 |
sbin/dbmmanage |
180 |
sbin/dbmmanage |
|
|
181 |
sbin/envvars |
182 |
sbin/envvars-std |
183 |
sbin/htdbm |
214 |
sbin/htdigest |
184 |
sbin/htdigest |
215 |
sbin/htpasswd |
185 |
sbin/htpasswd |
216 |
sbin/httpd |
186 |
sbin/httpd |
217 |
sbin/logresolve |
187 |
sbin/logresolve |
218 |
sbin/rotatelogs |
188 |
sbin/rotatelogs |
|
|
189 |
share/apache/config_vars.mk |
190 |
share/apache/instdso.sh |
191 |
share/apache/library.mk |
192 |
share/apache/libtool |
193 |
share/apache/ltlib.mk |
194 |
share/apache/program.mk |
195 |
share/apache/rules.mk |
196 |
share/apache/special.mk |
219 |
%%PORTDOCS%%share/doc/apache/LICENSE |
197 |
%%PORTDOCS%%share/doc/apache/LICENSE |
220 |
%%PORTDOCS%%share/doc/apache/bind.html |
198 |
%%PORTDOCS%%share/doc/apache/bind.html |
221 |
%%PORTDOCS%%share/doc/apache/cgi_path.html |
199 |
%%PORTDOCS%%share/doc/apache/cgi_path.html |
Lines 237-246
Link Here
|
237 |
%%PORTDOCS%%share/doc/apache/dso.html |
215 |
%%PORTDOCS%%share/doc/apache/dso.html |
238 |
%%PORTDOCS%%share/doc/apache/ebcdic.html |
216 |
%%PORTDOCS%%share/doc/apache/ebcdic.html |
239 |
%%PORTDOCS%%share/doc/apache/env.html |
217 |
%%PORTDOCS%%share/doc/apache/env.html |
240 |
%%PORTDOCS%%share/doc/apache/faq/footer.html |
|
|
241 |
%%PORTDOCS%%share/doc/apache/faq/header.html |
242 |
%%PORTDOCS%%share/doc/apache/faq/index.html |
218 |
%%PORTDOCS%%share/doc/apache/faq/index.html |
243 |
%%PORTDOCS%%share/doc/apache/faq/support.html |
|
|
244 |
%%PORTDOCS%%share/doc/apache/filter.html |
219 |
%%PORTDOCS%%share/doc/apache/filter.html |
245 |
%%PORTDOCS%%share/doc/apache/footer.html |
220 |
%%PORTDOCS%%share/doc/apache/footer.html |
246 |
%%PORTDOCS%%share/doc/apache/handler.html.en |
221 |
%%PORTDOCS%%share/doc/apache/handler.html.en |
Lines 302-308
Link Here
|
302 |
%%PORTDOCS%%share/doc/apache/mod/mod_asis.html |
277 |
%%PORTDOCS%%share/doc/apache/mod/mod_asis.html |
303 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth.html |
278 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth.html |
304 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_anon.html |
279 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_anon.html |
305 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_db.html |
|
|
306 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_dbm.html |
280 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_dbm.html |
307 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_digest.html |
281 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_digest.html |
308 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_ldap.html |
282 |
%%PORTDOCS%%share/doc/apache/mod/mod_auth_ldap.html |
Lines 343-357
Link Here
|
343 |
%%PORTDOCS%%share/doc/apache/mod/mod_vhost_alias.html |
317 |
%%PORTDOCS%%share/doc/apache/mod/mod_vhost_alias.html |
344 |
%%PORTDOCS%%share/doc/apache/mod/module-dict.html |
318 |
%%PORTDOCS%%share/doc/apache/mod/module-dict.html |
345 |
%%PORTDOCS%%share/doc/apache/mod/mpm_common.html |
319 |
%%PORTDOCS%%share/doc/apache/mod/mpm_common.html |
|
|
320 |
%%PORTDOCS%%share/doc/apache/mod/mpm_netware.html |
346 |
%%PORTDOCS%%share/doc/apache/mod/mpm_winnt.html |
321 |
%%PORTDOCS%%share/doc/apache/mod/mpm_winnt.html |
347 |
%%PORTDOCS%%share/doc/apache/mod/perchild.html |
322 |
%%PORTDOCS%%share/doc/apache/mod/perchild.html |
348 |
%%PORTDOCS%%share/doc/apache/mod/prefork.html |
323 |
%%PORTDOCS%%share/doc/apache/mod/prefork.html |
349 |
%%PORTDOCS%%share/doc/apache/mod/threaded.html |
324 |
%%PORTDOCS%%share/doc/apache/mod/worker.html |
350 |
%%PORTDOCS%%share/doc/apache/mpm.html |
325 |
%%PORTDOCS%%share/doc/apache/mpm.html |
|
|
326 |
%%PORTDOCS%%share/doc/apache/new_features_2_0.html.de |
351 |
%%PORTDOCS%%share/doc/apache/new_features_2_0.html.en |
327 |
%%PORTDOCS%%share/doc/apache/new_features_2_0.html.en |
352 |
%%PORTDOCS%%share/doc/apache/new_features_2_0.html.fr |
328 |
%%PORTDOCS%%share/doc/apache/new_features_2_0.html.fr |
353 |
%%PORTDOCS%%share/doc/apache/platform/footer.html |
329 |
%%PORTDOCS%%share/doc/apache/platform/footer.html |
354 |
%%PORTDOCS%%share/doc/apache/platform/header.html |
330 |
%%PORTDOCS%%share/doc/apache/platform/header.html |
|
|
331 |
%%PORTDOCS%%share/doc/apache/platform/netware.html |
355 |
%%PORTDOCS%%share/doc/apache/platform/perf-hp.html |
332 |
%%PORTDOCS%%share/doc/apache/platform/perf-hp.html |
356 |
%%PORTDOCS%%share/doc/apache/platform/win_compiling.html |
333 |
%%PORTDOCS%%share/doc/apache/platform/win_compiling.html |
357 |
%%PORTDOCS%%share/doc/apache/platform/win_service.html |
334 |
%%PORTDOCS%%share/doc/apache/platform/win_service.html |
Lines 374-379
Link Here
|
374 |
%%PORTDOCS%%share/doc/apache/sections.html |
351 |
%%PORTDOCS%%share/doc/apache/sections.html |
375 |
%%PORTDOCS%%share/doc/apache/server-wide.html.en |
352 |
%%PORTDOCS%%share/doc/apache/server-wide.html.en |
376 |
%%PORTDOCS%%share/doc/apache/server-wide.html.ja.jis |
353 |
%%PORTDOCS%%share/doc/apache/server-wide.html.ja.jis |
|
|
354 |
%%PORTDOCS%%share/doc/apache/sitemap.html |
377 |
%%PORTDOCS%%share/doc/apache/ssl/Makefile |
355 |
%%PORTDOCS%%share/doc/apache/ssl/Makefile |
378 |
%%PORTDOCS%%share/doc/apache/ssl/footer.html |
356 |
%%PORTDOCS%%share/doc/apache/ssl/footer.html |
379 |
%%PORTDOCS%%share/doc/apache/ssl/header.html |
357 |
%%PORTDOCS%%share/doc/apache/ssl/header.html |
Lines 447-487
Link Here
|
447 |
%%PORTDOCS%%share/doc/apache/vhosts/ip-based.html |
425 |
%%PORTDOCS%%share/doc/apache/vhosts/ip-based.html |
448 |
%%PORTDOCS%%share/doc/apache/vhosts/mass.html |
426 |
%%PORTDOCS%%share/doc/apache/vhosts/mass.html |
449 |
%%PORTDOCS%%share/doc/apache/vhosts/name-based.html |
427 |
%%PORTDOCS%%share/doc/apache/vhosts/name-based.html |
450 |
%%PORTDOCS%%@dirrm share/doc/apache/vhosts |
|
|
451 |
%%PORTDOCS%%@dirrm share/doc/apache/ssl |
452 |
%%PORTDOCS%%@dirrm share/doc/apache/search |
453 |
%%PORTDOCS%%@dirrm share/doc/apache/programs |
454 |
%%PORTDOCS%%@dirrm share/doc/apache/platform |
455 |
%%PORTDOCS%%@dirrm share/doc/apache/mod |
456 |
%%PORTDOCS%%@dirrm share/doc/apache/misc |
457 |
%%PORTDOCS%%@dirrm share/doc/apache/images |
458 |
%%PORTDOCS%%@dirrm share/doc/apache/howto |
459 |
%%PORTDOCS%%@dirrm share/doc/apache/faq |
460 |
%%PORTDOCS%%@dirrm share/doc/apache/developer |
461 |
%%PORTDOCS%%@dirrm share/doc/apache |
462 |
share/mk/apache/config_vars.mk |
463 |
share/mk/apache/library.mk |
464 |
share/mk/apache/libtool |
465 |
share/mk/apache/ltlib.mk |
466 |
share/mk/apache/program.mk |
467 |
share/mk/apache/rules.mk |
468 |
share/mk/apache/special.mk |
469 |
@dirrm share/mk/apache |
470 |
@dirrm share/mk |
471 |
@exec mkdir -p %D/www |
428 |
@exec mkdir -p %D/www |
472 |
@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin |
|
|
473 |
@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi |
429 |
@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi |
|
|
430 |
@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin |
474 |
www/cgi-bin.default/printenv |
431 |
www/cgi-bin.default/printenv |
475 |
www/cgi-bin.default/test-cgi |
432 |
www/cgi-bin.default/test-cgi |
476 |
www/cgi-bin.default/test-cgi.bat |
|
|
477 |
@exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data |
478 |
@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi |
433 |
@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi |
|
|
434 |
@exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data |
479 |
www/data.default/apache_pb.gif |
435 |
www/data.default/apache_pb.gif |
480 |
www/data.default/apache_pb.png |
436 |
www/data.default/apache_pb.png |
481 |
www/data.default/apache_pb2.gif |
437 |
www/data.default/apache_pb2.gif |
482 |
www/data.default/apache_pb2.png |
438 |
www/data.default/apache_pb2.png |
483 |
www/data.default/apache_pb2_ani.gif |
439 |
www/data.default/apache_pb2_ani.gif |
484 |
www/data.default/error.README |
|
|
485 |
www/data.default/index.html.ca |
440 |
www/data.default/index.html.ca |
486 |
www/data.default/index.html.cz.iso8859-2 |
441 |
www/data.default/index.html.cz.iso8859-2 |
487 |
www/data.default/index.html.de |
442 |
www/data.default/index.html.de |
Lines 514-520
Link Here
|
514 |
www/data.default/index.html.tw |
469 |
www/data.default/index.html.tw |
515 |
www/data.default/index.html.tw.Big5 |
470 |
www/data.default/index.html.tw.Big5 |
516 |
www/data.default/index.html.var |
471 |
www/data.default/index.html.var |
517 |
@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi |
|
|
518 |
www/error/HTTP_BAD_GATEWAY.html.var |
472 |
www/error/HTTP_BAD_GATEWAY.html.var |
519 |
www/error/HTTP_BAD_REQUEST.html.var |
473 |
www/error/HTTP_BAD_REQUEST.html.var |
520 |
www/error/HTTP_FORBIDDEN.html.var |
474 |
www/error/HTTP_FORBIDDEN.html.var |
Lines 533-538
Link Here
|
533 |
www/error/HTTP_UNAUTHORIZED.html.var |
487 |
www/error/HTTP_UNAUTHORIZED.html.var |
534 |
www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var |
488 |
www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var |
535 |
www/error/HTTP_VARIANT_ALSO_VARIES.html.var |
489 |
www/error/HTTP_VARIANT_ALSO_VARIES.html.var |
|
|
490 |
www/error/README |
536 |
www/error/contact.html.var |
491 |
www/error/contact.html.var |
537 |
www/error/include/bottom.html |
492 |
www/error/include/bottom.html |
538 |
www/error/include/spacer.html |
493 |
www/error/include/spacer.html |
Lines 597-602
Link Here
|
597 |
www/icons/folder.sec.png |
552 |
www/icons/folder.sec.png |
598 |
www/icons/forward.gif |
553 |
www/icons/forward.gif |
599 |
www/icons/forward.png |
554 |
www/icons/forward.png |
|
|
555 |
www/icons/freebsd.gif |
600 |
www/icons/generic.gif |
556 |
www/icons/generic.gif |
601 |
www/icons/generic.png |
557 |
www/icons/generic.png |
602 |
www/icons/generic.red.gif |
558 |
www/icons/generic.red.gif |
Lines 763-765
Link Here
|
763 |
@dirrm www/data.default |
719 |
@dirrm www/data.default |
764 |
@dirrm www/cgi-bin.default |
720 |
@dirrm www/cgi-bin.default |
765 |
@dirrm www |
721 |
@dirrm www |
|
|
722 |
%%PORTDOCS%%@dirrm share/doc/apache/vhosts |
723 |
%%PORTDOCS%%@dirrm share/doc/apache/ssl |
724 |
%%PORTDOCS%%@dirrm share/doc/apache/search |
725 |
%%PORTDOCS%%@dirrm share/doc/apache/programs |
726 |
%%PORTDOCS%%@dirrm share/doc/apache/platform |
727 |
%%PORTDOCS%%@dirrm share/doc/apache/mod |
728 |
%%PORTDOCS%%@dirrm share/doc/apache/misc |
729 |
%%PORTDOCS%%@dirrm share/doc/apache/images |
730 |
%%PORTDOCS%%@dirrm share/doc/apache/howto |
731 |
%%PORTDOCS%%@dirrm share/doc/apache/faq |
732 |
%%PORTDOCS%%@dirrm share/doc/apache/developer |
733 |
%%PORTDOCS%%@dirrm share/doc/apache |
734 |
@dirrm share/apache |
735 |
@dirrm libexec/apache |
736 |
@dirrm lib/apache |
737 |
@dirrm include/apache |
738 |
@dirrm etc/apache |