ryan luna
ryan_gm at sbcglobal.net
Tue Jul 17 01:18:54 EDT 2007
I have that line the in file and its pointing to the directory and LoadModule python_module modules/mod_python.so is in the file aswell Graham Dumpleton <graham.dumpleton at gmail.com> wrote: On 17/07/07, ryan luna wrote: > Hmm, i guess its not being read because theres no error when i through in > some random characters Well ensure that you have somewhere in main Apache configuration: AllowOverride FileInfo Ie., FileInfo needs to be set for that directory or some enclosing directory. BTW, please use reply-all and keep follow ups on mailing list. Graham > Graham Dumpleton wrote: > On 17/07/07, ryan luna wrote: > > Im having trouble getting Apache to read .py files the right way. > > I'v followed this > > > http://www.dscpl.com.au/wiki/ModPython/Articles/GettingModPythonWorking > > guide but it still shows the source code and not the result of the code. > > If using a .htaccess file, have you verified the .htaccess file is > even been read? > > You can do this by putting in it some random crap, eg. > > XXXX > > This should result in browser returning a 500 error if .htaccess file is > read. > > If no 500 error, the FileInfo override isn't set for the directory. > > Anyway, that is about all the mind reading I can do without you > actually posting your .htaccess configuration as well as the main > configuration Directory configuration for the directory where you are > putting stuff. > > Graham > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20070716/7297b9b3/attachment.html
|