Slowing Robots

2025-06-14 Thread Ruben Safir
Hello I am sure this has been solved before. I have a mailing list that is about 30 years old that is archived in mysql and displayed through embperl. Lately I have had a series of robots and cralers, mostly from google cloud ips and AWS ips that hammer the site with no reard for the network

Slowing Robots

2025-06-14 Thread Ruben Safir
Hello I am sure this has been solved before. I have a mailing list that is ab out 30 years old that is archived in mysql and displayed through embperl. Lately I have had a series of robots and wralers, mostly from google cloud ips and AWS ips that hammer the site with no reard for the network

Re: Image::Imlib2 error

2025-03-28 Thread Ruben Safir
On Fri, Mar 28, 2025 at 03:14:11PM +, Ian B wrote: > For what it's worth, we got a bit tired with interfacing Perl with > ImageMagik as it was always precarious, and just ended up calling the > command line via Perl to save/convert files. > > On Fri, Mar 28, 2025 at

Re: Image::Imlib2 error

2025-03-28 Thread Ruben Safir
t systemd) build that I keep current. Anytime Image Magic gets upgraded, it makes me worry and it has a history of breaking things. It definetely goes down that rabbit hole [ruben@www3 Image]$ LD_DEBUG=libs perl -MImage::Imlib2 -e 'Image::Imlib2->load("/usr/local/apache2/htdoc

Image::Imlib2 error

2025-03-28 Thread Ruben Safir
(/home/ruben/20130303_133505.jpg); if (-e $pic) { print STDERR "File Exists ==> $pic\n"; $image = Image::Imlib2->load($pic); } $image->save("/home/ruben/out.jpg"); [ruben@www3 Image]$ ~/bin/testimlib.pl File Exists ==> /home/ruben/20130303_133505.jpg Image::Imlib

Re: Embperl 3.0.0 memory leak fix

2025-01-03 Thread Ruben Safir
thank you On Fri, Jan 03, 2025 at 10:56:44AM +, Michael Stevens wrote: > Hi, > > This change hopefully fixes a memory leak in Embperl 3.0.0: > > Output of valgrind running test suite without change: > > ==912727== > ==912727== HEAP SUMMARY: > ==912727== in use at exit: 25,119,424 bytes

Re: Embperl 3.0.0-rc.1 is released

2023-11-19 Thread Ruben Safir
On Mon, Nov 13, 2023 at 07:35:30PM +0100, [email protected] wrote: > Hi Neil, > > were you able to verify that Embperl rc.2 fixes this test issue? > > Would be great to get some feedback, so I can prepare the final release of > Embperl 3.0.0 and upload it to CPAN. > > Thanks & Regards > > Gera

Re: Embperl 3.0.0-rc.1 is released

2023-10-07 Thread Ruben Safir
why > the different address that I've never seen before. > > Thanks, > > Neil > > On 10/7/23 06:23, Ruben Safir wrote: > >That is very cool > > > > > >On Thu, Oct 05, 2023 at 08:51:30AM +0200, [email protected] wrote: > >>I am happy to a

Re: Embperl 3.0.0-rc.1 is released

2023-10-07 Thread Ruben Safir
That is very cool On Thu, Oct 05, 2023 at 08:51:30AM +0200, [email protected] wrote: > I am happy to anounnce Embperl 3.0.0. It is the first release after 8 years > and it brings Embperl up to date with current linux distributions and > software. > > This is the first release candidate. Please

Re: AW: Embperl and threaded mpm?

2022-01-02 Thread Ruben Safir
Is it a good idea to adopt this package and update it? It wil likely die otherwise On Mon, Jun 26, 2017 at 11:21:14PM -0700, Neil Gunton wrote: > Ruben Safir wrote: > >On 06/26/2017 07:51 PM, Neil Gunton wrote: > >>[email protected] wrote: > >>>Hi Neil, > >

Re: Embperl and threaded mpm?

2021-11-08 Thread Ruben Safir
There is a new modperl release? On Sun, Jun 25, 2017 at 12:08:10PM -0700, Neil Gunton wrote: > Hi all, just wondering if Embperl was ever made threadsafe so it > could work under Apache's event or worker apache mpm's. > > The prefork does seem to limit somewhat the number of clients I can > have

Re: Apache 2.4

