这是在EC2上全新安装的bitnami gitorius镜像,运行良好,直到我尝试启用https/ssl。
我确信我在某种程度上错误地配置了apache,但是https://tarantula.anatexis.net上的根文档加载得很好。
但是,如果你在https://tarantula.anatexis.net/gitorious上使用这个光彩夺目的应用程序,你会被拒绝许可。
我应该编辑哪个配置文件才能使https流量正常。
看看阿帕奇的日志,看看这个,
[Mon Jun 03 17:25:20 2013] [error] [client 71.17.13.29] Directory index forbidden by Options directive: /opt/bitnami/apache2/htdocs/gitorious/, referer:Https://tarantula.anatexis.net/感谢你的帮助,谢谢你,乔
发布于 2013-06-04 04:15:23
好的,所以我修复了它,找到了文件/opt/bitnami/apache2/conf/extra/httpd-ssl.conf这个配置文件中有ssl流量的文档根目录,缺省值是错误的,需要更改为
DocumentRoot "/opt/bitnami/apps/gitorious/htdocs/public"我相信这解决了我所有的问题。
https://stackoverflow.com/questions/16902756
复制相似问题