Re: peculiar error (?)

2007-11-28 Thread Joshua Chamas
Thanos Chatziathanassiou wrote: Since yesterday, apache keeps spitting stuff like this in its error log: ---snip--- compilation error: file unknown-000437603808 element output invalid value for method: HTML ---snip--- without further info. The error message is always like this, with only the ``u

Re: Apache::ASP::Demo

2007-07-08 Thread Joshua Chamas
age at all. Finally, you might set "PerlSetVar Debug -2", and show output from the Apache error_log. Regards, Josh --- Joshua Chamas <[EMAIL PROTECTED]> wrote: mynamak wrote: Hello, I have recently installed Apache ASP but when i am opening my ASP pages i am getting this err

Re: Apache::ASP::Demo

2007-07-07 Thread Joshua Chamas
mynamak wrote: Hello, I have recently installed Apache ASP but when i am opening my ASP pages i am getting this error Errors Output 1. Undefined subroutine &Apache::ASP::Demo::request called at /home/mi/public_html/results.asp line 1. , /usr/local/lib/perl5/site_perl/5.8.8/Apache/ASP.pm

Re: apache::asp maintenance

2007-06-24 Thread Joshua Chamas
Tsirkin Evgeny wrote: On 6/19/07, *Warren Young* <[EMAIL PROTECTED] > wrote: On the other hand, I'm not aware of anything so badly wrong with it that we need someone to step in and take over. I think there are enough people using the library that it'd b

Re: Virtual host interference?

2005-12-26 Thread Joshua Chamas
shroompicker2000 wrote: --- In [EMAIL PROTECTED], Csongor Fagyal <[EMAIL PROTECTED]> wrote: Hi, I have faced this interesting problem several times. Here is what happens: I have virtualhost A and virtualhost B both running ASP. Virtualhost A has a custom Perl module loaded using a simle 'u

Re: Apache::ASP::Extra problems

2005-10-14 Thread Joshua Chamas
Stephen Hyde wrote: Hi, im trying to install apache::asp:extra on my server but I get the following error whenever I try to run the cpan install, any ideas how I can sort it out? The systems running centos 4 cpan> install Bundle::Apache::ASP::Extra CPAN usually lets you do a "force install A

Re: might be Off Topic...

2005-07-26 Thread Joshua Chamas
D. L. Fox wrote: The main reason I chose this provider was because they had Apache::ASP. Now I need to find another host account with Apache::ASP. Is there a list of providers using Apache::ASP somewhere? You can check out: http://www.apache-asp.org/support.html#COMMERCIAL I've been loo

Re: ASP and cPanel/WHM server

2005-07-24 Thread Joshua Chamas
Support wrote: I am trying to get ASP working under my cPanel/WHM linux server. I've installed Apache::ASP perl module via CPAN install and the module install went ok without giving any errors. However when I run the test asp file, it didn't work. When I check the server, I found out that mod_

Re: ApacheCommon.pm configuration error

2005-07-24 Thread Joshua Chamas
Warren Young wrote: It seems that ApacheCommon.pm is auto-generated, because it was different on two systems I have, both of which have the same versions of Apache::ASP (2.59) installed. The Apache::ASP::ApacheCommon file is not auto generated, it simply comes with Apache::ASP. 2.59 was twea

Re: Can´t get Apache::ASP to work

2005-07-24 Thread Joshua Chamas
Marcos Camões Bourgeaiseau wrote: I have a apache-perl 1.3.33 running in a Debian 3.0 R2 I installed the apache via apt-get install, and did the same for the libapache-mod-perl 1.29.0.3-6 and libapache-asp-perl 2.57-3. Unfortunatly, when I try to see a page that contains any ASP code, only the

Re: might be Off Topic...

2005-07-24 Thread Joshua Chamas
D. L. Fox wrote: I'm not sure if this is off topic because I'm not sure what is causing my problem - HTML, Apache::ASP, or what... I've been working on converting a personal site to XHTML 1.0 strict. The test page I'm using validates as XHTML 1.0 strict per the W3C validator. The problem I'm hav

Re: Content not sent to browser from Windows based Apache::ASP scripts