2021-10-26 Thread Ruben Safir
On Mon, Oct 25, 2021 at 02:14:00PM -0700, Jim Tappe wrote: > I didn't realize Embperl could be installed with cpanm. I will try that > next time. Thanks! > When was that posted? I missed this and it is not in my email archive Ruben Safir (Jewboy/Yo/Hey/Spaz) > On Mon, Oct

Re: New to Embperl. How do I work with a large convoluted file?

2021-07-23 Thread Ruben Safir
I used to do most of the actual coding in packages outside the html code and just drop the active html into the page with [+ mypack->html +] that made things pretty straight forward and easy On Tue, Jul 13, 2021 at 09:47:17PM +, Chris Brown wrote: > Thank you to everyone for your support. >

Re: New to Embperl. How do I work with a large convoluted file?

2021-07-05 Thread Ruben Safir
It is very straight forward if you understand Perl HTML and Javascript there is nothing to deconstruct. On Mon, Jul 05, 2021 at 07:32:43AM +, Chris Brown wrote: > Hi, > > I need to work on several files that are probably 10+ years old. Apart from > minor changes, they haven't been touched f

Re: HTML5 Multiple File Upload?

2020-03-03 Thread Ruben Safir
On Tue, Mar 03, 2020 at 09:56:50AM -0800, Neil Gunton wrote: > On 3/3/20 9:55 AM, Ruben Safir wrote: > >On Tue, Mar 03, 2020 at 09:52:31AM -0800, Neil Gunton wrote: > >>I use Dropzone.js to achieve the client side multiple file selection: > >> > >>https://www.d

Re: HTML5 Multiple File Upload?

2020-03-03 Thread Ruben Safir
that it requires no changes or special processing on the server > side. > > Hope that helps, > > Neil > > On 3/3/20 9:45 AM, Ruben Safir wrote: > >how did you solve this > > > >On Sat, Oct 15, 2016 at 08:20:38AM -0700, Neil Gunton wrote: > >>Does

Re: HTML5 Multiple File Upload?

2020-03-03 Thread Ruben Safir
how did you solve this On Sat, Oct 15, 2016 at 08:20:38AM -0700, Neil Gunton wrote: > Does anyone know if Embperl can handle multiple file uploads from > HTML5? If so, how do you process the different files on the server > side? > > This works in many browsers now, so it would be nice to be able

Re: AW: Embperl and threaded mpm?

2020-02-03 Thread Ruben Safir
On Mon, Jun 26, 2017 at 11:21:14PM -0700, Neil Gunton wrote: > Ruben Safir wrote: > >On 06/26/2017 07:51 PM, Neil Gunton wrote: > >>[email protected] wrote: > >>>Hi Neil, > >>> > >>>Embperl is not working with threaded mpm. > >>> &g

Re: Apache 2.4?

2020-01-07 Thread Ruben Safir
dules/mod_mpm_prefork.so #LoadModule dbd_module modules/mod_dbd.so Why? I don't know. I would love an explanation. Ruben On 1/6/20 10:06 PM, Jim Tappe wrote: > Ok, thanks for the clarification. > > On Mon, Jan 6, 2020 at 6:43 PM Ruben Safir wrote: > >> >> >> Right

Re: Fwd: undefined value in Emperl/Util.pm

2020-01-07 Thread Ruben Safir
On Tue, Jan 07, 2020 at 03:51:39AM -0500, Ruben Safir wrote: > On Wed, May 17, 2017 at 02:53:03PM +0200, Benni Bärmann wrote: > > found it: you have to enable mpm_prefork module in apache. > > When I do this, I get an error AH00534: httpd: Configuration error: More than one MPM

Re: Fwd: undefined value in Emperl/Util.pm

2020-01-07 Thread Ruben Safir
On Wed, May 17, 2017 at 02:53:03PM +0200, Benni Bärmann wrote: > found it: you have to enable mpm_prefork module in apache. > > thanks for the help anyway :) > > 2017-05-17 12:09 GMT+02:00 Benni Bärmann : > > > > > 2017-05-17 9:48 GMT+02:00 Ruben Safir : > >

embperl bug

2020-01-07 Thread Ruben Safir
Hello I've been trying to compile embperl and I had it working at one point and then I tried to all an ssl certificate with openssl and I can not get it to work again. I can't get around this error message Error in Perl code: Can't call method "app" on an undefined value at /usr/local/lib/perl5/

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
Perl 5 source kit. > > Complete documentation for Perl, including FAQ lists, should be found on > this system using "man perl" or "perldoc perl". If you have access to the > Internet, point your browser at http://www.perl.org/, the Perl Home Page. > > On Mon,

