mod-python, LoadModule python_module modules/mod_python.so

227 views
Skip to first unread message

slix

unread,
Jun 1, 2008, 8:57:25 PM6/1/08
to Django users
LoadModule python_module modules/mod_python.so

this is weird, i open the file and add that then windows says the file
cant be found and cant create the file either although it isclearly
there.


Graham Dumpleton

unread,
Jun 1, 2008, 9:30:24 PM6/1/08
to Django users
Apache when run as a Windows service runs as a special user. If that
user doesn't have privileges to read the directories and files it will
not work.

In other words, make sure your file access permissions are all set
correctly. Compare the mod_python.so permissions to other Apache
modules in same directory.

Graham

slix

unread,
Jun 2, 2008, 6:30:44 AM6/2/08
to Django users
how do i check my file permissions? do i need to change them in
windows or apache?

why is this anyway, is this a securitymeasure?

Graham Dumpleton

unread,
Jun 2, 2008, 8:30:32 AM6/2/08
to Django users
slix wrote:
> how do i check my file permissions?

Last time I used Windows one selected File->Properties. That was many
versions of Windows ago however, so how it is done know I don't know.
Maybe you need to do some reading on how to run and administer
Windows.

> do i need to change them in windows or apache?

It is a Windows thing.

> why is this anyway, is this a securitymeasure?

Yes.

slix

unread,
Jun 2, 2008, 8:54:34 AM6/2/08
to Django users
ty i solved it now. should i change back the permission after having
edited the file?
Reply all
Reply to author
Forward
0 new messages