-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jonathan Coles wrote:
| Specifying only *.conf would make sense. However, my conf.d directory
| contains symbolic links to LDAP-related .conf files and these links are
| not named with the .conf extension. Would "include conf.d/*.conf" then
| miss these files?
( Assuming the directive is Include conf.d/*.conf )
if the link is named "conf.d/ldap-1.conf" and it links to "/tmp/foo.bar"
~ then Apache WILL include it.
if thie link is named "conf.d/foo.bar" and it links to "/tmp/foo.bar"
then Apache will NOT include it.
|
| Ryan Schmidt wrote:
|> It depends on how your httpd.conf is set up. If it includes a line like:
|>
|> Include conf.d/*
|>
|> Then every file in the conf.d directory will be included regardless of
|> extension. If instead it says:
|>
|> Include conf.d/*.conf
|>
|> Then only .conf files should get included.
|
|
| ---------------------------------------------------------------------
| To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
| For additional commands, e-mail: users-help_at_subversion.tigris.org
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIx94WncA1vsK8U70RAhViAJ9JEv3scLyAT1a9TIliGuP2IJj3vgCgp9Aj
8yTMu3vAYWf7M2rfYu+eGh4=
=TPRu
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-10 16:48:21 CEST