2009/6/18 Rich Bowen :
>
> On Jun 16, 2009, at 18:43, William A. Rowe, Jr. wrote:
>
>> William A. Rowe, Jr. wrote:
>>>
>>> This might be NotFoundHandler or for dir-not-file, ListingHandler.
>>
>> Sorry; not ListingHandler, but IndexHandler.
>>
>> But there is no point to a NotFoundHandler; the exis
On 6/18/09 12:57 PM, "Bob Ionescu" wrote:
> DefaultMapping /index.php
> AddHandler php_handler .php
Of course, though, php is only supported in fastcgi mode now.
Unrelated to the discussion, but, yes, I will keep saying this over and over
again until I quit seeing references to mod_php/libphp i
On Thu, 18 Jun 2009 18:57:54 +0200
Bob Ionescu wrote:
> 2009/6/17 Dan Poirier
> > It seems to me that "Default" is right - it implies what should be
> > done when no more explicit configuration applies. E.g. DefaultType,
> > DefaultIcon, etc.
> >
> > Whether this is a "Handler" I'm not so sure
2009/6/17 Dan Poirier
> It seems to me that "Default" is right - it implies what should be done
> when no more explicit configuration applies. E.g. DefaultType,
> DefaultIcon, etc.
>
> Whether this is a "Handler" I'm not so sure of.
I'd call it DefaultMapping or so to avoid confusion with SetHan
On 06/16/2009 11:57 PM, n...@apache.org wrote:
> Author: niq
> Date: Tue Jun 16 21:57:25 2009
> New Revision: 785425
>
> URL: http://svn.apache.org/viewvc?rev=785425&view=rev
> Log:
> Add DefaultHandler directive to mod_dir.
> PR 47184
>
> Modified:
> httpd/httpd/trunk/CHANGES
> httpd/h
On Jun 16, 2009, at 18:43, William A. Rowe, Jr. wrote:
William A. Rowe, Jr. wrote:
This might be NotFoundHandler or for dir-not-file, ListingHandler.
Sorry; not ListingHandler, but IndexHandler.
But there is no point to a NotFoundHandler; the existing mechanics
in ScriptAlias combined with
On Jun 17, 2009, at 08:10, Dan Poirier wrote:
"William A. Rowe, Jr." writes:
DefaultHandler implies handling all content; not no-match content.
It seems to me that "Default" is right - it implies what should be
done
when no more explicit configuration applies. E.g. DefaultType,
Default
"William A. Rowe, Jr." writes:
> DefaultHandler implies handling all content; not no-match content.
It seems to me that "Default" is right - it implies what should be done
when no more explicit configuration applies. E.g. DefaultType,
DefaultIcon, etc.
Whether this is a "Handler" I'm not so su
On 16 Jun 2009, at 23:21, André Malo wrote:
* n...@apache.org wrote:
static void register_hooks(apr_pool_t *p)
{
ap_hook_fixups(fixup_dir,NULL,NULL,APR_HOOK_LAST);
+ap_hook_fixups(fixup_dflt,NULL,NULL,APR_HOOK_LAST);
}
module AP_MODULE_DECLARE_DATA dir_module = {
Without furth
William A. Rowe, Jr. wrote:
>
> This might be NotFoundHandler or for dir-not-file, ListingHandler.
Sorry; not ListingHandler, but IndexHandler.
But there is no point to a NotFoundHandler; the existing mechanics
in ScriptAlias combined with PATH_INFO solve that problem already.
I think the inter
>
> + *) mod_dir: add DefaultHandler directive, to enable admin to specify
> + an action to happen when a URL maps to no file, without resorting
> + to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]
> +
Ixnay on the irectiveday abuseway.
DefaultHandler implies handling all content;
* n...@apache.org wrote:
> static void register_hooks(apr_pool_t *p)
> {
> ap_hook_fixups(fixup_dir,NULL,NULL,APR_HOOK_LAST);
> +ap_hook_fixups(fixup_dflt,NULL,NULL,APR_HOOK_LAST);
> }
>
> module AP_MODULE_DECLARE_DATA dir_module = {
Without further checking: should we ensure the fix
12 matches
Mail list logo