hit-moodle / moodle-local_onlinejudge

Online Judge plugin for Moodle 2.7-4.2.
http://cms.hit.edu.cn
GNU General Public License v3.0
120 stars 59 forks source link

Not compatible with nginx #14

Closed CarlLee closed 12 years ago

CarlLee commented 12 years ago

When run on nginx, moodle starts to send empty html back after I deployed onlinejudge. After I started using Apache 2.2 to serve moodle, and using nginx as a reverse proxy server, it works.

sunner commented 12 years ago

I never test it on nginx. Can you check the log and post related entries here? If you got empty page, there are usually some error logs.

CarlLee commented 12 years ago

It's strange, I can now run Moodle + onlinejudge using nginx without an error after I initialized the plugin with Apache 2.2. It seems this issue only occurs at initialization time.

sunner commented 12 years ago

Oops....then, tentatively close this issue and wait for further information