Thu, 23 Feb 2012 kirjutas Miguel González Castaños
:
Is there any tool that performs automatic checks against Apache (or
Tomcat) log files? I want to be able to monitor when something is
going wrong that needs attention from me instead of reading all logs
from Apache.
The tool that mig
> Would this work:
>
>
> SetHandler perl-script
> PerlResponseHandler ...
> PerlSetVar ...
>
>
>
> SetHandler None
> AuthType Basic
> AuthName "Admin"
> AuthUserFile /path/to/passwords
> Require user admin
> Options None
> Order allow,deny
> Allow from all
>
>
>
> SetHandler None
> AuthType No
> I have some settings inside a block that I need applied
> to all but those same files:
>
> /folder/file.html
> /folder/file.txt
>
> Can that be done or do I need to use a separate VirtualHost for those
> files?
>>
>> Does anyone know if this can be done?
>>
>> - G
On Tue, Feb 28, 2012 at 2:32 PM, Anam Ali Khan wrote:
> Hello,
>
> I would like to implement following configurations in Apache web server:
>
> Static content switching (forwarding) of files in Apache to lightweight web
> servers -> Servers like thttpd/lightttpd
> Responce should be return directl
Hi all
[I'm re-reading this, and it is a bit of a convoluted setup - I
appreciate any eyes that read this!]
Hardware: 2 x Dell 2850, 2 x Xeon 5140 2.33 GHz, 4 GB RAM
OS: FreeBSD 7.1-RELEASE-p4
Server version: Apache/2.2.22 (FreeBSD)
Server built: Feb 13 2012 22:29:44
At $JOB we use Apache to s
Hello,
I would like to implement following configurations in Apache web server:
1. Static content switching (forwarding) of files in Apache to
lightweight web servers -> Servers like thttpd/lightttpd
2. Responce should be return directly by those lightweight web servers.
Waitin
Thanks a lot for pointing me out this page. I do understand now why this
doesn't exist by default.
Wouldn't it be possible to modify mpm-itk a bit to fork as connected
user instead of statically defined users ?
On Tue, 2012-02-28 at 08:32 -0500, Mark Montague wrote:
> On February 28, 2012 3:32 ,
On February 28, 2012 3:32 , =?ISO-8859-1?Q?Micka=EBl_CAN=C9VET?=
wrote:
I'd like to know if there is a way to tell apache httpd to fork as
'REMOTE_USER' instead of 'User' variable defined in httpd.conf.
The idea is to export a filesystem through HTTP (Dav), and instead of
giving apache's user r
Hi
I have a webdav server with separate home directories. Every user has
his own directory.
And we have one config file per user:
Options Indexes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
AuthName "server authentification"
AuthType basic
On Tue, Feb 28, 2012 at 12:29 AM, Grant wrote:
I have some settings inside a block that I need applied
to all but those same files:
/folder/file.html
/folder/file.txt
Can that be done or do I need to use a separate VirtualHost for those
files?
>
> Does anyo
Hi,
I'd like to know if there is a way to tell apache httpd to fork as
'REMOTE_USER' instead of 'User' variable defined in httpd.conf.
The idea is to export a filesystem through HTTP (Dav), and instead of
giving apache's user read/write access on the files and play
with .htaccess for each folder,
11 matches
Mail list logo