RE: Not recognising httpd.conf params

2006-09-12 Thread Gerald Richter
> > As follows > > ls -lah test/tmp/test.log > -rw-rw-rw- 1 root wheel 0B Sep 12 13:23 test/tmp/test.log > Mmmh, this really look ok, so it looks like we have a general problem on MacOS (there was some similar report some time ago). I guess this is something with dynamic linking or whateve

RE: Not recognising httpd.conf params

2006-09-12 Thread Gerald Richter
> > Yes permissions is fine, in fact when running make test then > it adds to this file, But this (the offline tests) runs with a different userid, than Apache does > only when running > > make test TESTARGS="-hi" does the file not get written to > If the file is already there, delete it,

Re: Not recognising httpd.conf params

2006-09-12 Thread Pete Moran
Gerald, Yes permissions is fine, in fact when running make test then it adds to this file, only when running make test TESTARGS="-hi" does the file not get written to Pete Gerald Richter wrote: Gerald the test/tmp/test.log is empty. That is very strange. Could you check

RE: Not recognising httpd.conf params

2006-09-12 Thread Gerald Richter
> > Gerald the test/tmp/test.log is empty. > That is very strange. Could you check that the user Apache run as (normaly nobody) has is able to create a file in test/tmp ? Gerald > Gerald Richter wrote: > > Heres the output > > > > >

Re: Not recognising httpd.conf params

2006-09-11 Thread Pete Moran
Gerald the test/tmp/test.log is empty. Gerald Richter wrote: Heres the output Could you send me the corresponding test/tmp/test.log file? Gerald Regards sudo make test TESTARGS="-hi" Password: PERL_DL_NONLAZY=0 /opt/local/bin/perl "-Iblib/lib" "-Iblib/arch" t

RE: Not recognising httpd.conf params

2006-09-11 Thread Gerald Richter
> > Heres the output > Could you send me the corresponding test/tmp/test.log file? Gerald > Regards > > sudo make test TESTARGS="-hi" > Password: > PERL_DL_NONLAZY=0 /opt/local/bin/perl "-Iblib/lib" > "-Iblib/arch" test.pl -hi > > loading...ok > > > Performing httpd s

Re: Not recognising httpd.conf params

2006-09-05 Thread Pete Moran
Heres the output Regards sudo make test TESTARGS="-hi" Password: PERL_DL_NONLAZY=0 /opt/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl -hi loading...    ok Performing httpd syntax check 1 ...  ok Performing httpd syntax check 2 ...  ok Starting httpd...   [Tue S

RE: Not recognising httpd.conf params

2006-09-05 Thread Gerald Richter
Hi, > > Output from two sources were > Looks ok, so let us try the other way run, please run make test TESTARGS="-hi" This will run all httpd test. Let's see which works and which not Gerald ** Virus checked by BB-5000 Mailfilter ** --

RE: Not recognising httpd.conf params

2006-09-04 Thread Gerald Richter
-5000.info --- > -Original Message- > From: Pete Moran [mailto:[EMAIL PROTECTED] > Sent: Friday, September 01, 2006 10:26 AM > To: Gerald Richter > Cc: [email protected] > Subject: Re: Not recognising httpd.conf params > > Hi Gerald, > > Got a lit

Re: Not recognising httpd.conf params

2006-09-01 Thread Pete Moran
Hi Gerald, Got a little further, but ran into a few problems worth noting. 1)  Have had this documented before, but worth noting, OS X creates Embperl.bundle instead of Embperl.so, so the Embperl.bundle needs to be copied to the Embperl.so for the test to continue. 2)  I got problems with gra

RE: Not recognising httpd.conf params

2006-08-31 Thread Gerald Richter
Hi Pete, > > Sorry for late reply, I tried the whole thing again and now > get this when make test > > I have added the updates from the other Mac users on the list > by updating the eputil.c and adding the > > #define __BSD_VISIBLE 1 (thanks Brian) > > > However it still fails on the make

Re: Not recognising httpd.conf params

2006-08-24 Thread Pete Moran
Hi Gerald, Sorry for late reply, I tried the whole thing again and now get this when make test I have added the updates from the other Mac users on the list by updating the eputil.c and adding the #define __BSD_VISIBLE 1 (thanks Brian) However it still fails on the make test #232 rtf/rtfm

RE: Not recognising httpd.conf params

2006-08-18 Thread Gerald Richter
Hi, > > I have just installed apache 2.2.3 with Embperl 2.2.0 on OS > X 10.4, corrected the issues which fellow users have had and > got it to compile. Now none of the httpd.conf parameters > get used. Did you get any error message when you start the httpd? Does make test succeed? Geral

