vote up 1 vote down star

I am working with a hosting provider who has installed mod_python for me. I followed the install instructions locally and included it in httpd.conf but they have opted to put it in conf.d/python.conf.

Is there any difference/benefit to doing it either way?

flag

61% accept rate

1 Answer

vote up 4 vote down check

No, all the files are parsed at run time, you can include as many as you want. They've just opted to seperate out the configuration for easier management.

link|flag
thanks, that's the reassurance I was looking for – Simon Oct 9 '08 at 13:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.