Re: compile issues

2020-01-06 Thread Ruben Safir
sorry Can't call method "app" on an undefined value at /usr/local/lib/perl5/site_perl/5.30.0/x86_64-linux/Embperl/Util.pm line 108. obviously udat is not being defined I can fix it but checking for udat? On Mon, Jan 06, 2020 at 09:19:22PM -0500, Ruben Safir wrote: > I keep f

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
's compiling and apache starts. That's as far as I am. > > On Mon, Jan 6, 2020 at 3:26 PM Ruben Safir wrote: > > > On Sun, Jan 05, 2020 at 05:55:45PM -0800, Jim Tappe wrote: > > > Thanks. I recompiled again with apache and mod_perl source and apache is > &

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
> Use /usr/include/httpd as Apache source(y/n) [y]y > > make > make install > > Software versions. > Embperl-2.5.0_4 > Apache/2.4.6 (CentOS) > mod_perl-2.0.11 > > It's compiling and apache starts. That's as far as I am. > > On Mon, Jan 6, 2020

Re: compile issues

2020-01-06 Thread Ruben Safir
people's > advice. I agree it would be nice if the "official" tarball from Gerald > could be updated, but he seems a bit unresponsive these days. Not sure > what he's up to, but it would be great if the current Embperl could be > brought up to date, yes. Meanwhile we ha

Re: Apache 2.4?

2020-01-06 Thread Ruben Safir
On Sun, Jan 05, 2020 at 05:55:45PM -0800, Jim Tappe wrote: > Thanks. I recompiled again with apache and mod_perl source and apache is > starting now. :) I must have messed up when I did the last compile. > > On Thu, Jan 2, 2020 at 9:26 PM Jim Tappe wrote: Honestly, I have no idea what your

Re: Apache 2.4?

2020-01-05 Thread Ruben Safir
off the most recent perl sources and use debian tools to finally get a working compile. I should be better at hacking this than I am .. Ruben > -- > ---> Dirk Jagdmann > > http://cubic.org/~doj > -> http://llg.cubic.org > >

Re: Apache 2.4?

2020-01-05 Thread Ruben Safir
Well, I will have the joy of trying this again in a few days. I am working on a healthcare system on embperl and modperl and I'll need to produce and virtual image with the code On Thu, Jan 02, 2020 at 09:26:00PM -0800, Jim Tappe wrote: > Hi all, > > I checked the Embperl README file and it see

Re: Cannot load modules/Embperl.so into server: /etc/httpd/modules/Embperl.so: undefined symbol: PL_thr_key

2020-01-02 Thread Ruben Safir
nope - didn't work On Wed, Dec 18, 2019 at 09:23:10AM -0800, Jim Tappe wrote: > fyi, I found previous thread on this problem; it seems this was fixed in > 2.5.0_3 > > http://www.embperl.org/downloads/Embperl-2.5.0_3.tar.gz > > > On Tue, Dec 17, 2019 at 4:45 PM Jim Tappe wrote: > > > Hi all

embperl tabmode is broken

2019-11-07 Thread Ruben Safir
Can someone confirm that the tabmode doesn't work anymore. I am trying to display a tablet that has undefined values and no tabmode alterations seem to work to move it past the undef values without it killing the -- So many immigrant groups have swept through our town that Brooklyn, like Atlan

Re: compile issues with embperl

2019-11-01 Thread Ruben Safir
checking dependencies checking whether to enable mod_lbmethod_heartbeat... shared checking which MPM to use by default... yes configure: error: MPM yes is not supported on this platform. On Fri, Nov 01, 2019 at 05:33:02AM -0400, Ruben Safir wrote: > > Yeah even the svn fails to work. > >

Re: compile issues with embperl

2019-11-01 Thread Ruben Safir
Yeah even the svn fails to work. On Fri, Nov 01, 2019 at 04:58:49AM -0400, Ruben Safir wrote: > Hello > > I think this was partly covered a few months back but embperl is not > compiling. Evidently Perl removed a variable tht the vode was depending > on. > > cc -c

compile issues

