Changeset 1909
- Timestamp:
- 02/08/07 14:11:20 (1 year ago)
- Files:
-
- swish_website/README (modified) (1 diff)
- swish_website/etc/httpd.conf.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish_website/README
r1893 r1909 288 288 $ROOT/swish_website/bin/build --root $ROOT --apache > httpd.conf 289 289 290 291 It might be necessary to specify the full path to the modules unless 292 the modules are located "modules" in ServerRoot. 293 290 You will likely need to specify the full path to the modules (-module_dir) 291 unless you first cd to the ServerRoot directory and "modules" is a 292 subdirectory. 293 294 You may notice a few warnings: 295 296 Warning: module '/usr/lib/apache2/modules/mod_access.so' was not found 297 Warning: module '/usr/lib/apache2/modules/mod_auth.so' was not found 298 Warning: module '/usr/lib/apache2/modules/mod_log_config.so' was not found 299 300 This is normal on Apache 2.2 since those modules were renamed. The script 301 will try the new names for those modules. 294 302 295 303 For debugging locally, say just the web site swish_website/etc/httpd.conf.tt
r1902 r1909 162 162 163 163 [% IF web_site %] 164 165 166 #-----------------------------------------------------------------------# 167 # swish-e.com # 168 #-----------------------------------------------------------------------# 169 <VirtualHost [% host_port %]> 170 171 ServerName swish-e.com 172 ServerAlias www.swish-e.com 173 174 Redirect permanent / http://swish-e.org/ 175 </VirtualHost> 176 177 164 178 #-----------------------------------------------------------------------# 165 179 # swish-e.org #
