Hi,

Is there any strong reason why directory configuration is not merged?

Consider the following example:

<Directory "/home/example/www">
  AddHandler fcgid-script .php
  FCGIWrapper "/home/example/fcgi/php4.global" .php
/Directory>

<Directory "/home/example/www/subdirectory">
  AddHandler fcgid-script .pl
  FCGIWrapper "/home/example/fcgi/ruby.0" .pl
</Directory>

The directive "AddHandler fcgid-script .php" is merged by Apache, but 
"FCGIWrapper" is not by mod_fcgid, hence a kind of an inconsistency occurs.

I think it is an Apache native-behavior that the ".php" FCGIWrapper is 
enabled for "/home/example/www/subdirectory" as well, because it is 
defined in an upper directory.
Please advise. Thanks.

Best Regards,
Ivan Zahariev


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to