Graham Dumpleton
graham.dumpleton at gmail.com
Tue Jul 17 01:09:47 EDT 2007
On 17/07/07, ryan luna <ryan_gm at sbcglobal.net> 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: <Directory /some/path/to/your/directory> AllowOverride FileInfo </Directory> 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 <graham.dumpleton at gmail.com> 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 > >
|