>The second arg to rotatelogs provided with Apache is the number of seconds
>after which the log gets rotated. So the above command rotates logs every
>5 seconds.
>
>Joost
The synpsis is
rotatelogs [ -l ] logfile [ rotationtime [ offset ]] | [ filesizeM ]
so you can only use it with seconds o
Whoa dude! mod_dav is 'compatible with httpd 1.3.6 and FORWARD'. My god, don't
even think about running 1.3.6!!! It will build and run fine with 1.3.33.
You either have to add a module which provides DELETE, or mod_dav. You seem
to ignore his answer; Joshua explicitly told you that Apache htt
On 2/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Apologies Joshua. Reading back my previous post it sounds slightly rude. I
> didn't
> mean it to be.
>
> I'm just hoping there's some other method to get DELETE to work rather than
> upgrading my server and enabling DAV.
>
> It's a producti
On 2/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote...
>
> "Apache 1.3 does not impliment the DELETE method with any of its
> distributed modules. You'd need to seperately download mod_dav.
> Apache 2.x comes with mod_dav."
>
> I see. The 1.3 documentation here seems to su
Apologies Joshua. Reading back my previous post it sounds slightly rude. I
didn't
mean it to be.
I'm just hoping there's some other method to get DELETE to work rather than
upgrading my server and enabling DAV.
It's a production server, and even though the upgrade needed is only from 1.3.33
to 1
Joshua Slive wrote...
"Apache 1.3 does not impliment the DELETE method with any of its
distributed modules. You'd need to seperately download mod_dav.
Apache 2.x comes with mod_dav."
I see. The 1.3 documentation here seems to suggest that DELETE would work, which
confused me...
http://httpd.ap
Boyle Owen wrote:
-Original Message-
From: Michael McCullough [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 8. Februar 2006 13:01
Yes I was trying to setup Apache and a website at home. I
know all about
the DNS stuff. My pro
I was revamping a website to use SSI, and changed all of the default pages to
.shtml.
I wrote an htaccess file (based upon the Apache 2.0 URL Rewriting Guide
example "Backward Compatibility for to migration") to do the
following:
-check to see if a file was of the format ^(.*default)
Am Mittwoch, den 08.02.2006, 13:16 -0500 schrieb Joshua Slive:
> On 2/8/06, Norman Timmler <[EMAIL PROTECTED]> wrote:
>
> >
> > Order deny,allow
> > Deny from all
> > AuthType Basic
> > AuthName "authenticate"
> > AuthUserFile /etc/apache2/.htpasswd
> > AuthGroupFile /et
Nehal Sangoi wrote:
> Hi
>
> I tried this option. But it is working differently then what i am thinking
> for.
>
> I did follwoing entries in my httpd.conf file.
>
> CustomLog "|/appl/apache/bin/rotatelogs /appl/apache/logs/mod_jk.log 5M"
The second arg to rotatelogs provided with Apache is the nu
On 2/8/06, Norman Timmler <[EMAIL PROTECTED]> wrote:
>
> Order deny,allow
> Deny from all
> AuthType Basic
> AuthName "authenticate"
> AuthUserFile /etc/apache2/.htpasswd
> AuthGroupFile /etc/apache2/.htgroups
> Require group admins
> Satisfy Any
> # WORKS
>
On 2/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm running Apache 1.3.33 and am trying to restrict a certain directory for a
> client to view, download and then delete files.
Apache 1.3 does not impliment the DELETE method with any of its
distributed modules. You'd need to sepe
On 2/8/06, David Salisbury <[EMAIL PROTECTED]> wrote:
>
> There's worse things than this, but I wonder if anyone has this weirdness.
>
> Apache 2.2, upon a server error, would send the error message
> using text as it's content-type, thereby the html would display as text
> in the browser. I fixed
Forgot to mention that i am running Apache2.
Am Mittwoch, den 08.02.2006, 18:52 +0100 schrieb Norman Timmler:
> Hello,
>
> i have strange problems to get some nested Location directives to work.
> What i want is:
>
>
> # Only accessible if username and password is supplied
>
>
>
> # Ac
Hi,
I'm running Apache 1.3.33 and am trying to restrict a certain directory for a
client to view, download and then delete files.
The restricting, viewing and downloading bit was simple enough, but the deleting
bit isn't working :-(
Here's the httpd.conf entry...
Options Indexes
AuthUserFile /
There's worse things than this, but I wonder if anyone has this weirdness.
Apache 2.2, upon a server error, would send the error message
using text as it's content-type, thereby the html would display as text
in the browser. I fixed this by changing the DefaultType to text/html
from text/plain
Hello,
i have strange problems to get some nested Location directives to work.
What i want is:
# Only accessible if username and password is supplied
# Accessible for all with no restrictions
# Accessible only for local machine (localhost)
Can somebody please provide me the right
Rather than claim solaris make isn't supported (it is) please post the
errors you get? If you are able to make the errors clear, there is a good
chance that it won't be broken by the end of this week.
On libtool, what version do you have installed and from where? It looks
like when you installe
Hi Apache users and maintainers,
Summary:
I am looking for a way to multiplex incoming SSL connections
on port 443 between Apache and an application server with an
application specific protocol that requires bidirectional
TCP transport. (See more detailed description below).
Is there a module
Hello,
When installing apache 2.2.0 on a Sparc Solaris 10 machine, I got the following
warnings...
/export/private/sources/apache/httpd-2.2.0/srclib/apr/libtool --silent
--mode=install cp mod_alias.la /opt/httpd-2.2.0/modules/
sed: command garbled: /^dlname=/{s/.*='\([^']*\)'/\1/;p}
sed: command
> -Original Message-
> From: Michael McCullough [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 8. Februar 2006 13:01
> >>
> Yes I was trying to setup Apache and a website at home. I
> know all about
> the DNS stuff. My problem was that the DNS host says I have a IP
> address that is
Thank you to Joshua and everyone else that contributed to this thread.
Not only did I learn a new Terminal command (ktrace), but I also solved
the problem and have a slightly better understanding of how Apache
recommends *.conf files be laid out. It turns out the one that was
setup for us pre
Hi, I am also having the problem in rotatelogs for errorlogs. In this case, Unless giving it as Errorlog "|C:/app2/bin/rotatelogs.exe C:/log/log123 1M" it does not work. Means it requires to absolute path. But if I give Errorlog logs/apache.log then it works, and if the directory
> Yes I was trying to setup Apache and a website at home. I know all about
> the DNS stuff. My problem was that the DNS host says I have a IP
> address that is different then what my ISP gave me. I even tried to
> setup a static IP on my computer but the DNS host still says a different
> IP addr
ludi wrote:
You can use the acls of ntfs with apache.Does it work?
2006/2/6, Boyle Owen <[EMAIL PROTECTED]>:
-Original Message-
From: Michael McCullough [mailto:[EMAIL PROTECTED]
Sent: Montag, 6. Februar 2006 15:19
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Help!
This may be a bit off-topic, but I don't see a better place to ask. Also, I
couldn't find a good answer via Google. I am trying to set up a webDAV drop
box. I have DAV set up and working as expected, except that if I set up a
directory like so:
Dav On
AuthType Basic
AuthName "Webda
I am surprised to learn that the default value for MaxClients on a Debian
install is as low as 20.
The value of MaxClients depends on a number of factors including the number of
requests per second and the time required to serve each request. The longer it
takes to serve a request, the longer a
Hi
I tried this option. But it is working differently then what i am thinking
for.
I did follwoing entries in my httpd.conf file.
CustomLog "|/appl/apache/bin/rotatelogs /appl/apache/logs/mod_jk.log 5M"
common
CustomLog "|/appl/apache/bin/rotatelogs /appl/apache/logs/SMLOG.txt 5M"
common
CustomL
Try logrotate:
http://iain.cx/src/logrotate/
On 2/8/06, Nehal Sangoi <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I need to rotate logs in apache 2.0 once they reach the size limit of 5 MB.
> What commands would work to carry out the reqd. job?
>
> Thanks
> Nehal
>
>
> --
29 matches
Mail list logo