Hi,
I trying to understand how the "Require" directive works in non-trivial
cases. This is one example:
ServerName 127.0.0.1
DocumentRoot "/var/www/html/site"
Authtype Basic
Authname "site"
AuthUserFile /etc/httpd/conf/htpasswd
Require valid-user
Require all denie
On 12.03.2015 15:51, Quentin CHARRAUT wrote:
> Hi all,
>
> I really need help to understand what I'm doing wrong and how to solve my
> problems.
> Let me first explain the situation.
>
> We have an Apache webserver (Linux), in front of a Jboss application server
> which hosts many different app
On 12.02.2015 20:38, Dave Stevens wrote:
> Quoting "Rose, John B" :
>
>> Do you have a preferred web log analysis software?
>
> I use webalyzer but it depends a lot on what you are looking at, how
> many computers, and so on. logstash looks good, but doesn't fit my use
> case.
>
Webalizer isn't
In cases like these nmon is a useful tool. It's a top-like tool with the
ability to write the stats into a log file for later analysis.
It is really nice when you want the basics monitored but not install a
full monitoring solution like nagios, zabbix, etc.
Regards,
Dennis
On 27.12.2014 18:03,
I haven't been able to play with this yet but shouldn't something like this
work as well?
ProxyPass fcgi://127.0.0.1:9000
Regards,
Dennis
On 03/05/2012 03:04 PM, Daniel wrote:
I have found an alternative method that works nicely, only passes .php
files to PHP-FPM and allows the variables
On 12/06/2011 11:13 AM, Tom Evans wrote:
On Mon, Dec 5, 2011 at 3:08 PM, Dennis Jacobfeuerborn
wrote:
Hi,
I am trying to get Apache to send a file with the filename "test" that
contains html through a filter for the mime type text/html. The problem is
that even when I set a Defa
On 12/05/2011 08:56 PM, Nick Kew wrote:
On Mon, 05 Dec 2011 20:33:57 +0100
Dennis Jacobfeuerborn wrote:
Ok, so here is what I found out so far.
Thanks! Looks like we have some useful information here.
I'll take a look at the source and see if I can see anything
that looks like the
On 12/05/2011 06:55 PM, Nick Kew wrote:
On Mon, 05 Dec 2011 15:56:27 +0100
Dennis Jacobfeuerborn wrote:
Just out of interest shouldn't the FilterProtocol directive with cache=no
have the same effect as the flag and if I set the flag in the code can I
remove the directive fro
Hi,
I am trying to get Apache to send a file with the filename "test" that
contains html through a filter for the mime type text/html. The problem is
that even when I set a DefaultType in .htaccess the response doesn't
contain a Content-Type header. The browser actually displays the content as
On 12/05/2011 03:43 PM, Dennis Jacobfeuerborn wrote:
On 12/05/2011 02:12 PM, Nick Kew wrote:
On Mon, 05 Dec 2011 13:11:10 +0100
Dennis Jacobfeuerborn wrote:
The filter inserts a header and a footer in the page from two files. I can
modify these files and don't see an update when I reloa
On 12/05/2011 02:12 PM, Nick Kew wrote:
On Mon, 05 Dec 2011 13:11:10 +0100
Dennis Jacobfeuerborn wrote:
The filter inserts a header and a footer in the page from two files. I can
modify these files and don't see an update when I reload but I *do* see an
update when I shift+reload. S
On 12/05/2011 04:06 AM, Nick Kew wrote:
On 5 Dec 2011, at 02:27, Dennis Jacobfeuerborn wrote:
FilterProvider testfilter TESTFILTER "%{CONTENT_TYPE} = 'text/html'"
FilterProtocol testfilter change=yes,cache=no
FilterChain testfilter
FilterProtocol is slightly half-baked: f
Hi,
I create an output filter and have it configured like this:
FilterProvider testfilter TESTFILTER "%{CONTENT_TYPE} = 'text/html'"
FilterProtocol testfilter change=yes,cache=no
FilterChain testfilter
The filter itself works fine but the problem is that despite specifying
cache=no which accord
On 12/07/2010 08:25 PM, Joost de Heer wrote:
On Mon, December 6, 2010 02:56, Dennis Jacobfeuerborn wrote:
I just noticed that when I use ErrorDocument to server custom 404 pages
the
output filter I defined is not getting used anymore. Is there some special
configuration required to make the
On 12/06/2010 08:40 PM, Igor Galić wrote:
- "Dennis Jacobfeuerborn" wrote:
I just noticed that when I use ErrorDocument to server custom 404
pages the
output filter I defined is not getting used anymore. Is there some
special
configuration required to make the filters also work
I just noticed that when I use ErrorDocument to server custom 404 pages the
output filter I defined is not getting used anymore. Is there some special
configuration required to make the filters also work on custom error pages?
Regards,
Dennis
-
Hi,
what is the best way to handle the logging of multiple Apache instances?
I'm looking for a way to have say 10 Apache servers efficiently log to
central location so I can analyze the aggregated log-data there.
I've seen mod_log_spread but the last changelog entry is from 2006 so I'm
not sure
On 11/05/2010 03:34 PM, Tom Evans wrote:
On Fri, Nov 5, 2010 at 1:43 PM, Scott Shippee wrote:
I maintain a series of web sites for the fraternal organizations I belong to
and recently we published a set of web pages to out server for one of the
sites and we are getting:
Parse error: syntax e
On 11/05/2010 05:08 AM, Eric Covener wrote:
On Thu, Nov 4, 2010 at 10:45 PM, Dennis Jacobfeuerborn
wrote:
ErrorDocument 404 /_disabled/index.html
RewriteEngine on
RewriteRule !/_disabled/ /_force_404_
The idea was to use the rewrite rule to rewrite any access to a non-existing
page and then
message "The
requested URL /_force_404_ was not found on this server."
Regards,
Dennis
On 11/05/2010 03:31 AM, Igor Cicimov wrote:
Post the rewrite rule here.
Igor
On Nov 5, 2010 1:11 PM, "Dennis Jacobfeuerborn" mailto:denni...@conversis.de>> wrote:
Hi,
I'm
Hi,
I'm trying to find a way to always generate a 404 error using htaccess when
a directory is accessed and with mod_autoindex enabled.
That is when I access http://server/directory/ I want to get a 404 error
instead of an auto generated index.
I tried doing this with a RewriteRule but the aut
Hi,
I just saw the mention of "mod_reqtimeout" on the dev mailing list and I'm
wondering if this would be a good module to deal with a problem I'm seeing.
On one of our server I see a ddos where one IP seems to create lots of new
connections to Apache which all show up as "Reading Request" and
22 matches
Mail list logo