meineko’s blog

元つくばの某独立行政法人勤務の植物屋です。最近は、ほぼ、突発天体の話題です。

TAO Survey

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost 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.

って、エラーが出てダメです。
logをみたら、

The Python egg cache directory is currently set to:

/var/www/.python-eggs

Perhaps your account does not have write access to this directory? You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory.

ということなので、PYTHON_EGG_CACHEにアクセス権のあるデイレクトリを指定すればよさそうですが、書式がわかりません。
#付き焼き刃では辛いです。


PYTHON_EGG_CACHEでgoogleっても、tracっていうpython scriptを動かす話ばかりでよくわかりません。
なお、PythonのローカルなWeb開発環境を調える(Ubuntu11.04+Apache2+Python)(OKEREKE-RL)を参考にしてやり直して、http://192.168.x.xxx/~meineko/で、アクセスできるようにしました。