| 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. |
|---|