| With the rapid development of information society, the scope of application of Web applications has been extended to all aspects of social life, and it is on social development and economic development plays an increasingly important roles.Apache web server is the top one web server in the world. It can be used on almost every platform. But the leaks of Apache can be checked by the programmer himself. The leaks include install, access, httpd Configuration and others.The tool introduced by this lecture can let the programmer not check the leaks of Apache by himself. The tool is an automatically-detect-loopholes tool. Because the tool developed using java, it can be used on almost every platform. So the tool is a universal tool.I analyze the file of httpd.conf, judge the competence and find file and contents using JAVA. The tool also has a perfect user-interface and then transfers the result to the server as xml file. The tool analyzes the xml file using JDOM, so it can get some plugins to check.Users can pay to use the system as a single software, and also the system can be integrated in WSAS developed by Siemens as the module which can check apache. But in this article the target is the single software. |