Anthony Gégo

Results 48 comments of Anthony Gégo

There may actually be some code somewhere that unintentionally cast the OrderedDict to a simple dict (typically a comprehension). When do you observe this exactly ?

Thank you for these suggestions. This part has remained untouched for a while now. I think it's also worth adding some hints on how to scale the components correctly depending...

- Yes, it is ``uwsgi`` You'll need it if you want to perform an nginx deployment. However, if your Linux distribution provides uwsgi, it's better and simpler to install it...

These config files look good at the first sight. Have a look to the error logs to see if the wsgi module or apache prints anything bad.

I'm almost sure some INGInious logs should be printed there too. Maybe the ``inginious-webapp`` has actually not returned, which would explain why you get _unable to connect_ error messages and...

You can run ``netstat -pnlt`` to see if apache actually binds the correct IP and ports (for listening on every interface it should display 0.0.0.0 or :: for IPv6). If...

At least some progress :-) You may need to add some ``Listen`` directives for those ports in your configuration files. I recommend you to refer to the Apache documentation, I...

> webterm: https://xxx.yyyy.bj:4449 > webdav_host: http://xxxx.yyy.bj:4449 You should explicitely use quoting marks here because the colon is part of the YAML syntax