apache build reports one unpackaged file:
   /etc/httpd/conf.d/80_cgi-bin.conf

it comes from:
Source26:       %{name}-mod_alias.conf
install %{SOURCE26} $CFG/80_cgi-bin.conf

and contains:
<IfModule alias_module>
        # ScriptAlias: This controls which directories contain server scripts.
        # ScriptAliases are essentially the same as Aliases, except that
        # documents in the target directory are treated as applications and
        # run by the server when requested rather than as documents sent to the
        # client.  The same rules about trailing "/" apply to ScriptAlias
        # directives as to Alias.
        #
        ScriptAlias /cgi-bin/ "/home/services/httpd/cgi-bin/"
</IfModule>

Should it be packaged in apache-mod_cgi, apache-mod_alias, or nowhere?


-- 
Jakub Bogusz    http://qboosh.cs.net.pl/
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to