2005-06-22 Thread Joshua Chamas
lyntonsurveys007 wrote: We are using Apache::ASP version 2.55, and the devside v1.14 (http://www.devside.net/) builds of apache/mod_perl (Apache 2.0.52, mod_perl 1.99_18). Try recent versions of Apache::ASP & mod_perl, and maybe this will work for you. There was some version collisions bet

Re: my questions about apache-asp

2005-06-22 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: |2) does apache-asp stop developping now since there is no update |for one and half year ? ]- Apache::ASP is a matured module, and very much error free :")) I think this is the main reason there is not a big activity. Thanks :) As I'm talking, one question

Re: my questions about apache-asp

2005-06-19 Thread Joshua Chamas
wenheping2000 wrote: HI, i have some questions about apache-asp: 1) can apache-asp support using access database? You could access an Access database by using DBD::ODBC on windows. 2) does apache-asp stop developping now since there is no update for one and half year ? Cer

Re: An article I published about Apache::ASP

2005-05-25 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: Hi boys. If somebody is interested... There are two articles I published online in the beginning of the year. The articles are in bulgarian. Here are the links: PerlModule Apache::ASP 1 http://www.it-place.net/index.php?type=dev&rid=6&action=show_tut&srcid=151 PerlModule

[Announce] Apache::ASP 2.59

2005-05-23 Thread Joshua Chamas
Hi Apache::ASP Community, The Apache::ASP v2.59 release has been uploaded to PAUSE, and should land in your local CPAN shortly, or: http://www.cpan.org/modules/by-module/Apache/CHAMAS/ The CHANGES are below, and the focus of the release is was to fix things to work with the latest mod_perl-2.

Re: Server -> ServerReq

2005-05-23 Thread Joshua Chamas
perennialmind wrote: This may well be fixed in cvs, but I didn't see any info on how to find out, so, just in case... According to http://perl.apache.org/dist/mod_perl-2.0-current/Changes , mod_perl version 1.99_15 moved Apache::Server to Apache::ServerReq. As of Apache::ASP version 2.57, AS

Re: mod_proxy

2005-05-23 Thread Joshua Chamas
Fer madrid wrote: Hi all, We want to limit the number of Apache's children serving the same ASP concurrently (since mod_throttle_acces seems not to be maintained any longer). We were adviced to use mod_proxy but we do not really know how to configure it. Has anybody a working sample?

Re: Problem with PDF files

2005-05-23 Thread Joshua Chamas
Jonathan Dixon wrote: I am running a website where I want to control access to the various files. I have the directory setup in httpd.conf with: ... This works well for the .doc, .css, .html, and .asp files, but the pdf files always crash with an error along the lines of: [error] error comp

Re: Apache::ASP with latest mod_perl-2

2005-05-23 Thread Joshua Chamas
Randy Kobes wrote: The following two patches, against Apache-ASP-2.57, work for me in getting a simple Apache::ASP page to display with the latest mod_perl-2 version on CPAN (note that this is the official 2.0 release). These patches takes into account the renaming that was done as described at

Re: problem

2005-05-23 Thread Joshua Chamas
hezi wrote: Hi i install apache::asp on windows apache_2.0.48-win32-x86-no_ssl.msi ActivePerl-5.8.6.811-MSWin32-x86-122208.msi And mod perl I have uploaded a new version of Apache::ASP to CPAN, 2.59, which should fix this error. Regards,

Re: MailErrorsTo

2005-03-13 Thread Joshua Chamas
Helmut wrote: Hi, i am using "MailErrorsTo" to get infos from scripts, that have been crashed on the production web server. .. PerlSetVar MailHost localhost PerlSetVar MailFrom [EMAIL PROTECTED] PerlSetVar MailErrorsTo [EMAIL PROTECTED] .. Mailer: exim 4.x Problem: The mails

Re: Apache::ASP Session Management Through Apache::Session

2005-03-07 Thread Joshua Chamas
Trevor Schellhorn wrote: Hi, I have been searching the mailing list archive for examples of setting up Apache::ASP to use Apache::Session for the session management. I have had little luck in finding information on this. We want to use Apache::Session for our session management because we are

Re: Cryptic error trying to upgrade

2005-03-07 Thread Joshua Chamas
Craig Eberly wrote: Excuse me if I sound ignorant here. Should I be getting this sdbm error if I'm only using mysql? I started thinking about it, and it just didn't make sense to me. Also, I rebuilt mod_perl, using the static option, but receive the same errors when accessing my web app. I

Re: Limit the number of processes serving the same resource

