Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Kateri Abeyta
I'm not seeing any other files called index.something in any of our virtual
hosts.  This same thing happens on all of them (kids.denverlibrary.org,
teens.denverlibrary.org, etc.).

Thanks for your help!

Kateri

On 8/24/07, Vincent Bray [EMAIL PROTECTED] wrote:

 On 24/08/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
  We are running Apache HTTP Server Version 2.2.
  I'm using the following code:
 
  !--#config timefmt=%A, %B %d, %Y --
  !--#echo var=DATE_LOCAL --
 
  in which the time format works fine when I access the page as
  http://denverlibrary.org/index.html , but
  when I access the page from http://denverlibrary.org (without the
 index.html
  filename specified) the time formatting does not work.

 How very strange.. Are you sure there's no other files lying around
 called index.something? If not I'll see if I can reproduce the error
 here.

 --
 noodl

 -
 The official User-To-User support forum of the Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Vincent Bray
On 24/08/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
 I'm not seeing any other files called index.something in any of our virtual
 hosts.  This same thing happens on all of them (kids.denverlibrary.org,
 teens.denverlibrary.org, etc.).

I didn't mean index.something literally..

I also can't reproduce the issue. The date comes out the same way for
me, as I'd expect. So I still suspect you have some other file that's
being invoked due to mod_dir and DIrectoryIndex. Something other than
index.html, that is.

-- 
noodl

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Joshua Slive
On 8/23/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
 We are running Apache HTTP Server Version 2.2.
 I'm using the following code:

 !--#config timefmt=%A, %B %d, %Y --
 !--#echo var=DATE_LOCAL --

 in which the time format works fine when I access the page as
 http://denverlibrary.org/index.html , but when I access the
 page from http://denverlibrary.org (without the index.html filename
 specified) the time formatting does not work.

 Does any one have any ideas about why this is happening?  My UNIX Admin
 isn't sure what could be going on.

This appears to be the following issue:
http://issues.apache.org/bugzilla/show_bug.cgi?id=39369
which, unfortunately, has not been further debugged.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] config timefmt not working without a filename

2007-08-24 Thread Kateri Abeyta
Thanks so much for the link.  I'll keep an eye on that bug for a fix.

Kateri

On 8/24/07, Joshua Slive [EMAIL PROTECTED] wrote:

 On 8/23/07, Kateri Abeyta [EMAIL PROTECTED] wrote:
  We are running Apache HTTP Server Version 2.2.
  I'm using the following code:
 
  !--#config timefmt=%A, %B %d, %Y --
  !--#echo var=DATE_LOCAL --
 
  in which the time format works fine when I access the page as
  http://denverlibrary.org/index.html , but when I access the
  page from http://denverlibrary.org (without the index.html filename
  specified) the time formatting does not work.
 
  Does any one have any ideas about why this is happening?  My UNIX Admin
  isn't sure what could be going on.

 This appears to be the following issue:
 http://issues.apache.org/bugzilla/show_bug.cgi?id=39369
 which, unfortunately, has not been further debugged.

 Joshua.

 -
 The official User-To-User support forum of the Apache HTTP Server Project.
 See URL:http://httpd.apache.org/userslist.html for more info.
 To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




[EMAIL PROTECTED] config timefmt not working without a filename

2007-08-23 Thread Kateri Abeyta
We are running Apache HTTP Server Version 2.2.
I'm using the following code:

!--#config timefmt=%A, %B %d, %Y --
!--#echo var=DATE_LOCAL --

in which the time format works fine when I access the page as
http://denverlibrary.org/index.html , but when I access the page from
http://denverlibrary.org (without the index.html filename specified) the
time formatting does not work.

Does any one have any ideas about why this is happening?  My UNIX Admin
isn't sure what could be going on.

Thanks for any help,
Kateri