2008/11/5 Ariel <[EMAIL PROTECTED]>: > > > > > I am using mod_wsgi for deployment but recently my apache > installation on > > ubuntu 8.04 just locks after any start, stop or reload commands. > > > > I uninstalled it, wiped configuration settings, uninstallled > mod_python that > > was installed just before it did not respond anymore. > > It is a known problem that loading mod_python and mod_wsgi at the > same > time causes problems if Python not installed with a usable shared > library. > > http://code.google.com/p/modwsgi/wiki/InstallationIssues > > > Is there any other server I can install that works with modwsgi? > (I am using > > trac and django on the same server configured via mod_wsgi) > > You mean other than Apache? > > It seems you haven't explored properly yet why you were having the > problems you were. > > Graham > ----- > > Yeah, I really don't know what to do next, I already disabled > mod_python. > > And tried rebooting my server but even though it says it is going for > reboot it does not do so. (It is an Amazon EC2 instance so I am kind > of afraid of terminating the instance, although I already made a > backup of the most important stuff) > > Any advice on how to debug this? I checked apache logs but nothing > there.
When you say 'rebooting my server', do you mean just Apache or the whole system? I don't know how Amazon EC2 works. If you mean just Apache, do be aware that when removing mod_python, generally necessary to do a full 'stop' of Apache. It isn't always enough to do an equivalent of 'apachectl restart' because mod_python doesn't cleanup properly and tends no to unload correctly on a restart where Apache parent process persists. Therefore causes issues for mod_wsgi on the restart even though mod_python technically now disabled. If you have a site you can point me to which explains how Amazon EC2 is set up, or if you or anyone else can explain what it really is, ie., VPS, shared system of some sort, whether you have shell access etc, that may help. Anything from the Apache error log files would also help, particularly the startup message which lists what modules are loaded. Has anyone else here got experience with Amazon EC2 with or without mod_wsgi? Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
