Complete Apache 2 - 2.0.52web server: easy to install and use |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Missing Modules? - Version: 2.0.52, 10/8/2004 03:12PM PST
(1 of 1 users found this comment useful)
rawhide_it
Same problem, same fix - Version: 2.0.52, 10/8/2004 07:51AM PST
Strider72
I had the same problem as 'rawhide_it' -- Apache would not start. His suggestion fixed the problem (though I only had one of the lines to comment out):
# LoadModule auth_ldap_module modules/mod_auth_ldap.so
I've dropped the developer a line telling him of the problem.
Most Recent Replies: View All 1 Replies
- Same problem, same fix
Missing Modules? - Version: 2.0.52, 10/8/2004 06:07AM PST
rawhide_it
I had to comment out two lines in http.conf to start Apache2:
###LoadModule auth_ldap_module modules/mod_auth_ldap.so
...
###LoadModule deflate_module modules/mod_deflate.so
###LoadModule auth_ldap_module modules/mod_auth_ldap.so
...
###LoadModule deflate_module modules/mod_deflate.so
Very responsive! Thanks.