Julien Cigar
jcigar at ulb.ac.be
Tue Mar 28 09:16:01 EST 2006
Same with <FilesMatch> ... I think the problem comes from my handler itself .. it's my first one :) Amand Tihon wrote: > Le Mardi 28 Mars 2006 15:19, Julien Cigar a écrit : > >> <Files "\.(gif|jpe?g|png|css|html?)$"> >> SetHandler None >> </Files> >> > > I think you want a <FilesMatch ...> directive here, instead of a <Files ...> > > The other solution is to use <Files ~ regexp> but FilesMatch is recommended in > apache's documentation. > > I hope this helps. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python > -- Julien Cigar Belgian Biodiversity Platform http://www.biodiversity.be Université Libre de Bruxelles Campus de la Plaine CP 257 Bâtiment NO, Bureau 4 N4 115C (Niveau 4) Boulevard du Triomphe, entrée ULB 2 B-1050 Bruxelles Work: jcigar at ulb.ac.be Personal: mage at mordor.ath.cx
|