On Thu, Jul 26, 2018 at 3:19 PM André Malo <n...@perlig.de> wrote: > > * cove...@apache.org wrote: > > > Author: covener > > Date: Wed Jul 25 14:46:33 2018 > > New Revision: 1836638 > > > > URL: http://svn.apache.org/viewvc?rev=1836638&view=rev > > Log: > > add 2 conditional logging examples > > > > > > +# Conditional logging > > +CustomLog logs/access-errors.log common “expr=%{REQUEST_STATUS} >= > > 400†+CustomLog logs/access-errors-specific.log common > > “expr=%{REQUEST_STATUS} -in {'405','410'}" + > > Yuck. This is certainly not valid httpd.conf :-) Looks like fancy quotes > from here. Please use boring quotes for pastability.
Gross! Thanks for catching this. These were copied right out of httpd.conf w/ vi (still there on server). Dunno how I managed to do anything that would convert them on the fly. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org