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 |