Re: Specifying File Permissions for Apache/MP2 created files

2005-03-07 Thread Stas Bekman
jonathan vanasco wrote: This was in reference to : case a) open FILE , ">/path/to/file"; [...] right now i just umask before the file creation each time, and that works, but like everyone else here, i want what works best I see. In which case it has nothing to do in particular with modperl. It

Re: Specifying File Permissions for Apache/MP2 created files

2005-03-07 Thread jonathan vanasco
This was in reference to : case a) open FILE , ">/path/to/file"; print FILE ""; close FILE; case b) $upload = $apr->upload("identifier"); $upload->link("/path/to/file"); I'm sure there are other cases, such as In any event: files are created oct(600) directories are

Re: Specifying File Permissions for Apache/MP2 created files

2005-03-07 Thread Stas Bekman
jonathan vanasco wrote: I can't seem to find this in the books or online docs All files seem to be created 600 owned by the Apache user/group - which is a little annoying for me is there a setting available? Could you please be more specific, jonathan? What 'all files' are you talking about? mo

Re: [mp2] make test fails completely

2005-03-07 Thread Stas Bekman
Phil Dobbin wrote: I'm trying to compile modperl-2.0_20050305233800 with Apache 2.0.47 on OS X.2.8 and I'm getting at the beginning of `make test': --- waiting 120 seconds for server to start: .Syntax error on line 2164 of /Users/phil/De

Re: meta.iml

2005-03-07 Thread Stas Bekman
Octavian Rasnita wrote: Hi, I am trying to re-install mod_perl using cpan module, and it gives me a warning which tells that meta.iml or something like that is missing. Is this file very important? If yes, where can I get it from, and where do I need to put it? No Teddy, please ignore it. we will

Re: Problem using Cleanuphandler for SizeLimit

2005-03-07 Thread Perrin Harkins
On Mon, 2005-03-07 at 17:22 +0800, victor wrote: > I did a hard stop, actually though we turned on perfreshreseart we never > do 'restart' on apache, I have gone so far as of changing the apachectl > so restart actually stop and start the server. > > I will try again with this turned off later t

Re: [mp1] Apache::SizeLimit + Solaris 10

2005-03-07 Thread Perrin Harkins
On Mon, 2005-03-07 at 14:23 -0600, Ian Joyce wrote: > Solaris 10 has an osvers of 2.10. Apache::SizeLimit says 2.10 <= 2.6 > (line 168) so it tells me "Apache::SizeLimit not implemented on your > platform." when it clearly it is. I don't have a Solaris box to test it on. Can you make the change a

[mp1] Apache::SizeLimit + Solaris 10

2005-03-07 Thread Ian Joyce
Solaris 10 has an osvers of 2.10. Apache::SizeLimit says 2.10 <= 2.6 (line 168) so it tells me "Apache::SizeLimit not implemented on your platform." when it clearly it is. --Ian

Re: errors

2005-03-07 Thread Geoffrey Young
Octavian Rasnita wrote: > No, not all the tests passed. Two tests were not passed, and I thought the > error log I've sent tells more. please see http://perl.apache.org/docs/2.0/user/help/help.html#_C_make_test___Failures since you have just two tests that do not pass, please follow the direc

Re: errors

2005-03-07 Thread Octavian Rasnita
No, not all the tests passed. Two tests were not passed, and I thought the error log I've sent tells more. Thanks. Teddy - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "Octavian Rasnita" <[EMAIL PROTECTED]> Cc: Sent: luni, 07 martie 2005 16:21 PM Subject: Re: error

Re: errors

2005-03-07 Thread Geoffrey Young
Octavian Rasnita wrote: > Hi, > > After installing mod_perl, I saw the following errors in t/logs/error_log: > > Please tell me if these are fatal errors and if they won't let mod_perl run > correctly. > *** The following warn entry is expected and harmless *** that this appears before every

Re: Specifying File Permissions for Apache/MP2 created files

2005-03-07 Thread jonathan vanasco
It should -- but a lot of other 'environments' / 'frameworks' have "ideal" ways to set it. for instance the Exim MTA will let you hardcode it into the binary as a global value, or set it in certain places for different behavior I'm wondering if mod_perl has a similar mechanism On Mar 7, 2

errors

2005-03-07 Thread Octavian Rasnita
Hi, After installing mod_perl, I saw the following errors in t/logs/error_log: Please tell me if these are fatal errors and if they won't let mod_perl run correctly. Thank you END in modperl_extra.pl, pid=13062 [Mon Mar 07 11:52:23 2005] [notice] Apache/2.0.52 (Unix) world domination series/2.0

Re: Problem using Cleanuphandler for SizeLimit

2005-03-07 Thread victor
I did a hard stop, actually though we turned on perfreshreseart we never do 'restart' on apache, I have gone so far as of changing the apachectl so restart actually stop and start the server. I will try again with this turned off later today and see if I get any complain tomorrow. Tor. Perrin

Re: Problem using Cleanuphandler for SizeLimit

2005-03-07 Thread victor
Hi Perrin, thanks very much for your reply. This is all I have in the config file PerlFreshRestartOn PerlRequire /usr/local/site/libperl/startup_for_proxy.pl PerlFixupHandlerApache::SizeLimit #PerlCleanupHandler Apache::SizeLimit PerlTransHandlerMy::setupVho

Re: Specifying File Permissions for Apache/MP2 created files

2005-03-07 Thread Tom Schindl
Doesn't that depend on the umask set for the user? Tom jonathan vanasco wrote: I can't seem to find this in the books or online docs All files seem to be created 600 owned by the Apache user/group - which is a little annoying for me is there a setting available?

Re: [mp2] make test fails completely

2005-03-07 Thread Phil Dobbin
On 06/03/2005 @ 03:03 GMT, Perrin Harkins, [EMAIL PROTECTED], wrote: >On Sun, 2005-03-06 at 18:41 +, Phil Dobbin wrote: >> I'm trying to compile modperl-2.0_20050305233800 with Apache 2.0.47 on >>OS X.2.8 and I'm getting at the beginning of `make test': >> >>

meta.iml

2005-03-07 Thread Octavian Rasnita
Hi, I am trying to re-install mod_perl using cpan module, and it gives me a warning which tells that meta.iml or something like that is missing. Is this file very important? If yes, where can I get it from, and where do I need to put it? Thank you. Teddy