Changeset 11238
- Timestamp:
- 08/19/08 15:07:43 (5 months ago)
- Location:
- branches/remote-services/ebox
- Files:
-
- 2 modified
-
src/EBox/Apache.pm (modified) (1 diff)
-
stubs/apache.mas.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/remote-services/ebox/src/EBox/Apache.pm
r11234 r11238 175 175 push @confFileParams, ( tmpdir => EBox::Config::tmp()); 176 176 push @confFileParams, ( restrictedResources => $self->_restrictedResources() ); 177 push @confFileParams, ( includes => $self->_includes() ); 177 178 178 179 my $debugMode = EBox::Config::configkey('debug') eq 'yes'; -
branches/remote-services/ebox/stubs/apache.mas.in
r11199 r11238 18 18 - name - String the resource name 19 19 - type - String the resource type. Options: file, directory or location. 20 includes - Array containing those file includes we want to add 21 this Apache configuration 20 22 </%doc> 21 23 <%args> … … 27 29 $debug => 'no' 28 30 @restrictedResources => () 31 @includes => () 29 32 </%args> 30 33 … … 141 144 % } 142 145 146 % foreach my $includeFile (@includes) { 147 Include <% $includeFile %> 148 % } 143 149 144 150 UseCanonicalName Off
