[us...@httpd] Re: Content-Type text.html for DirectoryIndex (1.3.x)

2010-01-24 Thread Jonathan Hayward
I've found a partial workaround for this. I commented out: #RewriteRule ^/index.html$ / [R=301,L] And wrote another RewriteRule: RewriteRule ^(.*/)$ $1index.html [L] The same URL is displayed; load http://jonathanscorner.com/admin/ and the URL displayed in the browser window is the URL

Re: [us...@httpd] Whole HTML pages in error log (1.3.x)

2010-01-24 Thread Jonathan Hayward
On Mon, Jan 4, 2010 at 5:54 AM, Daniel Reinhardt wrote: > > From: Jonathan Hayward > Sent: 04 January, 2010 3:35 > To: users@httpd.apache.org > Subject: [us...@httpd] Whole HTML pages in error log (1.3.x) > Our system has rapidly growing error logs filling up the disk. It appears > that much or a

[us...@httpd] Content-Type text.html for DirectoryIndex (1.3.x)

2010-01-24 Thread Jonathan Hayward
I am getting an error in my log if I visit http://jonathanscorner.com/admin/but not http://jonathanscorner.com/admin/index.html under Apache 1.3.x. The two URL's serve up the same file; on a visit to http://jonathanscorner.com/admin/ , DirectoryIndex pulls up the same index.html (that directory has

Re: [us...@httpd] FilesMatch / Location

2010-01-24 Thread Paulo Martinez
Am 24.01.2010 um 20:39 schrieb Eric Covener: On Sun, Jan 24, 2010 at 12:15 PM, Paulo Martinez wrote: Order allow,deny Deny from all Order deny,allow Allow from all http://example.com/rsrcdav/.htaccess i get the content of the file. Location* is applied after Fi

Re: [us...@httpd] FilesMatch / Location

2010-01-24 Thread Eric Covener
On Sun, Jan 24, 2010 at 12:15 PM, Paulo Martinez wrote: >   >    Order allow,deny >    Deny from all >   >     >         Order deny,allow >         Allow from all > http://example.com/rsrcdav/.htaccess > > i get the content of the file. Location* is applied after Files*: http://httpd.apache.org/

[us...@httpd] FilesMatch / Location

2010-01-24 Thread Paulo Martinez
Hello List, i wonder why this doesn't apply ... ### In my main httpd.conf i have Order allow,deny Deny from all This directive is not in any container, just straight forward in httpd.conf

[us...@httpd] Re: How to set ENV variable to an apache log directive?

2010-01-24 Thread Dan Poirier
> "jbiskofski" == jbiskofski writes: jbiskofski> Hello, Im using Apache 2.0.63 and a module called jbiskofski> mod-log-firstbyte that enables a log directive %F which jbiskofski> is very similar %D. The difference is instead of storing jbiskofski> the time it takes to serve t