I need to configure Tomcat 5.5.27 for disabling weak ciphers, ServerSignature and AuthType but I am unable to find the httpd.conf file. Please let me know about this.
我需要配置Tomcat 5.5.27来禁用弱密码,ServerSignature和AuthType,但我无法找到httpd.conf文件。请让我知道这件事。
Thanks in advance..
提前致谢..
1 个解决方案
#1
4
Tomcat doesn't use httpd.conf, it is not apache.
Tomcat不使用httpd.conf,它不是apache。
Instead, take a look at conf folder in tomcat distribution and check online docs for configuring your tomcat version at http://tomcat.apache.org
相反,请查看tomcat发行版中的conf文件夹,并在http://tomcat.apache.org上查看用于配置tomcat版本的在线文档。
#1
4
Tomcat doesn't use httpd.conf, it is not apache.
Tomcat不使用httpd.conf,它不是apache。
Instead, take a look at conf folder in tomcat distribution and check online docs for configuring your tomcat version at http://tomcat.apache.org
相反,请查看tomcat发行版中的conf文件夹,并在http://tomcat.apache.org上查看用于配置tomcat版本的在线文档。