2015-02-07 56 views
1

這下面是https://github.com/treeio/treeio 的conf文件我用這個方法:http://goo.gl/KTdlUT,配置treeio到我的基於Azure的Ubuntu VM,但它仍然說:Forbidden You沒有權限訪問/在此服務器上。)我的Ubuntu Apache Conf文件出現問題。 (禁止您沒有權限訪問/在此服務器上。)

<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> 

回答

相關問題