2005-03-03 Thread Joshua Chamas
Fer madrid wrote: Hello all, We want to limit the number of Apache children serving the same ASP concurrently. We've read that mod_throttle_access module does this job but the problem is that it seems that this module is not being maintained currently. Do you know an alternative to this module t

Re: Arguments truncated semi-randomly

2005-03-03 Thread Joshua Chamas
Warren Young wrote: - I set ASP's debug level to -1 and diffed the logs between the success and failure cases. The only significant change is this one: Success: "read 2343 bytes, tried 2343 bytes" Failure: "read 1387 bytes, tried 2354 bytes" That message is printed by ASP/Request.pm, line 232.

Re: copy failed

2005-03-03 Thread Joshua Chamas
hezi wrote: Hi All I am using apache2 on windows and when I try to do I failed “M:” is a maped drive When I do the same thing in perl script it works fine. What is the error, anything in $! or $@ after problem? Any error message at all anywhere? Common problems here include Apache executing

Re: Cryptic error trying to upgrade

2005-03-03 Thread Joshua Chamas
Craig Eberly wrote: Hmm, during which upgrade do you mean? I had to stop httpd 1.3 when doing the mod_perl install or the make test would fail. The apache 2 install seemed to go ok with 1.3 running since it was installing in a seperate directory. Sorry, I did not check mail for a while. I w

Re: What's the standard way to detect session timeout?

2005-03-03 Thread Joshua Chamas
mark_mcwiggins wrote: Does the '$Session' variable become undefined, or what's the best way to detect this happening? Session_OnStart event can be used when things are just starting. Otherwise, set something, and if its not there you know the session has become undefined. Another way that you might

Re: Perplexing Cookies - two issues (down to one)

2005-02-27 Thread Joshua Chamas
Skylos wrote: On Sun, 27 Feb 2005 19:11:03 -0800, Joshua Chamas <[EMAIL PROTECTED]> wrote: ... Ack, I didn't explain it right. No... its that this... $Response->Cookies("ccc", "refReferer", $ENV{HTTP_REFERER}); $Response->Cookies("ccc", "

Re: StatScripts parameter

2005-02-27 Thread Joshua Chamas
Fer madrid wrote: Hi Josh, Yes, we noticed that setting StatScripts to 0 the stat() call decreases and the changes are not rendered by the modified ASPs. However, we don't get a better CPU performance. Is this correct? StatScripts should give you some better performance, but this may not be much c

Re: Perplexing Cookies - two issues

2005-02-27 Thread Joshua Chamas
Skylos wrote: ... $Response->Cookies('ccc', 'key', 'val') ; $Response->Cookies('ccc', 'Domain', 'mydomain.com'); resulted in $Response->{Cookies}{ccc}{key} = 'val'; $Response->{Cookies}{ccc}{Domain} = 'mydomain.com'; This should work fine. The function AddCookieHeaders() should pick up this data co

Re: Trying to get list/hash of form values with Params

2005-02-06 Thread Joshua Chamas
Quoting mark_mcwiggins <[EMAIL PROTECTED]>: > > I can't get $Request->Params to give me the list of > parameters in a form I can loop through. Can someone > provide an example? > > I've tried variations on > > %params = $Request->Params(); > > foreach $key (keys %params) >

Re: Can't locate object method "log_error" via package "Apache::RequestRec"

2004-11-11 Thread Joshua Chamas
Quoting Patrick Conroy <[EMAIL PROTECTED]>: > > I am not sure what would cause this problem. It seems pretty late > > in the Apache::ASP request cycle to be getting this error. Does > > it help to add any of these things explicitly to your httpd.conf? > > > >PerlModule Apache > >PerlModu

Re: Can't undef active subroutine

2004-08-23 Thread Joshua Chamas
Quoting Arnon Weinberg <[EMAIL PROTECTED]>: > > I'm getting the following in my error_log: > [asp] [12696] [error] Can't undef active subroutine at > /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 1320. <--> , > /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 1518 > > The following code is su

Re: Storing large amounts of data in the $Application object

2004-08-23 Thread Joshua Chamas
Quoting Glen Koundry <[EMAIL PROTECTED]>: > Thanks, I'll try this. > > One other thing that I noticed when I was attempting to use the $Application > object to store things was that the data seemed to disappear whenever a > session timed out. Not sure if it's a bug or by design. > This is by des

