You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Herson <he...@gmail.com> on 2009/04/12 22:50:04 UTC

[users@httpd] Wildcard patterns not allowed in Include /home/www/*/*.conf

I need include all .conf files in all directories in /home/www/, and i
have Syntex error with this:

httpd: Syntax error on line 506 of /etc/httpd/httpd.conf: Wildcard
patterns not allowed in Include /home/www/*/*.conf

Why this dont work?
Have another way to make this?

Tanks

-- 
Herson Leite
<hersonls EM gmail.com>
<hersonls EM s1solucoes.com.br>
<hersonls EM opens1.com>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: Wildcard patterns not allowed in Include /home/www/*/*.conf

Posted by Michelle Konzack <li...@tamay-dogan.net>.
Am 2009-04-13 08:04:38, schrieb Dan Poirier:
> Looking at the code, wildcards are only allowed in the last component of
> the path.  So "Include /home/www/foo/*.conf" is okay, but not "Include
> /home/www/*/httpd.conf".

I wish, it could...

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
<http://www.tamay-dogan.net/>                 Michelle Konzack
<http://www.can4linux.org/>                   Apt. 917
<http://www.flexray4linux.org/>               50, rue de Soultz
Jabber linux4michelle@jabber.ccc.de           67100 Strasbourg/France
IRC #Debian (irc.icq.com)                     Tel. DE: +49 177 9351947
ICQ #328449886                                Tel. FR: +33  6  61925193

[users@httpd] Re: Wildcard patterns not allowed in Include /home/www/*/*.conf

Posted by Dan Poirier <po...@pobox.com>.
Looking at the code, wildcards are only allowed in the last component of
the path.  So "Include /home/www/foo/*.conf" is okay, but not "Include
/home/www/*/httpd.conf".

-- 
Dan Poirier <po...@pobox.com>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org