Re: Help understanding this apache2 directive from apache2.conf

2005-11-30 Thread d
On Wed, Nov 30, 2005 at 07:35:40PM +0200, Maxim Vexler wrote: > Hi, > > In [/etc/apache2/apache2.conf] file there's this line : > <<< > # Include generic snippets of statements > Include /etc/apache2/conf.d/[^.#]* > >>> > > What does the [^.#]* say ? I know that it's regular expression but > I've

Re: Help understanding this apache2 directive from apache2.conf

2005-11-30 Thread Almut Behrens
On Wed, Nov 30, 2005 at 07:35:40PM +0200, Maxim Vexler wrote: > In [/etc/apache2/apache2.conf] file there's this line : > <<< > # Include generic snippets of statements > Include /etc/apache2/conf.d/[^.#]* > >>> > > What does the [^.#]* say ? > I know that it's regular expression but I've yet to s

Help understanding this apache2 directive from apache2.conf

2005-11-30 Thread Maxim Vexler
Hi, In [/etc/apache2/apache2.conf] file there's this line : <<< # Include generic snippets of statements Include /etc/apache2/conf.d/[^.#]* >>> What does the [^.#]* say ? I know that it's regular expression but I've yet to see this regex syntax... Is it: "Match any file Not beginning with any ch