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
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
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
3 matches
Mail list logo