RE: mod_perl/embperl compiling

2005-06-20 Thread Gerald Richter
> > How is that happening. Where is mod_index loaded? > It's either compiled into httpd (httpd -l lists the compiled in modules) or loaded with LoadModule. In Apache 1.3. you could use AddModule to change the processing order, I am not sure if something similar exists for 2.0 Gerald > Rube

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
How is that happening. Where is mod_index loaded? Ruben On Mon, 2005-06-20 at 23:48, Gerald Richter wrote: > > > > I'm getting this from the debugging now > > > > www2:/usr/local/apache2/conf # tail -f /tmp/embperl.log > > [27861]toString: Node=5(5) RepeatLevel=0 type=4 flags=1 > > text=><=

Re: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
On Tue, Jun 21, 2005 at 05:48:00AM +0200, Gerald Richter wrote: > > > > I'm getting this from the debugging now > > > > www2:/usr/local/apache2/conf # tail -f /tmp/embperl.log > > [27861]toString: Node=5(5) RepeatLevel=0 type=4 flags=1 > > text=><= (#1) SVs=13610 > > [27861]CACHE: Free content

RE: mod_perl/embperl compiling

2005-06-20 Thread Gerald Richter
> > I'm getting this from the debugging now > > www2:/usr/local/apache2/conf # tail -f /tmp/embperl.log > [27861]toString: Node=5(5) RepeatLevel=0 type=4 flags=1 > text=><= (#1) SVs=13610 > [27861]CACHE: Free content for > *file:/usr/local/apache/htdocs/nylxs/*epparse:Embperl*epcompil Embperl

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
I see this in the strace 16229 stat64("/usr/local/apache2/lib/perl", 0xb0dc) = -1 ENOENT (No such file or directory) 16229 stat64("/usr/lib/perl5/5.8.5/i586-linux-thread-multi/Embperl.pmc", 0xbfffee60) = -1 ENOENT (No such file or directory) 16229 open("/usr/lib/perl5/5.8.5/i586-linux-thread-

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
I'm doing an strace now But here is the whole file Thanks for the help ServerRoot "/usr/local/apache2" # # The accept serialization lock file MUST BE STORED ON A LOCAL DISK. # #LockFile logs/accept.lock # # ScoreBoardFile: File used to store internal server process information. # If unspeci

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
That just seems to have the same behavior under the new x directory. and without the x there, I look the forward to index.html with the URI of http://www.nylxs.com Does embperl require that I make an alias for its locations? Ruben On Mon, 2005-06-20 at 02:55, Gerald Richter wrote: > > > > N

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
I'm getting this from the debugging now www2:/usr/local/apache2/conf # tail -f /tmp/embperl.log [27861]toString: Node=5(5) RepeatLevel=0 type=4 flags=1 text=><= (#1) SVs=13610 [27861]CACHE: Free content for *file:/usr/local/apache/htdocs/nylxs/*epparse:Embperl*epcompile:*eprun: [27861]Delete: Do

Re: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
On Mon, Jun 20, 2005 at 04:46:40PM +0200, Gerald Richter wrote: > > > > > > > > > > > ServerAdmin [EMAIL PROTECTED] > > > DocumentRoot "/usr/local/apache/htdocs/nylxs" > > > DirectoryIndex index.html index.html.var > > > ServerName www.nylxs.com > > > PerlModule Embperl > > >

RE: mod_perl/embperl compiling

2005-06-20 Thread Gerald Richter
> > > > > > > ServerAdmin [EMAIL PROTECTED] > > DocumentRoot "/usr/local/apache/htdocs/nylxs" > > DirectoryIndex index.html index.html.var > > ServerName www.nylxs.com > > PerlModule Embperl > > Embperl_UseEnvon > > ErrorLog logs/nylxs_error_log > > Custom

Re: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
> > > ServerAdmin [EMAIL PROTECTED] > DocumentRoot "/usr/local/apache/htdocs/nylxs" > DirectoryIndex index.html index.html.var > ServerName www.nylxs.com > PerlModule Embperl > Embperl_UseEnvon > ErrorLog logs/nylxs_error_log > CustomLog logs/nylxs_access_l

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
Oh I thought /x meant everything under the directory "/". Let me try that. Thanks. Ruben On Mon, 2005-06-20 at 02:55, Gerald Richter wrote: > > > > Nothing works > > > > Yes, of course... > > You have > > > see http://www.nylxs.com/test.html > > > > And > > > > > SetHandl

RE: mod_perl/embperl compiling

2005-06-20 Thread Gerald Richter
> > That just seems to have the same behavior under the new x directory. > > and without the x there, I look the forward to index.html > with the URI of http://www.nylxs.com > > Does embperl require that I make an alias for its locations? > No Could you send your full httpd.conf? Gerald -

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
> The log file is opened on the first request, so it is ok that it isn't open > at this time > It was never made > Also your httpd.conf seems to be ok, could you just add a line > I'll do this > Embperl_UseEnvon > > Does Apache still start? If yes, Embperl is correctly compiled and >

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

RE: mod_perl/embperl compiling

2005-06-17 Thread Gerald Richter
> > I finished with the embperl compiling for apache2 and I'm a > little bewildered, being this is my first look at apach2. > > Does it not take anymore, the need to compile mod_perl into > apache2 and with embperl explicitley, like I used to have to > do? Or is this now all done through and