Re: Strange error

2004-08-11 Thread Joshua Chamas
Quoting Webmaster <[EMAIL PROTECTED]>: > I am getting the error below that I have not been able to figure out. Can > anyone point me in the right direction? > > > [ASP WARN] Can't call method "cleanup_register" on an undefined value at > /usr/lib/perl5/site_perl/5.8.3/Apache/ASP.pm line 513. >

RE: View contents of loaded global.asa

2004-07-20 Thread Joshua Chamas
Quoting Nicholas Schuetz <[EMAIL PROTECTED]>: > > Thanks for the reply, Warren. I have already taken this aproach. I know the > global.asa I am working with is in fact the one being compiled. One very > important point I need to bring up is that I have UniquePackages 1 set. If I > unset this my ap

Re: Load.pm patch

2004-07-20 Thread Joshua Chamas
Quoting Thanos Chatziathanassiou <[EMAIL PROTECTED]>: > Thanos Chatziathanassiou wrote: > > > Joshua Chamas wrote: > > > >> Quoting Thanos Chatziathanassiou <[EMAIL PROTECTED]>: > >> > >> It does seem useful. My work around before has bee

RE: View contents of loaded global.asa

2004-07-20 Thread Joshua Chamas
Quoting Nicholas Schuetz <[EMAIL PROTECTED]>: > > OK one more thing, I was reading through the Apache::ASP documentation > trying to figure out where I went a stray and here is where I think I got > confused. This is the description for GlobalPackages: > ... > Also, I never had to set the PerlModul

Re: Load.pm patch

2004-07-16 Thread Joshua Chamas
Quoting Thanos Chatziathanassiou <[EMAIL PROTECTED]>: > Hi list. > > Since I'm using Apache::ASP::Loader to precompile scripts and doing so > via NFS, it kind of took a long time. > Most of it was spent not compiling scipts, but traversing files and > directories which is still painfully slow on N

Re: Porting from ActivePerl/IIS to Apache::ASP

2004-07-16 Thread Joshua Chamas
Quoting Warren Young <[EMAIL PROTECTED]>: > Unknown wrote: > > > Our problem is the original authors of the code assumed variables are > > not globally scoped. > > You mean one of the original authors doesn't understand Perl. > Besides Warren's excellent response to your original email, I would l

Re: CGI.pm doesn't work propertly with $Request->Form object

2004-07-09 Thread Joshua Chamas
Others have reported problems using Apache2 and CGI. I might try downgrading CGI and see if that helps. CGI 2.78 or some such is one I have success with generally, but I am not big on always upgrading to the latest if what I have worked. You can find older modules at: http://backpan.cpan.org/

Re: Two Applications in one Root directory

2004-07-08 Thread Joshua Chamas
Quoting k_berov <[EMAIL PROTECTED]>: > Hi boys! > Can somebody tell me is it possible to have two applications in one > root directory? > I think it is, but how to configure it? > Do I have to use .htacces files which overrides each other? > What happens with sessions? > I was frustrated by being

Re: [bug?] include mechanism

2004-07-08 Thread Joshua Chamas
Quoting Marko Friedemann <[EMAIL PROTECTED]>: > Well, yes. This IS how it works. The question is wether it is actually > SUPPOSED to be that way and wether there is any security or whatever > other reason for it to be so. > I did say that I consider this a flaw, because it is not what you > usually

Re: [bug?] include mechanism

2004-07-07 Thread Joshua Chamas
Quoting Marko Friedemann <[EMAIL PROTECTED]>: > Hi list, > > I started playing around with Apache::ASP the other day and encountered > a rather strange way of dealing with includes. > > Let's say I have the following situation: > > 1 (folder) > +-- A (file) > +-- 2 (folder) > +-- B (file) >

Re: upgrading from v1.95

2003-08-04 Thread Joshua Chamas
Quoting Remi Fasol <[EMAIL PROTECTED]>: > hello, > > i'm a moving my site to a new machine and decided to > upgrade from version 1.95 to the current version. > > i enable cookieless sessions via SessionQuery but > would like to turn this feature off when my local site > indexing system runs (oth

Re: a complete package?

