Lines 10-19
Link Here
|
10 |
etc/cherokee/sites-available/example.com |
10 |
etc/cherokee/sites-available/example.com |
11 |
etc/cherokee/sites-enabled/default |
11 |
etc/cherokee/sites-enabled/default |
12 |
%%PAM5%%etc/pam.d/cherokee |
12 |
%%PAM5%%etc/pam.d/cherokee |
|
|
13 |
include/cherokee/admin_client.h |
13 |
include/cherokee/buffer.h |
14 |
include/cherokee/buffer.h |
14 |
include/cherokee/cherokee-config.h |
15 |
include/cherokee/cherokee-config.h |
15 |
include/cherokee/cherokee.h |
16 |
include/cherokee/cherokee.h |
16 |
include/cherokee/common.h |
17 |
include/cherokee/common.h |
|
|
18 |
include/cherokee/config_value.h |
17 |
include/cherokee/connection.h |
19 |
include/cherokee/connection.h |
18 |
include/cherokee/downloader.h |
20 |
include/cherokee/downloader.h |
19 |
include/cherokee/encoder.h |
21 |
include/cherokee/encoder.h |
Lines 32-49
Link Here
|
32 |
include/cherokee/table.h |
34 |
include/cherokee/table.h |
33 |
include/cherokee/url.h |
35 |
include/cherokee/url.h |
34 |
include/cherokee/util.h |
36 |
include/cherokee/util.h |
|
|
37 |
lib/cherokee/libplugin_admin.so |
35 |
lib/cherokee/libplugin_cgi.so |
38 |
lib/cherokee/libplugin_cgi.so |
36 |
lib/cherokee/libplugin_combined.so |
39 |
lib/cherokee/libplugin_combined.so |
37 |
lib/cherokee/libplugin_common.so |
40 |
lib/cherokee/libplugin_common.so |
38 |
lib/cherokee/libplugin_dirlist.so |
41 |
lib/cherokee/libplugin_dirlist.so |
39 |
lib/cherokee/libplugin_error_redir.so |
42 |
lib/cherokee/libplugin_error_redir.so |
|
|
43 |
lib/cherokee/libplugin_fastcgi.so |
40 |
lib/cherokee/libplugin_file.so |
44 |
lib/cherokee/libplugin_file.so |
41 |
lib/cherokee/libplugin_gzip.so |
45 |
lib/cherokee/libplugin_gzip.so |
|
|
46 |
lib/cherokee/libplugin_htdigest.so |
42 |
lib/cherokee/libplugin_ncsa.so |
47 |
lib/cherokee/libplugin_ncsa.so |
43 |
lib/cherokee/libplugin_nn.so |
48 |
lib/cherokee/libplugin_nn.so |
44 |
%%PAM%%lib/cherokee/libplugin_pam.so |
49 |
%%PAM%%lib/cherokee/libplugin_pam.so |
45 |
lib/cherokee/libplugin_phpcgi.so |
50 |
lib/cherokee/libplugin_phpcgi.so |
46 |
lib/cherokee/libplugin_plain.so |
51 |
lib/cherokee/libplugin_plain.so |
|
|
52 |
lib/cherokee/libplugin_read_config.so |
47 |
lib/cherokee/libplugin_redir.so |
53 |
lib/cherokee/libplugin_redir.so |
48 |
lib/cherokee/libplugin_remote_control.so |
54 |
lib/cherokee/libplugin_remote_control.so |
49 |
lib/cherokee/libplugin_server_info.so |
55 |
lib/cherokee/libplugin_server_info.so |
Lines 54-59
Link Here
|
54 |
lib/libcherokee-client.a |
60 |
lib/libcherokee-client.a |
55 |
lib/libcherokee-client.so |
61 |
lib/libcherokee-client.so |
56 |
lib/libcherokee-client.so.0 |
62 |
lib/libcherokee-client.so.0 |
|
|
63 |
lib/libcherokee-config.a |
64 |
lib/libcherokee-config.so |
65 |
lib/libcherokee-config.so.0 |
57 |
lib/libcherokee-server.a |
66 |
lib/libcherokee-server.a |
58 |
lib/libcherokee-server.so |
67 |
lib/libcherokee-server.so |
59 |
lib/libcherokee-server.so.0 |
68 |
lib/libcherokee-server.so.0 |
Lines 85-90
Link Here
|
85 |
%%DATADIR%%/icons/text.png |
94 |
%%DATADIR%%/icons/text.png |
86 |
%%DATADIR%%/icons/unknown.png |
95 |
%%DATADIR%%/icons/unknown.png |
87 |
%%DATADIR%%/mime_types.txt |
96 |
%%DATADIR%%/mime_types.txt |
|
|
97 |
www/images/cherokee-logo.png |
98 |
www/images/powered_by_cherokee.png |
99 |
www/images/top-layer.png |
100 |
www/index.html |
88 |
@dirrm %%DATADIR%%/icons |
101 |
@dirrm %%DATADIR%%/icons |
89 |
@dirrm %%DATADIR%%/deps |
102 |
@dirrm %%DATADIR%%/deps |
90 |
@dirrm %%DATADIR%% |
103 |
@dirrm %%DATADIR%% |
Lines 96-99
Link Here
|
96 |
@dirrm etc/cherokee/mods-enabled |
109 |
@dirrm etc/cherokee/mods-enabled |
97 |
@dirrm etc/cherokee/mods-available |
110 |
@dirrm etc/cherokee/mods-available |
98 |
@dirrm etc/cherokee |
111 |
@dirrm etc/cherokee |
99 |
@unexec rmdir %%LOCALBASE%%/www/data 2>/dev/null || true |
112 |
@unexec rmdir %D/www/images 2>/dev/null || true |
|
|
113 |
@unexec rmdir %D/www/data 2>/dev/null || true |