View | Details | Raw Unified | Return to bug 201908
Collapse All | Expand All

(-)files/pkg-message.in (-2 / +10 lines)
Lines 8-14 Link Here
8
8
9
Example apache22 configuration:
9
Example apache22 configuration:
10
10
11
    Alias /ganglia/ "%%WWWDIR%%"
11
    Alias /ganglia "%%WWWDIR%%/"
12
    <Directory "%%WWWDIR%%">
12
    <Directory "%%WWWDIR%%">
13
        Options Indexes FollowSymlinks MultiViews
13
        Options Indexes FollowSymlinks MultiViews
14
        AllowOverride None
14
        AllowOverride None
Lines 18-24 Link Here
18
18
19
Example apache24 configuration:
19
Example apache24 configuration:
20
20
21
    Alias /ganglia/ "%%WWWDIR%%"
21
    Alias /ganglia "%%WWWDIR%%/"
22
    <Directory "%%WWWDIR%%">
22
    <Directory "%%WWWDIR%%">
23
        Options Indexes FollowSymlinks MultiViews
23
        Options Indexes FollowSymlinks MultiViews
24
        AllowOverride None
24
        AllowOverride None
Lines 25-30 Link Here
25
	Require all granted
25
	Require all granted
26
    </Directory>
26
    </Directory>
27
27
28
Nginx configuration:
29
30
    If you are running Nginx and your document root is set to
31
    %%PREFIX%%/www,
32
    then you just need to ensure PHP files are handled correctly.
33
    If you are using a different document root, then you will need to create
34
    the appropriate location directive.
35
28
The default configuration is stored in 
36
The default configuration is stored in 
29
%%WWWDIR%%/conf_default.php.
37
%%WWWDIR%%/conf_default.php.
30
If you want to customize the configuration make customizations to
38
If you want to customize the configuration make customizations to
(-)pkg-plist (-3 / +2 lines)
Lines 1-6 Link Here
1
@owner %%WWWOWN%%
2
@group %%WWWGRP%%
3
@mode 0644
4
@sample %%DATADIR%%/conf/default.json.sample
1
@sample %%DATADIR%%/conf/default.json.sample
5
@sample %%DATADIR%%/conf/event_color.json.sample
2
@sample %%DATADIR%%/conf/event_color.json.sample
6
@sample %%DATADIR%%/conf/events.json.sample
3
@sample %%DATADIR%%/conf/events.json.sample
Lines 1102-1107 Link Here
1102
%%WWWDIR%%/version.php
1099
%%WWWDIR%%/version.php
1103
%%WWWDIR%%/view_content.php
1100
%%WWWDIR%%/view_content.php
1104
%%WWWDIR%%/views_view.php
1101
%%WWWDIR%%/views_view.php
1102
@owner %%WWWOWN%%
1103
@group %%WWWGRP%%
1105
@mode 0755
1104
@mode 0755
1106
@dir %%DATADIR%%/dwoo/cache
1105
@dir %%DATADIR%%/dwoo/cache
1107
@dir %%DATADIR%%/dwoo/compiled
1106
@dir %%DATADIR%%/dwoo/compiled

Return to bug 201908