Hi,
Great to hear that it is finaly working
Gerald
------------------------------------------------------------
------------
Besuchen Sie unseren Messestand auf der SYSTEMS vom 23. -
26.10. in
München, Halle B3, Stand 425
www.ecos.de/messen-events/systems-2007.html
------------------------------------------------------------
------------
Gerald Richter ECOS electronic communication services
GmbH
******************* SECURING YOUR NETWORK
********************
Post: Tulpenstrasse 5 D-55276 Dienheim b.
Mainz
E-Mail: richter ecos.de Voice: +49 6133
939-122
WWW: http://www.ecos.de
Fax: +49 6133 939-333
Sitz der Gesellschaft: Dienheim; AG Mainz HRB 6889; GF:
W.Heck,G.Richter
------------------------------------------------------------
------------
> -----Original Message-----
> From: Chris Denman [mailto:chrisjdenman googlemail.com]
> Sent: Sunday, September 30, 2007 6:51 PM
> To: embperl perl.apache.org
> Subject: WORKING!!!!!
>
> Gerald.
>
> Sorry about the thousands of emails.
>
> This is so important to me. I code everything with
Embperl.
>
> I have got everything working perfectly. Here's my
final setup:
>
>
>
> AddType text/html .epl .htm
> LoadModule embperl_module
>
/usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi/a
ut
> o/Embperl/Embperl.so
> PerlModule Embperl
> EMBPERL_APPNAME densys
> EMBPERL_SESSION_HANDLER_CLASS no
> EMBPERL_OPTIONS 512
> EMBPERL_ESCMODE 0
> Embperl_Syntax EmbperlBlocks
> Embperl_AppName densys
> Embperl_Object_Base base.epl
>
> <Files *.htm>
> SetHandler perl-script
> PerlHandler Embperl::Object
> Options ExecCGI
> </Files>
>
> <Location />
> DirectoryIndex index.htm
> </Location>
>
>
>
> Regards,
>
>
> Chris Denman
>
>
>
>
> On 9/30/07, Chris Denman <chrisjdenman googlemail.com> wrote:
> > Hi Gerald,
> >
> > I have finally found the difference between a
working conf and a
> > non-working conf:
> >
> > I get seg faults with this setup:
> >
> >
> > .....
> > CoreDumpDirectory /tmp/denman
> >
> > EMBPERL_OPTIONS 512
> > EMBPERL_ESCMODE 0
> > Embperl_Syntax EmbperlBlocks
> > Embperl_AppName densys
> > Embperl_Object_Base base.epl
> > Embperl_UriMatch
".htm.?|.epl$"
> >
> > <FilesMatch ".(htm)$">
> >
> > SetHandler perl-script
> > PerlHandler Embperl::Object
> >
> > </FilesMatch>
> > ......
> >
> >
> > However, when I do this:
> >
> > CoreDumpDirectory /tmp/denman
> >
> > EMBPERL_OPTIONS 512
> > EMBPERL_ESCMODE 0
> > Embperl_Syntax EmbperlBlocks
> > Embperl_AppName densys
> > Embperl_Object_Base base.epl
> > Embperl_UriMatch
".htm.?|.epl$"
> >
> > #<FilesMatch ".(htm)$">
> >
> > SetHandler perl-script
> > PerlHandler Embperl::Object
> >
> > #</FilesMatch>
> >
> >
> >
> > Everything works without seg faults except that
now the default
> > index.htm is not found i.e. when visiting http://www.densys.co.uk
> > without a filename I get page not found error.
> >
> > Nearly there.........!
> >
> > Chris Denman
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On 9/30/07, Chris Denman <chrisjdenman googlemail.com> wrote:
> > > Hi again,
> > >
> > > Looking further into the seg faults on my
Virtuozzo
> virtual server:
> > >
> > > Just backtraced a core file to find:
> > >
> > > (gdb) bt full
> > > #0 0x0000002a9a23cd0a in Perl_he_dup ()
> > > from
> > >
/usr/lib64/perl5/5.8.6/x86_64-linux-thread-multi/CORE/libper
l.so
> > > No symbol table info available.
> > > #1 0x0000002a9a23de81 in Perl_hv_fetch ()
> > > from
> > >
/usr/lib64/perl5/5.8.6/x86_64-linux-thread-multi/CORE/libper
l.so
> > > No symbol table info available.
> > > #2 0x0000002a9a65405d in
EMBPERL2_GetHashValueStr
> (my_perl=0x552aebde20,
> > > pHash=Variable "pHash" is not
available.
> > > ) at eputil.c:773
> > > ppSV = Variable "ppSV" is not
available.
> > >
> > > Chris
> > >
> > >
> > > On 9/30/07, Chris Denman <chrisjdenman googlemail.com> wrote:
> > > > Hi Gerald,
> > > >
> > > > Still getting these in the apache
logs....
> > > >
> > > > [Sun Sep 30 16:04:57 2007] [notice]
child pid 28490 exit signal
> > > > Bus error (7) [Sun Sep 30 16:05:11 2007]
[notice] child
> pid 28532
> > > > exit signal Bus error (7) [Sun Sep 30
16:07:05 2007] [notice]
> > > > child pid 28606 exit signal Segmentation
fault (11) [Sun Sep 30
> > > > 16:07:19 2007] [notice] child pid 28617
exit signal
> Segmentation
> > > > fault (11)
> > > >
> > > >
> > > > On 9/30/07, Chris Denman
<chrisjdenman googlemail.com> wrote:
> > > > > Gerald,
> > > > >
> > > > > Thanks for your recent reply.
> > > > >
> > > > > I have now successfully installed
V2.3.0 with no errors.
> > > > >
> > > > > Still getting seg faults....
> > > > >
> > > > > Although I am new to backtracing, I
have attempted to perform
> > > > > one with the following results:
> > > > >
> > > > >
> > > > > (gdb) c
> > > > > Continuing.
> > > > >
> > > > > Program received signal SIGBUS, Bus
error.
> > > > > [Switching to Thread 182926818752
(LWP 28000)]
> > > > > 0x0000002a9a23cd0a in Perl_he_dup
()
> > > > > from
> > > > >
>
/usr/lib64/perl5/5.8.6/x86_64-linux-thread-multi/CORE/libper
l.so
> > > > > (gdb) c
> > > > > Continuing.
> > > > > Cannot find user-level thread for
LWP 28000: generic error
> > > > > (gdb) c
> > > > > Continuing.
> > > > > Cannot fetch general-purpose
registers for thread
> 182926818752:
> > > > > generic error
> > > > > (gdb) c
> > > > > Continuing.
> > > > > Cannot fetch general-purpose
registers for thread
> 182926818752:
> > > > > generic error
> > > > > (gdb) bt
> > > > > #0 0x0000002a9a23cd0a in
Perl_he_dup ()
> > > > > from
> > > > >
>
/usr/lib64/perl5/5.8.6/x86_64-linux-thread-multi/CORE/libper
l.so
> > > > > Cannot fetch general-purpose
registers for thread
> 182926818752:
> > > > > generic error
> > > > >
> > > > > Please help!!!!
> > > > >
> > > > > Chris Denman
> > > > >
> > > > >
> > > > >
> > > > > On 9/29/07, Gerald Richter - ECOS
GmbH
> <richter ecos.de> wrote:
> > > > > > Hi,
> > > > > >
> > > > > > Can you please retry with the
just uploaded Embperl 2.3.0.
> > > > > >
> > > > > > If you still get segfaults,
please send me a stack
> backtrace.
> > > > > >
> > > > > > Gerald
> > > > > >
> > > > > > P.S. Please use the Embperl
mailinglist for further
> questions.
> > > > > >
> > > > > >
>
------------------------------------------------------------
--
> > > > > > ---------- Besuchen Sie
unseren Messestand auf der
> SYSTEMS vom
> > > > > > 23. - 26.10. in München, Halle
B3, Stand 425
> > > > > >
www.ecos.de/messen-events/systems-2007.html
> > > > > >
>
------------------------------------------------------------
--
> ----------
> > > > > > Gerald Richter ECOS
electronic communication
> services GmbH
> > > > > > ******************* SECURING
YOUR NETWORK
> > > > > > ********************
> > > > > >
> > > > > > Post: Tulpenstrasse 5
D-55276
> Dienheim b. Mainz
> > > > > > E-Mail: richter ecos.de
Voice: +49
> 6133 939-122
> > > > > > WWW: http://www.ecos.de
Fax: +49
> 6133 939-333
> > > > > >
> > > > > > Sitz der Gesellschaft:
Dienheim; AG Mainz HRB 6889; GF:
> > > > > > W.Heck,G.Richter
> > > > > >
>
------------------------------------------------------------
--
> > > > > > ----------
> > > > > >
> > > > > >
> > > > > >
> > > > > > > -----Original
Message-----
> > > > > > > From: Chris Denman
[mailto:chrisjdenman gmail.com]
> > > > > > > Sent: Friday, September
28, 2007 3:04 PM
> > > > > > > To: richter dev.ecos.de
> > > > > > > Subject: Error installing
Embperl 2.2.0
> > > > > > >
> > > > > > > I have attempted to
install Embperl v 2.2.0 with errors.
> > > > > > >
> > > > > > > I now keep getting
intermittent segfaults.
> > > > > > >
> > > > > > > You are logged into
Virtuozzo Power Panel.
> > > > > > > VPS Summary
> > > > > > > ID 46545504
> > > > > > > Hostname
s15237863.onlinehome-server.info Current status
> > > > > > > running IP Address(es)
87.106.102.151 Operating System
> > > > > > > fedora-core-4-x86_64
> > > > > > >
> > > > > > > Here's the error log
> > > > > > >
> > > > > > > Note: I used make test
TESTARG="-i" as
> recommended elsewhere.
> > > > > > >
> > > > > > > make[1]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
xs'
> > > > > > > make[2]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl'
> > > > > > > make[3]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/App'
> > > > > > > make[4]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/App/Config'
> > > > > > > make[4]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/App/Config'
> > > > > > > make[3]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/App'
> > > > > > > make[3]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Component'
> > > > > > > make[4]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > >
/Embperl/Component/Config'
> > > > > > > make[4]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > >
/Embperl/Component/Config'
> > > > > > > make[4]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > >
/Embperl/Component/Output'
> > > > > > > make[4]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > >
/Embperl/Component/Output'
> > > > > > > make[4]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > >
/Embperl/Component/Param'
> > > > > > > make[4]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > >
/Embperl/Component/Param'
> > > > > > > make[3]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Component'
> > > > > > > make[3]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Req'
> > > > > > > make[4]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Req/Config'
> > > > > > > make[4]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Req/Config'
> > > > > > > make[4]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Req/Param'
> > > > > > > make[4]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Req/Param'
> > > > > > > make[3]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Req'
> > > > > > > make[3]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Syntax'
> > > > > > > make[3]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Syntax'
> > > > > > > make[3]: Entering
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Thread'
> > > > > > > make[3]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl/Thread'
> > > > > > > make[2]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
> > > > > > > xs
> > > > > > > /Embperl'
> > > > > > > make[1]: Leaving
directory
> > > > > > >
>
`/root/.cpan/sources/authors/id/G/GR/GRICHTER/Embperl-2.2.0/
xs'
> > > > > > > PERL_DL_NONLAZY=0
/usr/bin/perl "-Iblib/lib"
> "-Iblib/arch"
> > > > > > > test.pl
> > > > > > >
> > > > > > > loading...
ok
> > > > > > >
> > > > > > > Testing offline mode...
> > > > > > >
> > > > > > > #0 ascii...
ok
> > > > > > > #1 pure.htm...
ok
> > > > > > > #2 nooutput.htm...
ok
> > > > > > > #3 nooutput.htm...
ok
> > > > > > > #4 plain.htm...
ok
> > > > > > > #5 plain.htm...
ok
> > > > > > > #6 plain.htm...
ok
> > > > > > > #7 plainblock.htm...
ok
> > > > > > > #8 plainblock.htm...
ok
> > > > > > > #12 error.htm...
ok
> > > > > > > #13 error.htm...
ok
> > > > > > > #14 error.htm...
ok
> > > > > > > #21 errormismatch.htm...
ok
> > > > > > > #22
errormismatchcmd.htm... ok
> > > > > > > #23 unclosed.htm...
ok
> > > > > > > #24 notfound.htm...
ok
> > > > > > > #25 notallow.xhtm...
ok
> > > > > > > #31
rawinput/rawinput.htm... ok
> > > > > > > #32 var.htm...
ok
> > > > > > > #37 varerr.htm...
ok
> > > > > > > #41 escape.htm...
ok
> > > > > > > #42 escape.htm...
ok
> > > > > > > #44 escutf8.htm...
ok
> > > > > > > #46 tagscan.htm...
ok
> > > > > > > #47 tagscan.htm-d 1 ...
ok
> > > > > > > #49 if.htm...
ok
> > > > > > > #50 ifperl.htm...
ok
> > > > > > > #51 loop.htm...
ok
> > > > > > > #52 loopperl.htm...
ok
> > > > > > > #53 table.htm...
ok
> > > > > > > #54 table.htm-d 1 ...
ok
> > > > > > > #56 lists.htm...
ok
> > > > > > > #57 select.htm...
ok
> > > > > > > #58 selecttab.htm...
ok
> > > > > > > #59 selecttab2.htm...
ok
> > > > > > > #60 mix.htm...
ok
> > > > > > > #62 nesting.htm...
ok
> > > > > > > #63 nesting2.htm...
ok
> > > > > > > #65 object.htm...
ok
> > > > > > > #67 input.htm...
ok
> > > > > > > #68 input.htm...
ok
> > > > > > > #69 hidden.htm...
ok
> > > > > > > #70 java.htm...
ok
> > > > > > > #71 inputjava.htm...
ok
> > > > > > > #72 inputjs2.htm...
ok
> > > > > > > #73 heredoc.htm...
ok
> > > > > > > #74 epglobals.htm...
ok
> > > > > > > #75 keepspaces.htm...
ok
> > > > > > > #80 keepreq.htm...
ok
> > > > > > > #81 keepreq.htm...
ok
> > > > > > > #91
rawinput/include.htm... ok
> > > > > > > #92
rawinput/include.htm... ok
> > > > > > > #93 execnotfound.htm...
ok
> > > > > > > #94 includeerr1.htm...
ok
> > > > > > > #95 includeerr1.htm...
ok
> > > > > > > #97 includeerr2.htm...
ok
> > > > > > > #98 includeerr2.htm...
ok
> > > > > > > #99 includeerr3.htm...
ok
> > > > > > > #100 includeerrbt.htm...
ok
> > > > > > > #101 incif.htm...
ok
> > > > > > > #109 callsub.htm...
ok
> > > > > > > #110 callsub.htm...
ok
> > > > > > > #111 sub2.htm...
ok
> > > > > > > #112 sub2.htm...
ok
> > > > > > > #113 subargs.htm...
ok
> > > > > > > #114 subargs.htm...
ok
> > > > > > > #115 subout.htm...
ok
> > > > > > > #116 subout.htm...
ok
> > > > > > > #117 subouttab.htm...
ok
> > > > > > > #118 subouttab.htm...
ok
> > > > > > > #119 subempty.htm...
ok
> > > > > > > #120 executesub.htm...
ok
> > > > > > > #121 executesub.htm...
ok
> > > > > > > #122 execfirst.htm...
ok
> > > > > > > #123 execsecond.htm...
ok
> > > > > > > #124 execprint.htm...
ok
> > > > > > > #125 execviamod.htm...
ok
> > > > > > > #126 importsub.htm...
ok
> > > > > > > #127 importsub.htm...
ok
> > > > > > > #128 importsub2.htm...
ok
> > > > > > > #129 subtextarea.htm...
ok
> > > > > > > #130 subtextarea.htm...
ok
> > > > > > > #131 subtextarea.htm...
ok
> > > > > > > #132 subtextarea.htm...
ok
> > > > > > > #133 execwithsub.htm...
ok
> > > > > > > #134 nph/div.htm...
ok
> > > > > > > #136 nph/nphinc.htm...
ok
> > > > > > > #137 sub.htm...
ok
> > > > > > > #138 sub.htm...
ok
> > > > > > > #139 subtab.htm...
ok
> > > > > > > #140 exit.htm...
ok
> > > > > > > #141 exit2.htm...
ok
> > > > > > > #143 exitreq.htm...
ok
> > > > > > > #144 exitcomp.htm...
ok
> > > > > > > #145 chdir.htm...
ok
> > > > > > > #146 chdir.htm...
ok
> > > > > > > #147
allform/allform.htm... ok
> > > > > > > #149
nochdir/nochdir.htm... ok
> > > > > > > #153 div.htm...
ok
> > > > > > > #154 div.htm...
ok
> > > > > > > #156 ofunc/div.htm...
ok
> > > > > > > #163 cookieexpire.htm...
ok
> > > > > > > #218 SSI/ssibasic.htm...
ok
> > > > > > > #219 SSIEP/ssiep.htm...
ok
> > > > > > > #220 inctext.htm...
ok
> > > > > > > #221 incperl.htm...
ok
> > > > > > > #222 asp.htm...
ok
> > > > > > > #223 syntax.htm...
ok
> > > > > > > #224 syntax.htm...
ok
> > > > > > > #225 changeattr.htm...
ok
> > > > > > > #226 changeattr.htm...
ok
> > > > > > > #227 tagintag.htm...
ok
> > > > > > > #228 rtf/rtfbasic.asc...
ok
> > > > > > > #229 rtf/rtffull.asc...
ok
> > > > > > > #230 rtf/rtfadv.asc...
ok
> > > > > > > #231 rtf/rtfloop.asc...
ok
> > > > > > > #232 rtf/rtfmeta.asc...
ok
> > > > > > > #234 pod/pod.asc...
ok
> > > > > > > #236 xml/pod.xml embperl
-> libxslt...ok
> > > > > > > #238 xml/pod.xml embperl
-> xslt (libxslt)...ok
> > > > > > > #240 xml/pod.xml
libxslt... ok
> > > > > > > #242 xml/pod.xml xslt
(libxslt)...ok
> > > > > > > #244 pod/pod.asc
libxslt... ok
> > > > > > > #254 incxmlLibXSLT.htm
libxslt...ok
> > > > > > > #256 app/i18n.htm...
ok
> > > > > > > #257 xhtml.htm...
ok
> > > > > > > #258 epform.htm...
ok
> > > > > > >
> > > > > > > Testing Execute
function...
> > > > > > >
> > > > > > > div.htm from file...
ok
> > > > > > > div.htm from memory...
ok
> > > > > > > div.htm to memory...
ok
> > > > > > > div.htm to tied handle...
ok
> > > > > > > div.htm from/to memory...
ok
> > > > > > > error.htm to memory...
ok
> > > > > > >
EmbperlObject/epopage1.htm ...ok
> > > > > > >
EmbperlObject/sub/epopage2.htm ...ok
> > > > > > >
EmbperlObject/obj/epoobj3.htm ...ok
> > > > > > >
EmbperlObject/sub/epobless.htm ...ok
> > > > > > >
EmbperlObject/sub/epobless.htm ...ok
> > > > > > > EmbperlObject/epofdat.htm
... ok
> > > > > > >
EmbperlObject/sub/epobless2.htm ...ok
> > > > > > >
EmbperlObject/sub/epobless2.htm ...ok
> > > > > > >
EmbperlObject/sub/epobless3.htm ...ok
> > > > > > >
EmbperlObject/sub/epobless3.htm ...ok
> > > > > > >
EmbperlObject/app/epoapp.htm ...ok
> > > > > > >
EmbperlObject/app/epoapp2.htm ...ok
> > > > > > >
EmbperlObject/app/epoapp.htm ...ok
> > > > > > >
EmbperlObject/app/epoapp.htm ...ok
> > > > > > >
> > > > > > > Testing Ouput Caching...
> > > > > > >
> > > > > > > No cache 1...
ok
> > > > > > > No cache 2...
ok
> > > > > > > Expires in 1 sec...
ok
> > > > > > > Expires in 1 sec
(cached)... ok
> > > > > > > Wait for expire...
ok
> > > > > > > Expires in 1 sec
(reexec)... ok
> > > > > > > Expires function...
ok
> > > > > > > Expires function
(cached)... ok Expires function
> > > > > > > (reexec)... ok Expires
string function (cached)...ok
> > > > > > > Expires string function
(reexec)...ok Expires
> named function
> > > > > > > (cached)...ok Expires
named function (reexec)...ok
> > > > > > > Change query_info...
ok
> > > > > > > Change query_info
(cached)... ok Expires named function
> > > > > > > (cached)...ok Change
query_info (reexec)... ok
> Expires named
> > > > > > > function (cached)...ok
Change query_info (cached)... ok
> > > > > > > Modify source...
ok
> > > > > > > Modify source
query_info... ok
> > > > > > > $EXPIRES in source...
ok
> > > > > > > $EXPIRES in source
(cached)...ok
> > > > > > > Wait for expire...
ok
> > > > > > > $EXPIRES in source
(reexc)... ok
> > > > > > > sub EXPIRES in source...
ok
> > > > > > > sub EXPIRES in source
(cached)...ok
> > > > > > >
> > > > > > >
> > > > > > > Performing httpd syntax
check 1 ... ok
> > > > > > >
> > > > > > >
> > > > > > > Performing httpd syntax
check 2 ... ok
> > > > > > >
> > > > > > >
> > > > > > > Starting httpd...
pid = 19810 ok
> > > > > > >
> > > > > > > Testing mod_perl mode...
> > > > > > >
> > > > > > > #0 ascii...
ok
> > > > > > > #1 pure.htm...
ok
> > > > > > > #2 nooutput.htm...
ok
> > > > > > > #3 nooutput.htm...
ok
> > > > > > > #4 plain.htm...
ok
> > > > > > > #5 plain.htm...
ok
> > > > > > > #6 plain.htm...
ok
> > > > > > > #7 plainblock.htm...
ok
> > > > > > > #8 plainblock.htm...
ok
> > > > > > > #12 error.htm...
ok
> > > > > > > #13 error.htm...
ok
> > > > > > > #14 error.htm...
ok
> > > > > > > #21 errormismatch.htm...
ok
> > > > > > > #22
errormismatchcmd.htm... ok
> > > > > > > #23 unclosed.htm...
ok
> > > > > > > #24 notfound.htm...
ok
> > > > > > > #25 notallow.xhtm...
ok
> > > > > > > #28 errdoc/errdoc.htm...
ok
> > > > > > > #30
errdoc/epl/errdoc2.htm... ok
> > > > > > > #31
rawinput/rawinput.htm... ok
> > > > > > > #32 var.htm...
ok
> > > > > > > #37 varerr.htm...
ok
> > > > > > > #40 varepvar.htm...
ok
> > > > > > > #41 escape.htm...
ok
> > > > > > > #42 escape.htm...
ok
> > > > > > > #46 tagscan.htm...
ok
> > > > > > > #47 tagscan.htm-d 1 ...
ok
> > > > > > > #49 if.htm...
ok
> > > > > > > #50 ifperl.htm...
ok
> > > > > > > #51 loop.htm...
ok
> > > > > > > #52 loopperl.htm...
ok
> > > > > > > #53 table.htm...
ok
> > > > > > > #54 table.htm-d 1 ...
ok
> > > > > > > #56 lists.htm...
ok
> > > > > > > #57 select.htm...
ok
> > > > > > > #58 selecttab.htm...
ok
> > > > > > > #59 selecttab2.htm...
ok
> > > > > > > #60 mix.htm...
ok
> > > > > > > #62 nesting.htm...
ok
> > > > > > > #63 nesting2.htm...
ok
> > > > > > > #65 object.htm...
ok
> > > > > > > #67 input.htm...
ok
> > > > > > > #68 input.htm...
ok
> > > > > > > #69 hidden.htm...
ok
> > > > > > > #70 java.htm...
ok
> > > > > > > #71 inputjava.htm...
ok
> > > > > > > #72 inputjs2.htm...
ok
> > > > > > > #73 heredoc.htm...
ok
> > > > > > > #74 epglobals.htm...
ok
> > > > > > > #76 post.htm...
ok
> > > > > > > #77 upload.htm...
ok
> > > > > > > #78 reqrec.htm...
ok
> > > > > > > #79 reqrec.htm...
ok
> > > > > > > #80 keepreq.htm...
ok
> > > > > > > #81 keepreq.htm...
ok
> > > > > > > #86 hostconfig.htm...
ok
> > > > > > > #87 hostconfig.htm...
ok
> > > > > > > #88 hostconfig.htm...
ok
> > > > > > > #89 hostconfig.htm...
ok
> > > > > > > #91
rawinput/include.htm... ok
> > > > > > > #92
rawinput/include.htm... ok
> > > > > > > #93 execnotfound.htm...
ok
> > > > > > > #94 includeerr1.htm...
ok
> > > > > > > #95 includeerr1.htm...
ok
> > > > > > > #97 includeerr2.htm...
ok
> > > > > > > #98 includeerr2.htm...
ok
> > > > > > > #99 includeerr3.htm...
ok
> > > > > > > #100 includeerrbt.htm...
ok
> > > > > > > #101 incif.htm...
ok
> > > > > > > #102
registry/hello.htm... ok
> > > > > > > #103
registry/Execute.htm... ok
> > > > > > > #105 registry/tied.htm...
ok
> > > > > > > #106 registry/tied.htm...
ok
> > > > > > > #109 callsub.htm...
ok
> > > > > > > #110 callsub.htm...
ok
> > > > > > > #111 sub2.htm...
ok
> > > > > > > #112 sub2.htm...
ok
> > > > > > > #113 subargs.htm...
ok
> > > > > > > #114 subargs.htm...
ok
> > > > > > > #115 subout.htm...
ok
> > > > > > > #116 subout.htm...
ok
> > > > > > > #117 subouttab.htm...
ok
> > > > > > > #118 subouttab.htm...
ok
> > > > > > > #119 subempty.htm...
ok
> > > > > > > #120 executesub.htm...
ok
> > > > > > > #121 executesub.htm...
ok
> > > > > > > #122 execfirst.htm...
ok
> > > > > > > #123 execsecond.htm...
ok
> > > > > > > #124 execprint.htm...
ok
> > > > > > > #125 execviamod.htm...
ok
> > > > > > > #126 importsub.htm...
ok
> > > > > > > #127 importsub.htm...
ok
> > > > > > > #128 importsub2.htm...
ok
> > > > > > > #129 subtextarea.htm...
ok
> > > > > > > #130 subtextarea.htm...
ok
> > > > > > > #131 subtextarea.htm...
ok
> > > > > > > #132 subtextarea.htm...
ok
> > > > > > > #133 execwithsub.htm...
ok
> > > > > > > #134 nph/div.htm...
ok
> > > > > > > #136 nph/nphinc.htm...
ok
> > > > > > > #137 sub.htm...
ok
> > > > > > > #138 sub.htm...
ok
> > > > > > > #139 subtab.htm...
ok
> > > > > > > #140 exit.htm...
ok
> > > > > > > #141 exit2.htm...
ok
> > > > > > > #143 exitreq.htm...
ok
> > > > > > > #144 exitcomp.htm...
ok
> > > > > > > #145 chdir.htm...
ok
> > > > > > > #146 chdir.htm...
ok
> > > > > > > #147
allform/allform.htm... ok
> > > > > > > #149
nochdir/nochdir.htm... ok
> > > > > > > #150 match/div.htm...
ok
> > > > > > > #151 match/div.asc...
ok
> > > > > > > #153 div.htm...
ok
> > > > > > > #154 div.htm...
ok
> > > > > > > #155 taint.htm...
ok
> > > > > > > #156 ofunc/div.htm...
ok
> > > > > > > #164 mdatsess.htm...
ok
> > > > > > > #165 setsess.htm...
ok
> > > > > > > #166 mdatsess.htm...
ok
> > > > > > > #167 getnosess.htm...
ok
> > > > > > > #168 mdatsess.htm...
ok
> > > > > > > #169 getsess.htm...
ok
> > > > > > > #170 mdatsess.htm...
ok
> > > > > > > #171 execgetsess.htm...
ok
> > > > > > > #172
registry/reggetsess.htm...ok
> > > > > > > #173 getsess.htm...
ok
> > > > > > > #174 delwrsess.htm...
ok
> > > > > > > #175 getbsess.htm...
ok
> > > > > > > #176 delrdsess.htm...
ok
> > > > > > > #177 getdelsess.htm...
ok
> > > > > > > #178 setsess.htm...
ok
> > > > > > > #179 delsess.htm...
ok
> > > > > > > #180 getdelsess.htm...
ok
> > > > > > > #181 clearsess.htm...
ok
> > > > > > > #182 setbadsess.htm...
ok
> > > > > > > #183
setunknownsess.htm... ok
> > > > > > > #184
uidurl/seturlsess.htm... ok
> > > > > > > #185
uidurl/getnourlsess.htm...ok
> > > > > > > #186
uidurl/geturlsess.htm... ok
> > > > > > > #187
suidurl/seturlsess.htm...ok
> > > > > > > #188
suidurl/getnourlsess.htm...ok
> > > > > > > #189
suidurl/geturlsess.htm...ok #190
> > > > > > >
sidurl/setsdaturlsess.htm...ok
> > > > > > > #191
sidurl/getsdaturlsess.htm...ok
> > > > > > > #192
EmbperlObject/epopage1.htm...ok
> > > > > > > #193
EmbperlObject/epopage1.htm...ok
> > > > > > > #194
EmbperlObject/epoincdiv.htm...
> > > > > > > Error in Line 286
> > > > > > > Is:
><P>2.2.0<P><
> > > > > > > Should:
><P>2.1<
> > > > > > > Input:
> test/html/EmbperlObject/epoincdiv.htm
> > > > > > > Output:
test/tmp/out.htm
> > > > > > > Compared to:
test/cmp/epoincdiv.htm
> > > > > > > Log:
test/tmp/test.log
> > > > > > > Testparameter:
> > > > > > > cgi = 0
> > > > > > > offline = 0
> > > > > > >
> > > > > > > ERRORS detected! NOT all
tests have been passed
> > > > > > > successfully
> > > > > > >
> > > > > > >
> > > > > > > I cannot live without
Embperl - I use it EVERYWHERE and
> > > > > > > cannot bring myself to
learn any other
> way.....please help!
> > > > > > >
> > > > > > > I can provide username
and password details if
> you need to log in.
> > > > > > >
> > > > > > > Do you think it could be
I am running on virtuozzo?
> > > > > > >
> > > > > > > Looking forward to your
reply.
> > > > > > >
> > > > > > > Chris Denman
> > > > > > >
> > > > > > > ** Virus checked by
BB-5000 Mailfilter **
> > > > > > >
!DSPAM:416,46fd08a3138416699260376!
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > ** Virus checked by BB-5000
Mailfilter **
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Chris Denman
> > > > >
> > > >
> > > >
> > > > --
> > > > Chris Denman
> > > >
> > >
> > >
> > > --
> > > Chris Denman
> > >
> >
> >
> > --
> > Chris Denman
> >
>
>
> --
> Chris Denman
>
>
** Virus checked by BB-5000 Mailfilter **
------------------------------------------------------------
---------
To unsubscribe, e-mail: embperl-unsubscribe perl.apache.org
For additional commands, e-mail: embperl-help perl.apache.org
|