Hi Kai,

> Now I keep getting Internal Server Error 500.

It is not easy to guess the reasons for http status 500. Just take a look at
your webserver's error log file (e.g. /var/log/apache2/error.log). You will
find the complete error message at the end of the log.


> Further investigation showed that the reason seems to be that the file
> newaccount.pyc has not been updated. So I deleted the file and
> restarted Apache. Still a 500. Worse: there is no file newaccount.pyc
> anymore!

You do not need to worry about missing pyc files. These files serve merely as a
cache for byte-compiled python code. Python generates these files whenever it
tries to load a python module.
The absence of these files just indicate that the webserver process owner (e.g.
"www-data") does not have the permission to create files in that specific
directory. This is ok.


Hope this helps,
Lars


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to