2003-08-04 Thread Joshua Chamas
Quoting Marco Sottana <[EMAIL PROTECTED]>: > where can i find a complete package with mysql apache and asp module all > toghether? If this is windows, I would recommend looking at: http://www.apache-asp.org/install.html#Win32%20%2F%20Wind0f0e8ac6 for the Perl & Apache & Apache::ASP distributi

Re: Why HTTP Code 200 instead of 500?

2003-07-19 Thread Joshua Chamas
with error document rendering & that kind of thing. Regards, Josh Quoting Philip Mak <[EMAIL PROTECTED]>: > On Fri, Jul 18, 2003 at 10:24:20PM -0400, Joshua Chamas wrote: > > This is what happens when Debug is set to higher than 1/-1. You > > might have settings of 2/

Re: Why HTTP Code 200 instead of 500?

2003-07-18 Thread Joshua Chamas
This is what happens when Debug is set to higher than 1/-1. You might have settings of 2/-2 or 3/-3, which renders errors pretty HTML format like this. --Josh Quoting Philip Mak <[EMAIL PROTECTED]>: > I got this from Apache::ASP: > > HTTP/1.1 200 OK > Date: Fri, 18 Jul 2003 23:13:35 GMT > Ser

Re: Recent benchmarks?

2002-07-03 Thread Joshua Chamas
Stephen Bardsley wrote: > Joshua: > > I was wondering if you or anyone else have run any benchmarks > lately. I looked back and the most recent I find are from > mid November 2001. That's good enough if its the latest, > but I thought I would ask. > > If I can find some time, I will attempt to

Re: Two fixes for perl 5.7.x and 5.8.x

2002-07-02 Thread Joshua Chamas
Manabu Higashida wrote: > I've enclosed two simple fixes for 2.35 to work with perl 5.7.x and > 5.8.x. First one have caused failure in "t/cache.t" and second one is > needed for nested Class::Struct declaration. > Thanks much for these fixes. I'll put these out in the next release shortly. -

Re: problem installing Apache::PHP on Windows

2002-07-01 Thread Joshua Chamas
ing problem. Regards, Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To

Apache::ASP Commercial Support Directory

2002-07-01 Thread Joshua Chamas
services as relevant to Apache::ASP. Prices for hosting or professional services are also welcome, as this might serve as a quick reference to those browsing the list. Thanks, Josh _ Joshua Chamas Chamas

Re: change

2002-07-01 Thread Joshua Chamas
becomes part of the standard documented feature set. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA ht

Re: PerlModule?

2002-07-01 Thread Joshua Chamas
Joel Hughes wrote: > Thanks Joshua, > I have changed httpd.conf as per your recomendation (to force mod perl on) > and now httpd -t is saying its ok. I have restarted Apache. > > I have created a test asp page (imaginatively called test.asp) but it is not > getting processed by the server. The fi

Re: PerlModule?

2002-07-01 Thread Joshua Chamas
n for the context in which this command would get run in building apache/mod_per/mod_ssl. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beac

Re: perl modules visibility problem

2002-06-28 Thread Joshua Chamas
y address your issue & I forgot to mention it before. -- Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com

Re: perl modules visibility problem

2002-06-28 Thread Joshua Chamas
Alexander Shipitsyn wrote: > Friends, whether and at you arose the following problem: > > By the same machine we have 2 different virtual sites; their files are > located in different catalogues. > > In http.conf full freedom for .htaccess is given. > > Configuration Apache::ASP occurs thr

Re: 2 Simples Questions on upgrading/patching

2002-06-27 Thread Joshua Chamas
erent for you, but I have little experience in this area. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beac

Re: ADODB.Recordset

2002-06-26 Thread Joshua Chamas
e/Threaded/perl-win32-database If you find yourself not able to use the ADODB object well, you should consider using DBD::ODBC which has worked very well for me in my past experience. -- Josh _________ Joshua Chamas

Re: getting started...

2002-06-26 Thread Joshua Chamas
nstall.html#Quick%20Start -- Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 --

Re: Switch.pm not working under Apache::ASP

2002-06-23 Thread Joshua Chamas
e time being... He's > adding a note regarding this to the Switch docs. > > --Jim > > Great work in tracking this down Jim! Or at least getting Damian to do so ;) --Josh _ Joshua

Re: Identifier too long.

2002-06-23 Thread Joshua Chamas
oblem myself using either IE or Mozilla. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.node

Re: Identifier too long.