2019-11-01 Thread Ruben Safir
Hello I think this was partly covered a few months back but embperl is not compiling. Evidently Perl removed a variable tht the vode was depending on. cc -c -I/usr/local/apache2/include -I/usr/local/apache2/regex -I/usr/local/apache2/os/unix -I/usr/include/apr-1 -I/home/ruben/src/Embperl

sv_objcount is out of perl and needs to be removed from embperl

2017-09-28 Thread Ruben Safir
On Thu, Sep 28, 2017 at 05:59:09PM -0400, Ruben Safir wrote: > FWIW: > > https://groups.google.com/forum/?_escaped_fragment_=topic/linux.debian.bugs.rc/_fA_FKv97H0#!topic/linux.debian.bugs.rc/_fA_FKv97H0 > > > > 12/2/15 8:10 AM > Source: libembperl-perl >

Re: build problems

2017-09-28 Thread Ruben Safir
. Unfortunately the test suite fails afterwards. Anyways, here's the patch to make the upstream code build again: On Thu, Sep 28, 2017 at 05:37:45PM -0400, Ruben Safir wrote: > On Thu, Sep 28, 2017 at 04:00:15PM -0400, Ruben Safir wrote: > > Any clue how I might build this out:? >

Re: build problems

2017-09-28 Thread Ruben Safir
On Thu, Sep 28, 2017 at 04:00:15PM -0400, Ruben Safir wrote: > Any clue how I might build this out:? > > cc -c -I/usr/local/apache2/include -I/usr/local/apache2/regex > -I/usr/local/apache2/os/unix -I/usr/include/apr-1 > -I/home/ruben/src/Embperl-2.5.0/xs -D_REENTRANT -D_GNU

build problems

2017-09-28 Thread Ruben Safir
Any clue how I might build this out:? cc -c -I/usr/local/apache2/include -I/usr/local/apache2/regex -I/usr/local/apache2/os/unix -I/usr/include/apr-1 -I/home/ruben/src/Embperl-2.5.0/xs -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include

Re: AW: Embperl and threaded mpm?

2017-06-27 Thread Ruben Safir
On 06/27/2017 02:21 AM, Neil Gunton wrote: > Ok, but I'm wondering if there is something else I should be doing to > execute the actual preload. It seems that all I do here is give Embperl > an array, but when I enable the preload, it just goes through everything > suspiciously quickly. I don't thi

Re: AW: Embperl and threaded mpm?

2017-06-26 Thread Ruben Safir
On 06/26/2017 07:51 PM, Neil Gunton wrote: > [email protected] wrote: >> Hi Neil, >> >> Embperl is not working with threaded mpm. >> >> Preloading all your perl code saves a lot of memory due to code sharing. >> >> The main issue is, that you have to make sure, not to open any file or >> database con

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Ruben Safir
On 05/17/2017 08:53 AM, Benni Bärmann wrote: > found it: you have to enable mpm_prefork module in apache. > > thanks for the help anyway :) what, I wasn't helpful :) We figured out it wasn't likely the pearl and the trouble was in Apache >>blink<< -- So many immigrant groups have swept throu

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Ruben Safir
On 05/17/2017 03:45 AM, Benni Bärmann wrote: > $sess = $Embperl::req -> app -> udat ; off hand, it seems like an installation problem that is the request object, I believe. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in t

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-17 Thread Ruben Safir
On 05/17/2017 03:45 AM, Benni Bärmann wrote: > $sess = $Embperl::req -> app -> udat ; there has to be udat look up the req module -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http

Re: Fwd: undefined value in Emperl/Util.pm

2017-05-16 Thread Ruben Safir
On Wed, May 17, 2017 at 07:55:31AM +0200, Benni Bärmann wrote: > Hello everybody, > > i try to give some new life to an old emperl aplication, but there is this > error (shown in the browser): > > Error in Perl code: Can't call method "app" on an undefined value at > /usr/lib/x86_64-linux-gnu/per

Re: use strict, use warnings

2017-03-10 Thread ruben
no issues, it only affects logs On 10/03/17 12:20, Jim Tappe wrote: Hello all, Is there any issue with using use strict and use warnings in template pages ? Is it recommended? Thanks, Jim - To unsubscribe, e-mail: embpe

Re: EMBPERL: accepting json

2016-09-08 Thread Ruben Safir
On 09/08/2016 01:21 PM, Neil Gunton wrote: > I also generate application/xml responses using Embperl, Embperl can use perl modules to spit out anything that is a string of bits. -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportio

