微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

问题与我的Ubuntu的Apache Conf文件 禁止您无权访问/在此服务器上

下面是https://github.com/treeio/treeio的conf文件我使用了这个方法: http : //goo.gl/KTdlUT ,为我的基于Azure的Ubuntu VMconfigurationtreeio,但仍然说:禁止你不要没有权限访问/在此服务器上。)

<virtualhost *:80> ServerAdmin [email protected] ServerName abcd.net ServerAlias abcd.net DocumentRoot "/home/User/treeio" <Directory /home/Userk/treeio/> <Directory /home/User/treeio/> Order allow,deny Allow from all </Directory> WsgiDaemonProcess treeio.djangoserver processes=2 threads=15 display-name=%{GRO$ WsgiProcessGroup treeio.djangoserver WsgiScriptAlias / /home/User/treeio/wsgi ErrorLog "/home/User/treeio/log/error.log" CustomLog "/home/User/treeio/log/access.log" combined </virtualhost>

是否有另一个精确的计时器time.clock()在Windows上?

在Azure创build虚拟机REST API上,必须指定“pipe理员密码错误

如何在Windows主机上以Vagrant区分大小写的方式处理文件

在mac OS上的oracle virtualBox中USB检测不到

时间同步ubuntu服务器在Parallels下

似乎有些配置更喜欢将Django项目安装到/ var / www /目录中,即使到目前为止主目录已经是推荐的位置。 这从安全的角度来看似乎是有道理的。

另外,微软有最简单的一步一步的说明,实际上在Azure中使用Unbunto 14.04:

http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-python-django-web-app-linux/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