2002-06-23 Thread Joshua Chamas
you would please turn InodeNames off and create the error while Debug -3 is set & get me the data from the error_log for the entire request please. I will then try to recreate the error & fix it on my end. Thanks much. --Josh ______

Re: AppendToLog as [error]

2002-06-14 Thread Joshua Chamas
print STDERR "[WARN] [asp] [$$] [Invalid ASP Object $self] $msg\n"; } } --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Why non insertion

2002-06-12 Thread Joshua Chamas
ts in CGI mode. These have no effect when executing scripts in a mod_perl environment as that line is just ignored. --Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder H

Re: [False Alarm] It's index.html

2002-06-12 Thread Joshua Chamas
.html files as well. & configs can be used as well. --Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Quick Question on installation of SSI Module

2002-06-12 Thread Joshua Chamas
t need Apache::SSI or Apache::Filter to use Apache::ASP. However, you can install them & configure to work at any time in the future without damaging your installation. --Josh _________ Joshua Chamas

Re: Can I use Apache::DProf with Apache::ASP?

2002-06-11 Thread Joshua Chamas
ect if there is some config which happens to trigger the seg faulting. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www

Re: Problem Sending Cookies

2002-06-10 Thread Joshua Chamas
okies, and the results of running lwp-request -ed $URL --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 ---

Re: [OT] How can I test if my browsers don't react the same ? AND MORE !!!

2002-06-10 Thread Joshua Chamas
Ismael Touama wrote: > > Hi here everyone, > > Always on the continuity to make run my Apache::Filter > or my Apache::SSI (I really don't know in fact)... > I modify several configuration's information in my > /usr/local/apache/htdocs/site/eg/.htaccess and in my > /usr/local/apache/conf/httpd.co

Re: BinaryWrite and SAFEARRAY equivalent

2002-06-06 Thread Joshua Chamas
#x27;m not very hot on perl > itself. > I don't know SWIG at all, but BinaryWrite will need to ultimately get a perl scalar value passed to in containing the binary data in a string. --Josh _ Joshua Chamas

Re: ASP compile problem ... please help.

2002-06-06 Thread Joshua Chamas
That's an odd error. Try upgrading Apache::ASP to the latest in CPAN, and if you still get the problem let me know what the error is, and we will go from there. --Josh xhale wrote: > > Hi. > > I have Apache::ASP running on FreeBSD and it used to work fine until > I updated the software on th

Re: Seg faults executing sql within perl sub routine

2002-06-06 Thread Joshua Chamas
define subs directly in your ASP scripts. You can but I just would not advise it. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: [OT] session management

2002-06-06 Thread Joshua Chamas
course there's a timeout stored > within the session. > Sounds like ASP sessions alright ( as opposed to Apache::Session ). Make sure you really need to redo this. -- Josh _ Joshua Chamas Cha

Re: Seg faults executing sql within perl sub routine

2002-06-04 Thread Joshua Chamas
rl versions on a box ). --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubs

Re: Question about apache::asp

2002-06-04 Thread Joshua Chamas
mpiled on the fly for execution. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.co

Re: Euro currency symbol ?

2002-06-03 Thread Joshua Chamas
Apache::ASP::Request. -- Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubsc

Re: $Server->HTMLEncode, single quotes, and .pm files

2002-06-03 Thread Joshua Chamas
Philip Mak wrote: > > On Mon, Jun 03, 2002 at 04:05:52PM -0700, Joshua Chamas wrote: > > but having XMLSubs all go to includes is sometimes overkill. > > > > Obviously this points to a weakness in the system, to have to > > do these things. This might be better su

Re: $Server->HTMLEncode, single quotes, and .pm files

2002-06-03 Thread Joshua Chamas
n data is OK between HTML attribute quotes. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 ---

Re: $Server->HTMLEncode, single quotes, and .pm files

2002-06-03 Thread Joshua Chamas
uot;); } } My feeling is that some kind of global.asa subroutine would be more ASPish than having the perl subroutine defined. So this sub my::handler() could really be a XMLSubs_Handler that if defined in the global.asa would take over the execution, and the config for this might be just XMLSubs

Re: [ANNOUNCE] Apache::ASP 2.35 bugfix release

2002-06-03 Thread Joshua Chamas
ost. I will try to fix it so that it will skip the test if there is not a server running there, looks like it might have errored otherwise. Now, if you tell me there is a mail server running on localhost, then we need to look at this further. --Josh ________

