|
Last change
on this file since 3676 was 3667, checked in by Bruno Cornec, 9 years ago |
|
Many updates to MR setup
|
|
File size:
337 bytes
|
| Line | |
|---|
| 1 | Alias /static-sympa /var/lib/sympa/static_content
|
|---|
| 2 |
|
|---|
| 3 | <Directory /var/lib/sympa/static_content>
|
|---|
| 4 | Require all granted
|
|---|
| 5 | </Directory>
|
|---|
| 6 |
|
|---|
| 7 | <IfModule mod_fcgid.c>
|
|---|
| 8 | ScriptAlias /sympa /usr/lib64/sympa/cgi/wwsympa-wrapper.fcgi
|
|---|
| 9 | <Directory /usr/lib64/sympa/cgi>
|
|---|
| 10 | Options ExecCGI
|
|---|
| 11 | Require all granted
|
|---|
| 12 | </Directory>
|
|---|
| 13 | </IfModule>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.