Changeset 373
- Timestamp:
- 02/21/07 02:45:37
(2 years ago)
- Author:
- malte
- Message:
fixed error-page faulting when using fastcgi
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r356 |
r373 |
|
| 204 | 204 | ; |
|---|
| 205 | 205 | |
|---|
| 206 | | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:{PEAR_DIR}/" |
|---|
| | 206 | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{PEAR_DIR}/" |
|---|
| 207 | 207 | |
|---|
| 208 | 208 | ; This directive allows you to disable certain functions for security reasons. |
|---|
| r356 |
r373 |
|
| 151 | 151 | ; or per-virtualhost web server configuration file. This directive is |
|---|
| 152 | 152 | ; *NOT* affected by whether Safe Mode is turned On or Off. |
|---|
| 153 | | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:{PEAR_DIR}/" |
|---|
| | 153 | open_basedir = "{WWW_DIR}/{DMN_NAME}/:{PEAR_DIR}/" |
|---|
| 154 | 154 | |
|---|
| 155 | 155 | ; This directive allows you to disable certain functions for security reasons. |
|---|
| r333 |
r373 |
|
| 1 | | <?php |
|---|
| 2 | | require_once('../include/vhcs-lib.php'); |
|---|
| 3 | | $theme = $cfg['USER_INITIAL_THEME']; |
|---|
| 4 | | ?> |
|---|
| 5 | 1 | <html> |
|---|
| 6 | 2 | <head> |
|---|
| 7 | 3 | <title>VHCS ERROR</title> |
|---|
| 8 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|---|
| 9 | | <link href="/vhcs2/themes/<?=$theme;?>/css/vhcs.css" rel="stylesheet" type="text/css"> |
|---|
| 10 | | <script type="text/javascript" src="/vhcs2/themes/<?=$theme;?>/css/vhcs.js"></script> |
|---|
| | 5 | <link href="/vhcs2/themes/omega_original/css/vhcs.css" rel="stylesheet" type="text/css"> |
|---|
| | 6 | <script type="text/javascript" src="/vhcs2/themes/omega_original/css/vhcs.js"></script> |
|---|
| 11 | 7 | <meta name="robots" content="noindex"> |
|---|
| 12 | 8 | <meta name="robots" content="nofollow"> |
|---|
| … | … | |
| 21 | 17 | <table width="453" border="0" align="center" cellpadding="0" cellspacing="0"> |
|---|
| 22 | 18 | <tr> |
|---|
| 23 | | <td width="453" height="69" background="themes/<?=$theme;?>/images/login/login_top.jpg"> </td> |
|---|
| | 19 | <td width="453" height="69" background="themes/omega_original/images/login/login_top.jpg"> </td> |
|---|
| 24 | 20 | </tr> |
|---|
| 25 | 21 | <tr> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>