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
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
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
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
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/
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
> "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