On 10/28/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
>
> On Oct 28 2007 14:16, Joshua Slive wrote:
> >On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
> >> Hi,
> >>
> >>
> >> .php files are skipped when mod_negotiation looks for files.
> >
> >This is just a guess, but perhaps you are using
On Oct 28 2007 14:16, Joshua Slive wrote:
>On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>>
>> .php files are skipped when mod_negotiation looks for files.
>
>This is just a guess, but perhaps you are using AddType rather than
>AddHandler to activate php and need to read
>http:/
On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> .php files are skipped when mod_negotiation looks for files.
This is just a guess, but perhaps you are using AddType rather than
AddHandler to activate php and need to read
http://mark.tranchant.co.uk/notes/multiviews
Joshua.
---
Hi,
.php files are skipped when mod_negotiation looks for files.
Nailed it down to around the
while (apr_dir_read(&dirent, APR_FINFO_DIRENT, dirp) == APR_SUCCESS) {
loop in mod_negotation.c:read_types_multi().
Going to http://foo.bar/dead/ gives the following after adding printfs:
(/dead.ph