昨晚转了一晚网站,但是遇到了403,tomcat是正常的,最后排查是这个
<IfModule dir_module>
DirectoryIndex index.html index.jsp
</IfModule>
其中也可能是,但是这个地方我在配置的时候修改过了
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
deny from all 更改为allow from all
Satisfy all
</Directory>
Options FollowSymLinks
AllowOverride None
Order deny,allow
deny from all 更改为allow from all
Satisfy all
</Directory>
时间:2012-09-13 08:07:02
Latest posts by Zhiming Zhang (see all)
- aws eks node 自动化扩展工具 Karpenter - 8月 10, 2022
- ReplicationController and ReplicaSet in Kubernetes - 12月 20, 2021
- public key fingerprint - 5月 27, 2021