Re: EMBPERL: accepting json

2016-09-08 Thread Ruben Safir
On 09/08/2016 01:04 PM, Donavon wrote: > I agree with all of the responses that Embed perl was made to mainly use > CGI.pm and multipart/form-data and really shouldn't be used outside of that. > > BUT As long as there is possibility that it might be able to receive > application/json data I have t

Re: EMBPERL: accepting json

2016-09-03 Thread ruben
On 09/02/2016 06:43 PM, Donavon wrote: Good to know that there are still some Embperl users out there. We have a large SAAS system mainly in Embperl, so our usage of Embperl is not going away anytime soon. My current question to the Embperl community is: *How to accept **application/json?*

Re: EMBPERL: Calling Execute() multiple time per a page.

2016-09-01 Thread Ruben Safir
On 08/25/2016 06:36 PM, Ed Grimm wrote: > What you have is a slow version of an Embperl subroutine. Use an actual > Embperl subroutine instead. Use Execute at most once to load it. > > It's my understanding that generally, templates are done in > Embperl::Object. But when doing it that way, y

Re: ANNOUNCE: Embperl 2.5.0

2016-07-09 Thread Ruben Safir
This seems to be a missing dir now on embperl.org I pulled it from svc What is the current max versions for mod_perl and apache? On Mon, Apr 21, 2014 at 10:11:48AM +0200, [email protected] wrote: > The URL > > http://www.embperl.org/downloads/Embperl-2.5.0.tar.gz > > has entered CPAN > >

Re: turning off a directory

2015-02-08 Thread Ruben Safir
On Tue, Jan 06, 2015 at 11:50:00AM +0100, Gerald Richter - ECOS Technology wrote: > Hi Ruben, > > you can try to put a > >SetHandler none > > In the location block for that subdirectory, but I am not quite sure if this > works. > This doesn't do exact

turning off a directory

2015-01-04 Thread Ruben Safir
Gerald, whatever insight you have, I'm trying to turn off embperl on a subdirecty specifically http://www.mrbrklyn.com/resources/ and docs And I just can't seem to find a combination that will allow for an exemption by location NameVirtualHost *:80 ServerAdmin [email protected] Doc

Re: lost directory indexes

2014-09-18 Thread Ruben Safir
ck Myers wrote: > On Wed, Sep 17, 2014 at 09:18:38PM -0400, Ruben Safir wrote: > > On 09/17/2014 03:08 PM, Rick Myers wrote: > > > o, just declining from the perl response simply drops you off > > > into the void since there are no other responses even set u

Re: AddHandle perl-script *

2014-09-16 Thread Ruben Safir
On Mon, Sep 15, 2014 at 09:14:19PM -0400, Ruben Safir wrote: > Bare with me a momement here because it has taken me two days to figure > even this much out. Should mod_index run BEFORE embperl or after it? ~ Subject:RE: mod_perl/embperl com

AddHandle perl-script *

2014-09-15 Thread Ruben Safir
Bare with me a momement here because it has taken me two days to figure even this much out. I wanted to create a mod_perl module to forbid certain noxious urls patterns and in it worked by when I needed a directory URL then the server failed to make the translation to index.html. Embperl had alw

Update Apache2.0 configuration

2009-03-06 Thread Ruben Safir
I decided to update my apache configuration to include modssl which I left out of the original installation in 2005. Evidently I don't have openssl headers on the server so I guess it is time to reinstall everything. The problem is that this is a substantial site with a lot of use and I don't

Update Apache2.0 configuration

2009-02-28 Thread Ruben Safir
nssl-0.9.8j.tar.gz> but before <http://www.openssl.org/source/openssl-0.9.8j.tar.gz>I proceed I thought it would be a good idea to get feedback from the group on suggestions on how best to go forward. Ruben - To unsubscribe,

Re: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps?

2008-11-17 Thread Ruben Safir
> What you wrote is true. > > I am still alive, but very busy. > > I still heavly use Embperl for my own business. > > I hope I get some more time to look again to list during the next weeks > > Sorry, for being so unresponsive > &g

Re: Problems with Apache and SessionX hanging

