On Sunday 12 March 2006 06:03, Sean Conner wrote: > It was thus said that the Great Thomas Anderson once stated: > > Hi, > > I have Apache2 installed on a debian server. I had installed several > > modules but am not sure what all I had installed. > > Is there any way I can see what all modules are present? > > 'apache2 -l' does not show all the modules installed it only shows the > > ones that were compiled in. > > Any ideas on this? Debian's package makes the configuration very confusing. If you have an up-to-date Apache then "httpd -M" will tell you straight away, but .. > Look into using mod_info. Look in the configuration file for a section > that looks like: Yep. > Allow from .conman.org Don't do that - you just slowed your server by making it do hostnamelookups. If someone wants to DOS your server, you've just made their job much easier. Much better to use IP addresses instead. 127.0.0.1 is often sufficient for mod_info (and mod_status). -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx