Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 56064 invoked from network); 14 Sep 2007 17:03:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Sep 2007 17:03:02 -0000 Received: (qmail 85122 invoked by uid 500); 14 Sep 2007 17:02:44 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 85112 invoked by uid 500); 14 Sep 2007 17:02:44 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 85101 invoked by uid 99); 14 Sep 2007 17:02:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 10:02:44 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.198.137] (HELO web31508.mail.mud.yahoo.com) (68.142.198.137) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 14 Sep 2007 17:02:39 +0000 Received: (qmail 51277 invoked by uid 60001); 14 Sep 2007 17:02:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=XevscH6ig/9gcrDfnXAtVIKMqoUCZo0mmQZlsVqJwg0P/RjpKYd/vXfd5xW9RAQNao2k05XC53trqiTZkOy3rLBUItS5wLgtZWwI+VFnhlFM1D4DGKdhS02Km43RtrQpNl8QbJuaiLGlLoVZ2xgwkM2uWmI9aqiq9tFmyEjdw/A=; X-YMail-OSG: qC5pKJQVM1nOcgy7jrtyuFi9MDmbOiyksr1qgUh1L2.Yab3JGUINoyQz.nuUbCuud9CubMjB6JEzxssMu6aaVIETeuiWDL5H8PhmIPZd9go5GJygOYsSioH9tIsj.g-- Received: from [171.66.28.254] by web31508.mail.mud.yahoo.com via HTTP; Fri, 14 Sep 2007 10:02:18 PDT Date: Fri, 14 Sep 2007 10:02:18 -0700 (PDT) From: Mukarram Syed To: users@httpd.apache.org In-Reply-To: <757249.29630.qm@web31505.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-578637419-1189789338=:51098" Content-Transfer-Encoding: 8bit Message-ID: <636935.51098.qm@web31508.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Permissions dilemma in the /var/log/httpd directory --0-578637419-1189789338=:51098 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit I think that worked! Just by adding umask 022 in apachectl startup script and restarting apache. Thanks Mukarram Syed wrote: I'll try that. Thanks. Dan_Mitton@Notes.YMP.GOV wrote: Have you tried setting the umask in your apache startup script? I'm running on Sun Solaris and I've used ACL's to get the permissions I want. Dan Please respond to users@httpd.apache.org To: users@httpd.apache.org cc: (bcc: Dan Mitton/YD/RWDOE) Subject: [users@httpd] Permissions dilemma in the /var/log/httpd directory LSN: Not Relevant User Filed as: Not a Record Hi, Here is my dilemma and I'd appreciate some help. Apache has been configured and is running fine. But other users need read permissions to the /var/log/httpd directory. Before I implemented cronolog (www.cronolog.org), I forced a permissions change to 755 in the startup script for the /var/log/httpd directory. After I implemented cronolog this does not work, since cronolog automatically changes permissions to 400. Is there a way to force permissions to 644 at least in the httpd.conf file and keep it that way even after cronolog rotates logs. I could implement chmod -R 755 /var/log/httpd via cron at midnight, but this is a crude way of doing thing. I hope there is a better, elegant way, via Apache. I again appreciate any inputs to this. thanks # mukarram syed Mukarram Syed muksyed@yahoo.com Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org Mukarram Syed muksyed@yahoo.com --------------------------------- Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. Mukarram Syed muksyed@yahoo.com --------------------------------- Need a vacation? Get great deals to amazing places on Yahoo! Travel. --0-578637419-1189789338=:51098 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit I think that worked!
Just by adding umask 022 in apachectl startup script and restarting apache.

Thanks


Mukarram Syed <muksyed@yahoo.com> wrote:
I'll try that.
Thanks.

Dan_Mitton@Notes.YMP.GOV wrote:
Have you tried setting the umask in your apache startup script? I'm
running on Sun Solaris and I've used ACL's to get the permissions I want.

Dan



Please respond to users@httpd.apache.org

To: users@httpd.apache.org
cc: (bcc: Dan Mitton/YD/RWDOE)
Subject: [users@httpd] Permissions dilemma in the /var/log/httpd
directory
LSN: Not Relevant
User Filed as: Not a Record

Hi,
Here is my dilemma and I'd appreciate some help.
Apache has been configured and is running fine. But other users need read
permissions to the /var/log/httpd directory.
Before I implemented cronolog (www.cronolog.org), I forced a permissions
change to 755 in the startup script for the /var/log/httpd directory.
After I implemented cronolog this does not work, since cronolog
automatically changes permissions to 400.
Is there a way to force permissions to 644 at least in the httpd.conf file
and keep it that way even after cronolog rotates logs.
I could implement chmod -R 755 /var/log/httpd via cron at midnight, but
this is a crude way of doing thing. I hope there is a better, elegant
way, via Apache.

I again appreciate any inputs to this.

thanks

# mukarram syed



Mukarram Syed
muksyed@yahoo.com
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user
panel and lay it on us.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org




Mukarram Syed
muksyed@yahoo.com

Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.



Mukarram Syed
muksyed@yahoo.com


Need a vacation? Get great deals to amazing places on Yahoo! Travel. --0-578637419-1189789338=:51098--