Re: [ANNOUNCE] Apache::ASP 2.35 bugfix release

2002-06-02 Thread Joshua Chamas
bugs. This is what I do with all software except Apache::ASP :) --Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 ---

[ANNOUNCE] Apache::ASP 2.35 bugfix release

2002-06-02 Thread Joshua Chamas
because it seems that Archive::Tar does not untar the Apache::ASP distribution correctly. I have reported this bug to the maintainer of that module. -- Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWor

Re: even with quick start...it's HEAVEN !! but...

2002-05-30 Thread Joshua Chamas
x27;t worry about getting it to work unless you need it. If you want to continue, use the SSI config example in site/eg/.htaccess. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: How Do I know third part server installed ?

2002-05-30 Thread Joshua Chamas
to post it to this list, precede the subject line with [OT] --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodewor

Re: even with quick start...it's not heaven

2002-05-30 Thread Joshua Chamas
an example config for it in the .htaccess. For more information on what you might want SSI for, please see http://www.apache-asp.org/ssi.html and perldoc Apache::SSI, and http://httpd.apache.org/docs/mod/mod_include.html --Josh ___

Re: even with quick start...it's not heaven

2002-05-29 Thread Joshua Chamas
e examples working first. --Josh _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.

Re: Interpreting content/body in a XML/XSLT custom tag.

2002-05-29 Thread Joshua Chamas
ble The content in an XMLSubs tag is evaluated as normal ASP before being passed to the subroutine, so you could have more XMLSubs evaluated therein as well as ASP code blocks. --Josh _ Joshua Chamas Chama

Re: How to tell FileUploadMax exceeded?

2002-05-29 Thread Joshua Chamas
lf is not when the user processes the form, but I have not tried this & do not know the results. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Fou

Re: Error 1 at Apache::SSI compilation

2002-05-23 Thread Joshua Chamas
d ? > Apache::SSI often gives me errors for "make test" too, I also just usually just "make install" as well. As Apache::SSI is optional, you will only need it if you are using the filter functionality for SSI. --Josh ___

Re: Bug with return from

2002-05-21 Thread Joshua Chamas
>Include() call is like calling a subroutine, but is different in that file files are merged together into one script. --Josh _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: MLDB Tie Errors

2002-05-15 Thread Joshua Chamas
k that you not setting StateDir should cause the problems though, and I look forward to the error_log traces on the last version of Apache::ASP that I sent you. --Josh _________ Joshua Chamas Chamas Enterprises Inc. No

Re: MLDB Tie Errors

2002-05-15 Thread Joshua Chamas
Mike Martinet wrote: > > Joshua, > > Below please find ( for the benefit of the mailing list ) the shortened > version of my error log just before the error occurred. > > I will send you the entire tarzip (526k) of the log if you wish as an > attachment. > The error that you are getting is pr

Re: MLDBM Tie Errors

2002-05-15 Thread Joshua Chamas
r... > >> > >> > > > > You could also > > > > tie %hash, "MLDBM::Sync", $storage, O_RDWR | O_CREAT, 0660; > > tied(%hash)->Lock; > > > > to similar effect, as Lock() will actually force a tie to > > the dbm o

Re: ASP / Filter / Includes query

2002-05-15 Thread Joshua Chamas
i_filter.ssi with the config driven by: # .ssi for full ssi support, with Apache::Filter SetHandler perl-script PerlHandler Apache::ASP Apache::SSI PerlSetVar Global . PerlSetVar Filter On -- Josh

Re: using apache::asp with mod_perl 2.0, under apache 2.0 win32

2002-05-15 Thread Joshua Chamas
r StateDir "c:/apache2/asp" > > Try moving the PerlModule to outside the block. I ran into this problem too when getting mod_perl2 working just now. Note also that at least for now, Apache::ASP seems to only run fairly well when ThreadsPerChild is set to 1. --Josh __

Re: Problems setting up Apache::ASP 2.33 (Win32)

2002-05-15 Thread Joshua Chamas
If there are problems there too, it will be much easier to fix for me, so I will defer further investigation until that time. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Where's & which's my httpd ?

2002-05-14 Thread Joshua Chamas
guess it was the static way no "USE_DSO=1" > Right, static build is no "USE_DSO=1" --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Foun

  1   2   3   4   5   >