Changeset 667
- Timestamp:
- 06/21/07 08:45:08
(1 year ago)
- Author:
- rats
- Message:
fixed some install errors
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r665 |
r667 |
|
| 2180 | 2180 | my ($cfg_tpl, $cfg, $cmd) = (undef, undef, undef); |
|---|
| 2181 | 2181 | |
|---|
| | 2182 | my %tag_hash = (); |
|---|
| | 2183 | |
|---|
| 2182 | 2184 | if ($main::cfg{'CMD_HTTPD'} ne 'no') { |
|---|
| 2183 | 2185 | |
|---|
| … | … | |
| 2196 | 2198 | if ($main::cfg{'AWSTATS_ACTIVE'} eq 'yes') { |
|---|
| 2197 | 2199 | |
|---|
| 2198 | | my $tpl_dir = "$conf_dir/apache/parts"; |
|---|
| | 2200 | my $tpl_dir = "$cfg_dir/parts"; |
|---|
| 2199 | 2201 | |
|---|
| 2200 | 2202 | my ( |
|---|
| … | … | |
| 2211 | 2213 | $aw_b, |
|---|
| 2212 | 2214 | $aw_entry, |
|---|
| 2213 | | $aw_end |
|---|
| | 2215 | $aw_e |
|---|
| 2214 | 2216 | ) = get_tpl ( |
|---|
| 2215 | 2217 | $tpl_dir, |
|---|
| … | … | |
| 2221 | 2223 | return $rs if ($rs != 0); |
|---|
| 2222 | 2224 | |
|---|
| 2223 | | my %tag_hash = ( |
|---|
| | 2225 | %tag_hash = ( |
|---|
| 2224 | 2226 | '{BASE_SERVER_IP}' => $main::cfg{'BASE_SERVER_IP'}, |
|---|
| 2225 | 2227 | '{BASE_SERVER_VHOST}' => $main::cfg{'BASE_SERVER_VHOST'}, |
|---|
| … | … | |
| 2235 | 2237 | $cfg, |
|---|
| 2236 | 2238 | $aw_b_cfg, |
|---|
| 2237 | | $aw_e_cfg |
|---|
| | 2239 | $aw_e_cfg, |
|---|
| 2238 | 2240 | $aw_cfg |
|---|
| 2239 | 2241 | ) = prep_tpl( |
|---|
| … | … | |
| 2262 | 2264 | } |
|---|
| 2263 | 2265 | else { |
|---|
| 2264 | | my %tag_hash = ( |
|---|
| | 2266 | %tag_hash = ( |
|---|
| 2265 | 2267 | '{BASE_SERVER_IP}' => $main::cfg{'BASE_SERVER_IP'}, |
|---|
| 2266 | 2268 | '{BASE_SERVER_VHOST}' => $main::cfg{'BASE_SERVER_VHOST'}, |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>