Changeset 415
- Timestamp:
- 03/16/07 17:30:24
(2 years ago)
- Author:
- rats
- Message:
* fixed bug #106: VHCS Omega frontend not working on setup
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r414 |
r415 |
|
| 11 | 11 | | * gui: disable stats-alias in client menu | |
|---|
| 12 | 12 | \_________________________________________________________________/ |
|---|
| | 13 | |
|---|
| | 14 | 2007-03-15 Benedikt Heintel |
|---|
| | 15 | - SETUP: |
|---|
| | 16 | * fixed bug #106: VHCS Omega frontend not working on setup |
|---|
| 13 | 17 | |
|---|
| 14 | 18 | 2007-03-15 Benedikt Heintel |
|---|
| r414 |
r415 |
|
| 48 | 48 | # Temporary changed; now it's working |
|---|
| 49 | 49 | # will be replaced in future |
|---|
| 50 | | <VirtualHost {IP}:80> |
|---|
| | 50 | <VirtualHost {HOST_IP}:80> |
|---|
| 51 | 51 | |
|---|
| 52 | 52 | DocumentRoot /var/www/vhcs2/gui |
|---|
| r409 |
r415 |
|
| 1657 | 1657 | return $rs if ($rs != 0); |
|---|
| 1658 | 1658 | |
|---|
| | 1659 | my %tag_hash = ( |
|---|
| | 1660 | '{HOST_IP}' => $main::cfg{'BASE_SERVER_IP'}, |
|---|
| | 1661 | ); |
|---|
| | 1662 | |
|---|
| | 1663 | ($rs, $cfg) = prep_tpl(\%tag_hash, $cfg_tpl); |
|---|
| | 1664 | |
|---|
| | 1665 | return $rs if ($rs != 0); |
|---|
| | 1666 | |
|---|
| 1659 | 1667 | $rs = store_file($main::cfg{'APACHE_CONF_FILE'}, $cfg_tpl, 'root', 'root', 0644); |
|---|
| 1660 | 1668 | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>