|
Revision 6, 432 bytes
(checked in by yumaxg, 4 years ago)
|
|
Initial commit project skeleton.
|
| Line | |
|---|
| 1 | ErrorDocument 404 /404.html |
|---|
| 2 | ErrorDocument 500 /static/500.html |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | PythonPath "['/var/www/virtual/pleso.net/modules', '/var/www/virtual/pleso.net/htdocs/sitecode', '/var/www/virtual/pleso.net/htdocs/sitecode/libs'] + sys.path" |
|---|
| 6 | SetHandler python-program |
|---|
| 7 | PythonHandler django.core.handlers.modpython |
|---|
| 8 | SetEnv DJANGO_SETTINGS_MODULE settings |
|---|
| 9 | SetEnv LC_ALL "en_US" |
|---|
| 10 | |
|---|
| 11 | <FilesMatch "(robots\.txt|favicon\.ico)"> |
|---|
| 12 | SetHandler none |
|---|
| 13 | </FilesMatch> |
|---|