RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Oliver.Schaudt
>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

Re: [EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread William A. Rowe, Jr.
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

Re: [EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread Joshua Slive
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

[EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread ahall
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

[EMAIL PROTECTED] Re: Allow HTTP DELETE method?

2006-02-08 Thread ahall
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

Re: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Michael McCullough
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

[EMAIL PROTECTED] mod_rewrite problem with cgi-bin pages`

2006-02-08 Thread Bruce Hodo
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)

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
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

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Joost de Heer
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

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread 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 /etc/apache2/.htgroups > Require group admins > Satisfy Any > # WORKS >

Re: [EMAIL PROTECTED] Allow HTTP DELETE method?

2006-02-08 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] 2.2 ErrorDocument weirdness

2006-02-08 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
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

[EMAIL PROTECTED] Allow HTTP DELETE method?

2006-02-08 Thread ahall
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 /

[EMAIL PROTECTED] 2.2 ErrorDocument weirdness

2006-02-08 Thread David Salisbury
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

[EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread 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 # Accessible for all with no restrictions # Accessible only for local machine (localhost) Can somebody please provide me the right

Re: [EMAIL PROTECTED] make install error with apache 2.2.0 and Solaris 10

2006-02-08 Thread William A. Rowe, Jr.
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

[EMAIL PROTECTED] Apache module to pass "decrypted socket" to application server?

2006-02-08 Thread Claus Fischer
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

[EMAIL PROTECTED] make install error with apache 2.2.0 and Solaris 10

2006-02-08 Thread Jose Marcio Martins da Cruz
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

RE: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Boyle Owen
> -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

Re: [EMAIL PROTECTED] DirectoryIndex in *.conf WAS 403 Forbidden Error

2006-02-08 Thread Jonathan S. Abrams
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

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Sheetal D
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

Re: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Sean Davis
> 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

Re: [EMAIL PROTECTED] Help! - question about file permissions and apache

2006-02-08 Thread Michael McCullough
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!

[EMAIL PROTECTED] WebDAV drop box configuration

2006-02-08 Thread Sean Davis
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

RE: [EMAIL PROTECTED] Why the sudden need to raise MaxClients?

2006-02-08 Thread Axel-Stéphane SMORGRAV
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

RE: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Nehal Sangoi
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

Re: [EMAIL PROTECTED] RotateLogs in Apache 2.0

2006-02-08 Thread Victor Trac
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 > > > --