RE: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
It looks like a CGI without ScriptAlias Ruben On Mon, 2005-06-20 at 01:31, Gerald Richter wrote: > > > > Actually it does seem to be open with lsof, but no log file. > > Should I open one in /tmp ? > > > > The log file is opened on the first request, so it is ok that it isn't open > at this

RE: mod_perl/embperl compiling

2005-06-19 Thread Gerald Richter
> > Nothing works > Yes, of course... You have > see http://www.nylxs.com/test.html > And > > SetHandler perl-script > PerlHandler Embperl > Options ExecCGI > So how should it work, if you tell Apache only to execute Embperl under the x director

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
> > Could you more in detail describe what you try to do and what works and what > doesn't? > > Gerald > Maybe you'll see something I'm missing. Heres the whole httpd.conf file version 112233 > > - > To unsubscribe, e-

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
I out of ideas. I've never had problems installing this before with Apache 1.3 Something is fundementally not correct either on the compile or the configuration. Ruben On Mon, Jun 20, 2005 at 07:31:56AM +0200, Gerald Richter wrote: > > > > Actually it does seem to be open with lsof, but no log

RE: mod_perl/embperl compiling

2005-06-19 Thread Gerald Richter
> > Actually it does seem to be open with lsof, but no log file. > Should I open one in /tmp ? > The log file is opened on the first request, so it is ok that it isn't open at this time Also your httpd.conf seems to be ok, could you just add a line Embperl_UseEnv on Does Apache still start

RE: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
I got that line DocumentRoot "/usr/local/apache/htdocs" PerlModule Embperl and in the virtual host section On Mon, 2005-06-20 at 00:22, Gerald Richter wrote: > > > > Relavent sections of httpd.conf in Apache 2 is as follows > > > > LoadModule perl_module modules/mod_perl.so LoadModule

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
Actually it does seem to be open with lsof, but no log file. Should I open one in /tmp ? Ruben lsof |grep Emb httpd 14707root mem REG8,3 593794 13680589 /usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi/auto/Embperl/Embperl.so httpd 14708 nobody

RE: mod_perl/embperl compiling

2005-06-19 Thread Gerald Richter
> > Relavent sections of httpd.conf in Apache 2 is as follows > > LoadModule perl_module modules/mod_perl.so LoadModule > embperl_module > /usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi/auto/Em bperl/Embperl.so > Also add a PerlModule Embperl Gerald

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
On Sun, Jun 19, 2005 at 07:19:00PM -0700, allen haim wrote: > I had the same problem -- the problem is that CGI.pm is still using the old > Apache namespace. > > I'm not at work so I don't remember exactly, but I believe you have to get > the latest CGI.pm, which has been updated for Apache2. >

Re: mod_perl/embperl compiling

2005-06-19 Thread allen haim
I had the same problem -- the problem is that CGI.pm is still using the old Apache namespace. I'm not at work so I don't remember exactly, but I believe you have to get the latest CGI.pm, which has been updated for Apache2. Don't try to install Apache::Response -- basically anything Apache::xxx

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
BTW The make test fails on Input: test/html/upload.htm Output: test/tmp/out.htm Log:test/tmp/test.log Testparameter: noloop = 1 reqbody = Hi there! query_info = multval=A&multval=B&multval=C&single=S offline = 0 ERRORS detected! NOT all tests have been passe

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
Well The server seems to say that embperl and mod_perl is there but NOTHING I seem to do makes to work. lsof is not even showing the embperl log file is open Relavent sections of httpd.conf in Apache 2 is as follows LoadModule perl_module modules/mod_perl.so LoadModule embperl_module /usr/li