2008-10-09 Thread Ruben Safir
OK you win. Now Get over it go skateboard in front of the Lincoln tunnel or something. /dev/null Ruben -Original Message----- From: Ruben Safir [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 1:08 AM To: Hartmaier Alexander Cc: [email protected] Subject: Re: Pro

Re: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps?

2008-10-08 Thread Ruben Safir
for almost a decade, I'd take the poster at his word. Ruben > On Oct 8, 2008, at 7:04 PM, "Ruben Safir" <[EMAIL PROTECTED]> wrote: > > >On Wed, Oct 08, 2008 at 03:37:36PM -0700, Elfen Magix wrote: > >>I use Perl-CGI instead of EmbedPerl, but I can see where

Re: Problems with Apache and SessionX hanging

2008-10-08 Thread Ruben Safir
vice to switch to a real db like postgresql. FWIW - I find postgres just a major PIA and he can just use the newer ACID complient data format with MYSQL Ruben > > -Alex > > -Original Message- > From: Keven Murphy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 07

Re: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps?

2008-10-08 Thread Ruben Safir
ules to help use a CGI interface. Embperl is like CGI (but faster and easier to use). Ruben > --- On Wed, 10/8/08, Ruben Safir <[EMAIL PROTECTED]> wrote: > From: Ruben Safir <[EMAIL PROTECTED]> > Subject: [NYLXS - HANGOUT] Re: Embperl Abandoned: Next Steps? > To: &quo

Re: Embperl Abandoned: Next Steps?

2008-10-07 Thread Ruben Safir
ssion boards and more than one person enhancing/maintaining the product - Linux: Microsoft is out of the question. Thank you very much for your time. David G. Williams I still use it and it just works. Does it need more development? Ruben --

Re: Any good and cheap embperl host

2008-01-19 Thread Ruben Safir
I can do that for you. Ruben On Wed, Jan 16, 2008 at 09:47:19PM +, abhishek jain wrote: > Hi friends, > Looking for a good embperl host which is cheap , > Also it should has the facility to install CPAN modules, > > Or if i get a shell account provider can i install embperl

Re: Debugging behavior

2007-05-28 Thread Ruben Safir
On Mon, May 28, 2007 at 09:56:24PM -0400, Ruben Safir wrote: > > I'm not getting excepted behavior from the debugging in the embperl site I > have built with > > Embperl/2.0rc4 Apache/2.0.54 (Unix) mod_perl/2.0.0 Perl/v5.8.5 > > I used to get STDERR to print

Debugging behavior

2007-05-28 Thread Ruben Safir
years and this is really driving me nuts. Ruben -- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the

Re: EMBPERL_OPTIONS

2005-06-26 Thread Ruben Safir
Actually that is escmode The options are in the httpd.conf file Ruben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EMBPERL_OPTIONS

2005-06-26 Thread Ruben Safir
user input > I would like to turn off escaping for the whole site because it seems to > do me more harm than good. I've always turned it off, but as I recall, it is embedded in the page or I could be wrong Ruben -- __ Brooklyn Linux Solutions So many i

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) Rep

Re: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
erl suddenly is not choking on graphics before I even added the exception to /images. Ruben -- __ Brooklyn Linux Solutions So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of th

Getting index.html on a directory

2005-06-20 Thread Ruben Safir
Options ExecCGI AllowOverride None Order allow,deny Allow from all DirectoryIndex index.html SetHandler none Ruben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

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
asting from the docs. It got weird chars rather than the -script. I mention this just for future reference. > > I don't see a > > AddType text/html .html > > In your httpd.conf It doesn't seem to get any bytes and it seems to only happen in the directories which are

Re: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
for the uri http://www.nylxs.com which makes the browser want to download index.html rather than display it? Ruben -- __ Brooklyn Linux Solutions So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the

Re: CVS CO command

2005-06-20 Thread Ruben Safir
What does this perl xsbuilder command do? Ruben On Tue, Jun 07, 2005 at 02:23:34PM -0700, allen haim wrote: > This works for me: > > cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" login > cvs -d ":pserver:[EMAIL PROTECTED]:/home/cvspublic" co embper

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 > > >

RE: mod_perl/embperl compiling

2005-06-20 Thread Ruben Safir
o and what works and what > doesn't? > Nothing works see http://www.nylxs.com/test.html Ruben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 o

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

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 Ruben Safir
been updated for Apache2. > > Don't try to install Apache::Response -- basically anything Apache::xxx is > old. Thank for the input, I thought I was going crazy, but meanwhile I still can't get embperl working evidently Ruben -- __ Brooklyn Linux So

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
, but only works with Apache 1.3x Ruben On Sun, Jun 19, 2005 at 05:25:13PM -0400, Ruben Safir wrote: > 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 >

