2017-06-24 8 views
0

openshiftデバッグするために私は私のpython 2.7のアプリ上でDjangoの1.8.8を持ってInternal Server Errorどうv2の

The server encountered an internal error or misconfiguration and was unable to complete your request. 

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. 

More information about this error may be available in the server error log. 
Apache/2.2.15 (Red Hat) Server at www.example.com Port 80 

を取得しています。 ~/app-root/logsのログを見ると、cron_minutely.logまたはhaproxyログに情報がありません。 app/wsgi/フォルダから.htaccessも削除しました。最近私はenv変数を設定しました。 (rhc env set BLA=bla -a app)。

私はまた、envが引用符であるべきであることを読んだので、私はrhc env set BLA="bla" -a appを試しました。運がない。

私はたぶんオープンシフトを取り除いて、別の場所に移動する必要があります。しかし、ドッカーのためのドッキング、vpsのセットアップ、ポストグルのインスタンスとcronのセットアップには時間がかかりすぎます。ですから、問題がどこにあるかを知る方法はありますか?

+0

しかし、Apacheのエラーログには何がありますか? – Melvyn

+0

Apacheのエラーログは表示されません。 '〜/ app-root/logs'のどこかにありますか? – Lucas03

答えて

0

私はlog filesと読んで気付いた、私はアプリを再起動する必要があります。 rhc stop app、次にrhc start app。そしてそれは働いた。しかし、私はWeb管理者インターフェイスで再起動しようとしましたが、それは役に立ちませんでした。これは助けになりました。

+1

力ストップとスタートが働く唯一のものです。再起動は問題に応じて動作しません。 –