Not recognising httpd.conf params

2006-08-17 Thread Pete Moran
Hi, I have just installed apache 2.2.3 with Embperl 2.2.0  on OS X 10.4, corrected the issues which fellow users have had and got it to compile.  Now none of the httpd.conf  parameters get used.  Example config is as so LoadModule perl_module modules/mod_perl.so LoadModule embperl_module    /

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
On Thursday 22 April 2004 11:37 pm, Gerald Richter wrote: > Beau E. Cox wrote: > > On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote: > >> Hi, > >> > >>> I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and > >>> perl 5.8.4. > >>> > >>> If I put this in my httpd.conf: > >>> > >>> Emb

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Gerald Richter
Beau E. Cox wrote: > On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote: >> Hi, >> >>> I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and >>> perl 5.8.4. >>> >>> If I put this in my httpd.conf: >>> >>> Embperl_Options optReturnError >> >> While I have coded this feature (to

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
On Thursday 22 April 2004 10:50 pm, Gerald Richter wrote: > Hi, > > > I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and > > perl 5.8.4. > > > > If I put this in my httpd.conf: > > > > Embperl_Options optReturnError > > While I have coded this feature (to use names instead of numb

Re: Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Gerald Richter
Hi, > > I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and > perl 5.8.4. > > If I put this in my httpd.conf: > > Embperl_Options optReturnError > While I have coded this feature (to use names instead of numbers), it is not documentated, because it is not tested and so I don't kn

Loop in starting httpd when using Embperl_Options symbolic params

2004-04-23 Thread Beau E. Cox
Hi - I am using cvs Embperl on cvs Apache2.1/cvs mod_perl 2 and perl 5.8.4. If I put this in my httpd.conf: Embperl_Options optReturnError httpd 'loops' (top shows 99+ percent cpu for httpd). But this works: Embperl_Options 262144 Aloha => Beau;

Re: @params

2000-10-18 Thread Andre Landwehr
On Wed, Oct 18, 2000 at 08:49:16PM +0200, Gerald Richter wrote: > >yet. But as far as I can see those effects only appeared in > >conjunction with [* (don't know if this has anything to do with > >it though, I just mention because it is a feature considered > >experimental in 1.x) and declaration

Re: @params

2000-10-18 Thread Gerald Richter
- From: "Andre Landwehr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 18, 2000 6:57 PM Subject: Re: @params - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: @params

2000-10-18 Thread Andre Landwehr
On Wed, Oct 18, 2000 at 05:30:14AM +0200, Gerald Richter wrote: > > Does @params hold values for more than the next page? > > If you mean the next http request than the answer is: No. > > Older versions of Embperl may show such a behaviour, if the array that you > had p

Re: @params

2000-10-17 Thread Gerald Richter
> where is the @params array in embperl? > i always use %fdat and @ffld in embperl for submitted page parameters. > @param (BTW. must be @param, not @params) get the values you pass to an Embperl-page when it is called via Execute

Re: @params

2000-10-17 Thread Gerald Richter
> Does @params hold values for more than the next page? If you mean the next http request than the answer is: No. Older versions of Embperl may show such a behaviour, if the array that you had passed as reference to Execute still exists on the new request. If you don't use 1.3b5

Re: @params

2000-10-17 Thread ___cliff rayman___
where is the @params array in embperl? i always use %fdat and @ffld in embperl for submitted page parameters. [EMAIL PROTECTED] wrote: > I'm seeing some unexpected behavior from the @params array. I have an > embperl page that expects three parameters either from %fdat or @params.

@params

2000-10-17 Thread madkins
I'm seeing some unexpected behavior from the @params array. I have an embperl page that expects three parameters either from %fdat or @params. The page has html links on it that point to itself and pass these parameters. The first time the page loads, however, is through an Execute stat

RE: HELP with Execute and params - it is very urgent

2000-07-14 Thread Gerald Richter
al Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of nickyk > Sent: Thursday, July 13, 2000 11:13 AM > To: [EMAIL PROTECTED] > Subject: HELP with Execute and params - it is very urgent > > > Hi folks > > I nead to make some pages that pa

HELP with Execute and params - it is very urgent

2000-07-13 Thread nickyk
Hi folks I nead to make some pages that pass data forth and back Here is the source of it: test.html: - [! sub getVals() { HTML::Embperl::Execute ({inputfile => './test1.html',output => \$restbl, req $escmode = 0; } !]