-1
私はapache2とmod-wsgi-py3を使ってdjangoプロジェクトをデプロイしようとしています。しかし、私はここで内部サーバーエラー500に直面している仮想ホストである:ここでは内部サーバのエラーapache2 djangoのデプロイ
<VirtualHost *:80>
ServerName web1.server.ch
ServerAdmin [email protected]
<Directory /home/admin/TrexmoWeb/TrexmoWeb>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
WSGIDaemonProcess trexmo python-path=/home/admin/TrexmoWeb
WSGIProcessGroup trexmo
WSGIScriptAlias//home/admin/TrexmoWeb/TrexmoWeb/wsgi.py
</VirtualHost>
は私の/ etc/hosts誰が助けることができる
127.0.0.1 localhost
127.0.1.1 tres1
のですか?
ログはありますか? – dentemm