RE: new for embperl...

1999-10-18 Thread Jearanai Vongsaard
> > Starting httpd... pid = 8057 ok > > > > Testing mod_perl mode... > > > > ascii... 8057:/usr/local/apache/bin/httpd: rld: > > Fatal Error: attempted access to unresolvable symbol in > > blib/arch/auto/HTML/Embperl/Embperl.so: mod_perl_sent_header > > As long as "ma

RE: new for embperl...

1999-10-18 Thread Gerald Richter
> Starting httpd... pid = 8057 ok > > Testing mod_perl mode... > > ascii... 8057:/usr/local/apache/bin/httpd: rld: > Fatal Error: attempted access to unresolvable symbol in > blib/arch/auto/HTML/Embperl/Embperl.so: mod_perl_sent_header As long as "make test" did not w

RE: new for embperl...

1999-10-18 Thread Jearanai Vongsaard
[mailto:[EMAIL PROTECTED]] > > Sent: Monday, October 18, 1999 2:14 AM > > To: Gerald Richter > > Cc: [EMAIL PROTECTED] > > Subject: RE: new for embperl... > > > > > > I did try http://esip.gmu.edu:8529/embperl/x/loop.htm and it still didn't > > wor

RE: new for embperl...

1999-10-17 Thread Gerald Richter
[EMAIL PROTECTED]] > Sent: Monday, October 18, 1999 2:14 AM > To: Gerald Richter > Cc: [EMAIL PROTECTED] > Subject: RE: new for embperl... > > > I did try http://esip.gmu.edu:8529/embperl/x/loop.htm and it still didn't > work. The netscape pop up a window that say "docume

RE: new for embperl...

1999-10-17 Thread Jearanai Vongsaard
I did try http://esip.gmu.edu:8529/embperl/x/loop.htm and it still didn't work. The netscape pop up a window that say "document contain no data". The error_log file does not show any error until I typed http://esip.gmu.edu:8529/emperl/x/loop.htm. ( I try to mispell the embperl for checking error).

RE: new for embperl...

1999-10-14 Thread Gerald Richter
The error you getting is: >[Sun Oct 10 12:47:55 1999] [error] [client 129.174.124.121] File does >not exist: /usr/local/apache/htdocs/emperl/eg/x/loop.htm ^^ should be embperl? and the config: ># Port: The port to which the standalone server listens. For

RE: new for embperl...

1999-10-14 Thread Jearanai Vongsaard
Sorry for losting the contaction with you. My server was down for 4 days because of DOS attack!!! I still got hte same problem which I did attach my httpd.conf within this mail. > > PerlFreshRestart out from the httpd.conf. > > > > Then, I get the error after I called the page like... > > > > [Su

RE: new for embperl...

1999-10-11 Thread Gerald Richter
> > I restart the apache and delete an error log file and comment > PerlFreshRestart out from the httpd.conf. > > Then, I get the error after I called the page like... > > [Sun Oct 10 12:47:55 1999] [error] [client 129.174.124.121] File does > not exist: /usr/local/apache/htdocs/emperl/eg/x/loop.h

RE: new for embperl...

1999-10-10 Thread Jearanai Vongsaard
> If you stop Apache, delete your error log and the start Apache again. Are > you still see these warning? > > GErald > I restart the apache and delete an error log file and comment PerlFreshRestart out from the httpd.conf. Then, I get the error after I called the page like... [Sun Oct 10 12

RE: new for embperl...

1999-10-10 Thread Gerald Richter
> > On Wed, 6 Oct 1999, G.Richter wrote: > > > This is an effect off FreshRestart On, when the server is restarted the > > module is loaded, again and so the subroutine get redefined. > It's only an > > warning. > > > > Try to stop and start the server, then request your document > and take a look

Re: new for embperl...

1999-10-08 Thread Jearanai Vongsaard
On Wed, 6 Oct 1999, G.Richter wrote: > This is an effect off FreshRestart On, when the server is restarted the > module is loaded, again and so the subroutine get redefined. It's only an > warning. > > Try to stop and start the server, then request your document and take a look > at the error.lo

Re: new for embperl...

1999-10-06 Thread G.Richter
> I checked in the error log file and I found : > > [Wed Oct 6 00:09:25 1999] Embperl.pm: Constant subroutine rcCGIError > redefined > at /usr/freeware/lib/perl5/5.00502/constant.pm line 161. > > Then, I went to the constant.pm at line 161 and I found the line below: > > *{"${pkg}::$n

RE: new for embperl...

1999-10-05 Thread Jearanai Vongsaard
> > The config seems to be ok. May be there is a typo in the path you given to > Alias? Take a look at the Apache error log, you should see there which file > was actually requested and should be able to figure out what's wrong about > it. Also be aware that Apache runs as another user, so maybe

RE: new for embperl...

1999-10-05 Thread Gerald Richter
> > Thank you very much for giving me a patient answer. I did follow your > instruction from previous mail but I still did get the output that you > told me. Here is my output that I get form my browser when I point to the > loop.htm location. > > http://apple.gmu.edu:8529/embperl/x/loop.htm > >>>

RE: new for embperl...

1999-10-05 Thread Jearanai Vongsaard
Thank you very much for giving me a patient answer. I did follow your instruction from previous mail but I still did get the output that you told me. Here is my output that I get form my browser when I point to the loop.htm location. http://apple.gmu.edu:8529/embperl/x/loop.htm >>

RE: new for embperl...

1999-10-04 Thread Gerald Richter
> > Can somebody help me for telling steps that embperl works. I saw a code in > the example page like: > > [$ while ($k, $v) = each (%ENV) $] > [+ $k +] = [+ $v +] > [$ endwhile $] > > How can I use it? Should I save it as test.pl and compile with command > perl test.pl? I went over the embperl w