On Friday, September 23, 2016 at 10:56:54 PM UTC+1, Mary Loftis wrote: > > I had added the *mod_access_compat* > <https://httpd.apache.org/docs/current/mod/mod_access_compat.html> load > module which was supposed to allow me to use the old Deny/Order type > commands. Right now I'm having an issue with the server, so I can't test > removing the mod_access_compat and trying the Require statement. > > Regarding mod_python...all the research I did indicated there wasn't a > version of the mod_python load module for Apache 2.4 compatible with Python > 2.7.1 for Windows Server 2008. Everything indicated to use mod_wsgi > instead. If you know where I can get the mod_python load module (I can't be > compiling it myself), then please provide the url. Thanks. >
I'm not familiar with Windows server, though though 2008 is pretty much end of life by now. I just wanted to clarify that mod_python could generally be used, but mod_wsgi is a fine choice. When your server is in better shape, I'd disable the mod_access_compat module and try to convert to the Apache 2.4 syntax. It's fairly straightforward. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
