Changeset 1071
- Timestamp:
- 03/22/08 00:23:49
(9 months ago)
- Author:
- joximu
- Message:
some smaller fixes: suse and for r1069...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1070 |
r1071 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| 4 | | 2008-03-20 Benedikt Heintel |
|---|
| | 4 | 2008-03-22 Christian Hernmarck |
|---|
| | 5 | - DISTS: |
|---|
| | 6 | * Fixed: openSuSE small things (DirectoryIndex not only master vhost, *creating* scoreboard dir, /etc/*authlib*/userdb |
|---|
| | 7 | - GUI: |
|---|
| | 8 | * Fixed #1129: Errors after upgrading to r1069 |
|---|
| | 9 | |
|---|
| | 10 | 2008-03-21 Benedikt Heintel |
|---|
| 5 | 11 | - DATABASE: |
|---|
| 6 | 12 | * Fixed #1085: disable protocols in server status which are not available by default |
|---|
| r1069 |
r1071 |
|
| 63 | 63 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_VIRTUAL) |
|---|
| 64 | 64 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_FCGI) |
|---|
| | 65 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_SCOREBOARDS) |
|---|
| 65 | 66 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_AWSTATS) |
|---|
| 66 | 67 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_MAIL_VIRTUAL) |
|---|
| … | … | |
| 86 | 87 | rm -rf $(SYSTEM_VIRTUAL) |
|---|
| 87 | 88 | rm -rf $(SYSTEM_FCGI) |
|---|
| | 89 | rm -rf $(SYSTEM_SCOREBOARDS) |
|---|
| 88 | 90 | rm -rf $(SYSTEM_MAIL_VIRTUAL) |
|---|
| 89 | 91 | rm -rf $(SYSTEM_APACHE_BACK_LOG) |
|---|
| r1069 |
r1071 |
|
| 67 | 67 | Allow from all |
|---|
| 68 | 68 | </Directory> |
|---|
| 69 | | DirectoryIndex index.html index.html.var index.php |
|---|
| 70 | 69 | </IfModule> |
|---|
| 71 | 70 | |
|---|
| r1026 |
r1071 |
|
| 33 | 33 | |
|---|
| 34 | 34 | # |
|---|
| | 35 | # openSuSE: there is no system wide .php DirectoryIndex with fastcgi |
|---|
| | 36 | # |
|---|
| | 37 | |
|---|
| | 38 | <IfModule mod_fastcgi.c> |
|---|
| | 39 | DirectoryIndex index.html index.html.var index.php |
|---|
| | 40 | </IfModule> |
|---|
| | 41 | |
|---|
| | 42 | # |
|---|
| 35 | 43 | # Header End |
|---|
| 36 | 44 | # |
|---|
| r1068 |
r1071 |
|
| 267 | 267 | # |
|---|
| 268 | 268 | |
|---|
| 269 | | # maybe /etc/authlib... has to be tested.. |
|---|
| 270 | | AUTHLIB_CONF_DIR = /etc/courier |
|---|
| | 269 | AUTHLIB_CONF_DIR = /etc/authlib |
|---|
| 271 | 270 | |
|---|
| 272 | 271 | CMD_MAKEUSERDB = /usr/sbin/makeuserdb |
|---|
| r1068 |
r1071 |
|
| 19 | 19 | */ |
|---|
| 20 | 20 | |
|---|
| 21 | | if (file_exists("/usr/local/etc/ispcp/ispcp.conf")) { |
|---|
| | 21 | if (@file_exists("/usr/local/etc/ispcp/ispcp.conf")) { |
|---|
| 22 | 22 | $cfg = "/usr/local/etc/ispcp/ispcp.conf"; |
|---|
| 23 | 23 | } |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>