Re: mod_perl/embperl compiling

2005-06-19 Thread Ruben Safir
SetHandler perl‐script PerlHandler Embperl Options ExecCGI On Sun, Jun 12, 2005 at 02:57:22PM -0400, Ruben Safir wrote: > > I finished with the embperl compiling for apache2 and I'm a little > bewildered, being this is my first look at apa

mod_perl/embperl compiling

2005-06-12 Thread Ruben Safir
ystem? Ruben -- __ Brooklyn Linux Solutions So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002

XML XSLT

2005-06-08 Thread Ruben Safir
Sorry sent with the wrong subject :( Ruben On Wed, Jun 08, 2005 at 06:51:27PM -0400, Ruben Safir wrote: > Where do i get this now? I saw this in the INSTALL POD > > Ruben > XML and XSLT support > >Starting with Embperl 2.0b4 it has a build in XSL

Re: Problem with GetSession (was: Syntax=perl problem)

2005-06-08 Thread Ruben Safir
Where do i get this now? I saw this in the INSTALL POD Ruben XML and XSLT support Starting with Embperl 2.0b4 it has a build in XSLT support. You can either use the Apache Xercesâ Xalan 1.2 and libxslt 1.0.4. To install Xalan, download the Xalan archive for your OS

Re: CVS CO command

2005-06-08 Thread Ruben Safir
What about this http://xml.apache.org/dist/xalanâ This doesn't even come up in w3m Ruben On Wed, Jun 08, 2005 at 06:45:45PM -0400, Ruben Safir wrote: > Yeah I just did. You get so into following directions, you forget to follow > your common sense > > Ruben > >

Re: CVS CO command

2005-06-08 Thread Ruben Safir
Yeah I just did. You get so into following directions, you forget to follow your common sense Ruben On Wed, Jun 08, 2005 at 03:37:50PM -0700, allen haim wrote: > you're going to have to install the package 'ExtUtils-XSBuilder-0.27' from > cpan.org > > (In general

Re: CVS CO command

2005-06-08 Thread Ruben Safir
t; Then: > > perl xsbuilder/source_scan.pl > perl xsbuilder/xs_generate.pl > > (this generates a lot of messages like 'Can not determinate method name for > ...'; these appear to be normal.) > > -Allen > > On Tue, Jun 07, 2005 at 05:22:33PM -0400, Ruben

CVS CO command

2005-06-07 Thread Ruben Safir
that. But I can't find the darn command for co anywhere in the email archives (or at least one that works) Ruben -- __ Brooklyn Linux Solutions So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proporti

Re: Embperl programmer needed

2004-03-17 Thread Ruben I Safir
Whewre? On 2004.03.17 10:06 Kee Hinckley wrote: > Sorry for the semi-off-topic post. Please reply directly to me. > > I have a project that I don't have time to do. Requires > DBIx::Recordset and HTML::Embperl knowledge. I'd prefer someone who > is permanently in the consulting business rath

Re: Perl,Embperl,mod_perl,Apache on windows XP

2004-02-11 Thread Ruben Safir Secretary NYLXS
Use GNU/Linux On Wed, Feb 11, 2004 at 09:16:45AM -, [EMAIL PROTECTED] wrote: > Is there a recommended combination of versions for > > Perl,Embperl,mod_perl,Apache > > for running on a windows XP O/S? > > Any help/advice is gratefully recieved > > Gavin Williams > > -Original Me

Re: apache shutdown errors

2003-11-16 Thread Ruben Safir Secretary NYLXS
Is modperl built now for apache 2.0? Ruben On Sun, Nov 16, 2003 at 01:57:10PM +0100, Gerald Richter wrote: > Hi, > > > > > When stopping Apache (via apachectl stop), the following line appears > > about 30 times in the error log: > > > > This is a proble

Re: DBIx::Recordset status

2003-10-02 Thread Ruben Safir Secretary NYLXS
Isn't there such a thing as - Hey it just works and is good enough Ruben On Thu, Oct 02, 2003 at 05:41:36PM -0700, Terrence Brannon wrote: > The Perl object-oriented Persistence group ([EMAIL PROTECTED]), has > stated that their list of reviewed modules will drop DBIx::Recordset w

  1   2   >