Re:

1999-10-03 Thread Joshua Chamas
on't know the "real" answer to your problem, as I don't see $ENV{PATH} being referenced anywhere in your above code. If you do have a RedHat mod_perl RPM, and get other odd errors in the future, you might consider compiling mod_perl and Apache yourself, as it seems to be the gen

Re: Apache::ASP, Sessions and content handlers

1999-10-07 Thread Joshua Chamas
Apache::Session will be available in your ASP scripts as $Session Do you really want the events outside the context of ASP ? -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring

Re: Comparison PHP,clean mod_perl script,Apache::ASP,HTML::Embperl

1999-10-08 Thread Joshua Chamas
--Joshua _____ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-562-683-2142

Re: Apache::ASP, Sessions and content handlers

1999-10-08 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-562-683-2142

Re: Apache::ASP Apache Authentication?

1999-10-14 Thread Joshua Chamas
this happens to you ? Sorry for my tardiness on this dealing. I've been behind on things because of a recent move. -- Joshua _________ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring Huntington

Re: HELLO WORLD embperl/freeBSD/PII 300 184RPS

1999-10-14 Thread Joshua Chamas
Rudy, Congrats, you just submitted the fastest Embperl benchmark yet!! I just update the benchmarks at http://www.chamas.com/hello_world.html with your results. Thanks for the contribution. --Joshua _ Joshua Chamas

Re: Take my words about performance Apache::ASP back

1999-10-16 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 Gerald Richter wrote: When I told that ASP slower than Embperl - Joshua Chamas said

Re: Apache::ASP

1999-10-18 Thread Joshua Chamas
scripts, since CGI code can be executed in ASP scripts just by wrapping the code up in % % --Joshua _ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring Huntington Beach, CA USA

Re: Runaway processes

1999-10-21 Thread Joshua Chamas
this with the the below Oracle specific code, run in a cron job. Note that I use a class that wraps around DBI, so you will have to change some things to make it work for you. -- Joshua _ Joshua Chamas Chamas Enterprises

Re: error message

1999-10-27 Thread Joshua Chamas
re getting this error because of the DSO quirkiness. This isn't an RPM is it ? -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring Huntington Beach, CA USA http://www.nod

Re: Apache mod_proxy inefficiencies

1999-10-27 Thread Joshua Chamas
% performance hit when pulling content through the proxy. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NODEWORKS free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1

Re: mod-perl logo

1999-11-01 Thread Joshua Chamas
-- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP

1999-11-02 Thread Joshua Chamas
ase connections persistent per process. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP fork

1999-11-09 Thread Joshua Chamas
, is insert a run record into a database that gets picked up by a cron job later, and forks off a PursuitSpider when relevant. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link

Re: Apache::ASP

1999-11-15 Thread Joshua Chamas
. Check out the mod_perl guide for more info, at http://perl.apache.org/guide/ Try "use strict" with your code, to make sure you don't have any unwanted globals. -- Joshua _____ Joshua Chamas Chamas Enter

Re: Apache::ASP

1999-11-15 Thread Joshua Chamas
. If this problem persists, you should contact the site's webmaster. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com

Re: Apache::ASP

1999-11-15 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 Lauchlan Fraser wrote: I received an error while

Re: Ye Ol' Template System Thread

1999-11-15 Thread Joshua Chamas
benchmark, but don't know where they are with it. Please feel free to submit a benchmark for it. Check out http://www.chamas.com/hello_world.html -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks

Re: Apache::ASP and SSI

1999-11-15 Thread Joshua Chamas
PerlSetVar Filter On /Files -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Ye Ol' Template System Thread

1999-11-15 Thread Joshua Chamas
/objects.html BufferingOn confighttp://www.nodeworks.com/asp/config.html#BufferingOn -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http

Re: CONTINIUS ERROR

1999-11-17 Thread Joshua Chamas
There has been an error with the web site you were using, please contact that web master with this. You were never supposed to see this output, as it was for web site debugging only, and the web site is misconfigured. --Joshua Christian Callejon wrote: Hello, i dont undestand this error

Re: Apache::ASP config question

1999-01-17 Thread Joshua Chamas
servers, separate perl builds, ... (?) -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP

1999-11-23 Thread Joshua Chamas
a space between Global /tmp :) -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Joshua Chamas
ross pages. %udat is the user $Session of Embperl. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com

Re: Apache::ASP (Newbie Install Issues)

1999-11-30 Thread Joshua Chamas
u have any better ideas on how to document this, I'm all ears. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com

Re: Apache::ASP (Newbie Install Issues)

1999-12-01 Thread Joshua Chamas
precedence over Directory tag in this case, but I'm not an Apache config wiz, so can't tell you for sure. If the Directory tag had kicked, so too would the .htaccess -- Joshua _____ Joshua Chamas Chamas Enter

Re: Associative Arrays problem

1999-12-07 Thread Joshua Chamas
ot; at the top of your code, but be prepared to go to your apache error log for the compile errors. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-07 Thread Joshua Chamas
offsite, the referer header sent by the client has the client's session id in it still, and the unethical webmaster could easily then access the users sessions by looking at the referer logs. -- Joshua _ Joshua Chamas

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-07 Thread Joshua Chamas
-cookie secure sessions myself, but if I am going to give ASP developers a session option, it should be possible to make secure. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-07 Thread Joshua Chamas
|htmlheadmeta http-equiv=refresh content='0;URL=$redir_url'/headbody/body/html|; return OK; } meta refresh === Brilliant !! Thanks Bill for this excellent work around. --Joshua _ Joshua Chamas

Re: Apache::ASP problem with global.asa

1999-12-08 Thread Joshua Chamas
global.asa. Try upgrading to the latest Apache::ASP. --Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625

RESOLVED Re: Apache::ASP - I think bug...

1999-12-09 Thread Joshua Chamas
et scripts to try to recompile after the first use strict error without success. Anyone have any pointers here on "use strict" compilation errors? BTW, I found you can trap their output by overriding $SIG{__WARN__} --Joshua _______

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-09 Thread Joshua Chamas
more visibly intrusive. Jamie, if you want to see our previous discussion here on cookieless sessions, check out: http://www.egroups.com/MessagesPage?listName=modperlsearch=%22asp+cookieless+sessions%22 -- Joshua _ Joshua Chamas

Apache::ASP + use strict

1999-12-09 Thread Joshua Chamas
er does. Let me know if you want my latest dev version of Apache::ASP. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP problem with global.asa

1999-12-09 Thread Joshua Chamas
test just to make sure things look good first. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625

Re: Best setting for KeepAliveTimeout

1999-12-13 Thread Joshua Chamas
-- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Session

1999-12-15 Thread Joshua Chamas
oshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 ## use Secret to generate your MD5 hexhash $MD5 = ne

Re: Storing hashes in Apache::ASP

2000-01-06 Thread Joshua Chamas
David is right here... $Session-{Stuff} = \%stuff is your answer. --Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com

Re: question about global.asa

2000-01-07 Thread Joshua Chamas
y should work fine. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: oracle : The lowdown

2000-01-11 Thread Joshua Chamas
lso evaled Sybase, Informix, DB2, SQLServer 6.5, Solid, and found Oracle to be the best of all those, but if you don't need transactions, go with MySQL... Good luck, Joshua _____ Joshua Chamas Chamas Enter

Re: Apache::ASP internal.lock error

2000-01-11 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP internal.lock error

2000-01-11 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP

2000-01-12 Thread Joshua Chamas
You know that mod_perl is working in the server by having mod_perl's "make test" work, or by trying something simple like "PerlModule CGI" in a config. -- Joshua _____ Joshua Chamas Chamas Enterp

Re: oracle : The lowdown

2000-01-12 Thread Joshua Chamas
Matt Sergeant wrote: On Tue, 11 Jan 2000, Joshua Chamas wrote: BTW, I have also evaled Sybase, Informix, DB2, SQLServer 6.5, Solid, and found Oracle to be the best of all those, but if you don't need transactions, go with MySQL... Do you mind sharing with me (if not the list) why

Re: Apache::ASP

2000-01-12 Thread Joshua Chamas
your new httpd to your final home /usr/local/apache/... Once you have the new server copied over it should have the mod_perl tag in the header too. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks

Re: Apache::ASP

2000-01-12 Thread Joshua Chamas
. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 don Wang wrote: Joshua, Thanks again

Apache::ASP Cookieless Sessions

2000-01-13 Thread Joshua Chamas
, the SessionQueryParse is a great option. So, if anyone would like to try this before its ships out for general consumption, that would be great. Send me a mail, and I'll send you back my dev version. -- Joshua _ Joshua Chamas

Apache::ASP XML Extension

2000-01-13 Thread Joshua Chamas
are the XML pro in these parts. Any suggestions or feedback ? Thanks. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Joshua Chamas
of curiosity really, because I think you should still rebuild stuff, does SDBM_File load fine, if not being preloaded ? -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Joshua Chamas
with this problem personally, so can't really pursue it for you. Maybe someone else has some insight? -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA

Re: Apache::ASP XML Extension

2000-01-14 Thread Joshua Chamas
een trying to figure out how XML makes sense in the context of Apache::ASP, and think this would be good start. Thanks for your feedback, and I appreciate your honest discourse. -- Joshua _____ Joshua Chamas

Re: squid performance

2000-01-17 Thread Joshua Chamas
y be used to buffer large files. Save me a source tweak in the future. ;) -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nod

Re: ASP-Loader result in 'Attempt to free non-existent shared...'

2000-01-17 Thread Joshua Chamas
altogether. But, there is something else wrong lurking here, 2500 errors!!, so keep this is the back of your mind in case anything else comes up. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link

Re: Apache::ASP

2000-01-25 Thread Joshua Chamas
and get the examples working with the ./site/eg/.htaccess config. Check out the config directions at: http://www.nodeworks.com/asp/config.html -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks

Re: Running 2 httpd on one mache question.

2000-01-26 Thread Joshua Chamas
ike phttpd (for proxy-httpd), or some such, then its real easy to tell. You'll have to change the apachectl command script with the new binary name of apache. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc.

Re: problem with variables sticking.

2000-01-26 Thread Joshua Chamas
o! http://perl.apache.org/guide/ The problem you are having is documented in the guide. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA

Re: using socket on NT's mod-perl

2000-01-26 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Embperl-mysql == dismal performance.

2000-01-27 Thread Joshua Chamas
th indexes if you haven't already, your queries may be less than optimal now. A properly tuned mysql database will also NOT be your problem. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks fre

ANNOUNCE: Updated Hello World Web Application Benchmarks

2000-01-28 Thread Joshua Chamas
of your contributions, and keep them coming! -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625

Re: ANNOUNCE: Updated Hello World Web Application Benchmarks

2000-01-28 Thread Joshua Chamas
Perrin Harkins wrote: On Fri, 28 Jan 2000, Joshua Chamas wrote: I have updated the Hello World Web Application Benchmarks, now at http://www.chamas.com/bench/ The end result of all this is that you have benchmark numbers which, while sort of entertaining, should not be used to make any

Re: ANNOUNCE: Updated Hello World Web Application Benchmarks

2000-01-29 Thread Joshua Chamas
hem up somehow. What should I do with results that seem skewed in general? Not post them until there is secondary confirmation ? Thanks Perrin for your feedback. -- Joshua _________ Joshua Chamas Chamas Enterprises Inc.

Re: IPC::Cache version 0.01 available

2000-01-30 Thread Joshua Chamas
with date based. Thanks for posting. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Can't upload binary file (Apache::ASP sample)

2000-01-31 Thread Joshua Chamas
an Apache LimitRequestBody. Failing all of these, I could give you my Apache::ASP dev version, which has some new file upload work done, but none that would obviously fix your problem. -- Joshua _____ Joshua Chamas

Re: ASP Application variable; StatINCMatch variable

2000-02-01 Thread Joshua Chamas
illage dir is in the perl directory path and contains the modules that I would like reloaded) Yes, that's how its use is intended. -- Joshua _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link moni

Re: Caucho faster than mod_perl?

2000-02-01 Thread Joshua Chamas
submitted the bench, that would be great!, since they already done a few on their Linux boxes to readily compare against. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring

Re: Can't upload binary file (Apache::ASP sample)

2000-02-02 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 Greg wrote: - Original Message - From: Joshua

Re: XML applications in mod_perl/apache xml project

2000-02-02 Thread Joshua Chamas
ing for. What about the Cocoon project or any other at xml.apache.org would you like to use ? I guess I'm asking that you clarify what "does stuff" means. -- Joshua _____ Joshua Chamas Chamas Enterprises

Re: ASP Application variable; StatINCMatch variable

2000-02-02 Thread Joshua Chamas
is that they need to login again, and that timeouts occur after Apache-dir_config(SessionTimeout) minutes, if set. --Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring

Re: benchmarking mod_perl

2000-02-03 Thread Joshua Chamas
-- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Registry scripts slower than handlers: Why?

2000-02-03 Thread Joshua Chamas
Jie Gao wrote: On Thu, 3 Feb 2000, Joshua Chamas wrote: I regrouped the HelloWorld benchmark data at http://www.chamas.com/bench/ recently, so that it gives you a more informative comparison of the relative startup costs of web environments on a per platform basis. Registry scripts

Re: Apache::ASP

2000-02-03 Thread Joshua Chamas
o anything, and may be enough for your needs in this case. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com

Re: Performance advantages to one large, -or many small mod_perlprogram?

2000-02-04 Thread Joshua Chamas
sense. - ask When I implemented this for the Apache::ASP StatINCMatch option it matches on the full path of the file so that someone could match on directory or name or whatever. -- Joshua _ Joshua Chamas

Re: ASP not working

2000-02-04 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

UPDATED: HelloWorld Benchmarks with Resin OpenASP !

2000-02-05 Thread Joshua Chamas
it didn't make much difference anyway. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP [undefined subroutine]

2000-02-06 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP and PerlSetVar

2000-02-09 Thread Joshua Chamas
('CustomConfig') ... I could always add some Apache::ASP interface like $Server-Config() if you would prefer. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington

Re: Apache::ASP and Apache::SSI problems

2000-02-10 Thread Joshua Chamas
in this case, so your results seem odd. Question, does the ./site/eg/ssi_filter.ssi example work for you? Then we probably just have a config problem here. -- Joshua _____ Joshua Chamas Chamas Enterprises

Re: Apache::ASP HTTP's validation model

2000-02-11 Thread Joshua Chamas
with these headers, but my recommendation would be to set the $Response-{Expires} to some time in the future, like 3600 for an hour. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link

Re: Embedded Perl XML Extensions ...

2000-02-13 Thread Joshua Chamas
likely wait this out a bit to see how it shapes up, and would finally need an Apache::ASP user to require this functionality before pursuing it further. Leslie, are you that user ? --Joshua _ Joshua Chamas

Re: Apache::ASP HTTP's validation model

2000-02-13 Thread Joshua Chamas
-- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Embperl vs. Mason

2000-02-14 Thread Joshua Chamas
environments provide expert modularization caching methodologies with Mason's component architecture and Embperl's new object and Execute() routine. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free

Re: Apache::ASP HTTP's validation model

2000-02-14 Thread Joshua Chamas
be reasonable in this case ? -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Dynamic pages and ASP solutions - Apache::ASP vs. ChiliSoft ASP

2000-02-14 Thread Joshua Chamas
;) -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Embperl vs. Mason

2000-02-15 Thread Joshua Chamas
some sort of grid be useful listing, comparing, even ranking features for each environment ? Is there anyone impartial who could do this ? Again it might be interesting to have the authors do it for each other. --Joshua _ Joshua

Re: Apache::ASP and Apache::SSI

2000-02-10 Thread Joshua Chamas
stax error. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

[asp] $Response-{FontFace} ?

2000-03-27 Thread Joshua Chamas
might implement this would be a general Script_OnFlush hook, which would allow pre-flush processing of the $Response buffer, so you can do whatever you want at that time. Any preferences, or thoughts? -- Joshua _ Joshua Chamas

Re: [PATCH] in memory $Application object for Apache::ASP

2000-03-29 Thread Joshua Chamas
they are coming from. --Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: [PATCH] hack for $App obj in memory take 2 (config opt)

2000-03-29 Thread Joshua Chamas
PerlSetVar AppDataPerProcess 1 If you set AllowApplicationState to 0, then the system will not define $Application, and you are free to use it then for a per-process global. -- Joshua _ Joshua Chamas

Re: [PATCH] in memory $Application object for Apache::ASP

2000-03-29 Thread Joshua Chamas
tion_OnEnd -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: [OT] javascript to perlscript porting tool

2000-04-03 Thread Joshua Chamas
- PerlScript one day. Would you mind if I pulled some of your logic from your work with the necessary kudos? -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-04 Thread Joshua Chamas
use you have so much $Application-{Config} writing going on. Can you print out in different parts of your program and isolate the line that causes the segfault? --Joshua _________ Joshua Chamas Chamas Enterprises Inc. Node

Re: Another Error in Apache::ASP and Perl 5.6.0

2000-04-07 Thread Joshua Chamas
e programs on Linux 2.2.12-20(Redhat 6.1), The C compiler for Perl Modules and all these systems is the default one in Redhat 6.1, I think egcs 2.91-66. Di, Yu 4.7 On Fri, 7 Apr 2000, Joshua Chamas wrote: Sounds like an odd conflict between 5.6, mod_perl and DBI or DBD::mysql. Anyon

Re: mod_perl shared perl instances?

2000-04-07 Thread Joshua Chamas
it the way Gunther suggested. --Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP Install - Need help

2000-04-09 Thread Joshua Chamas
anywhere, or didn't copy the .htaccess config correctly. Check out: http://www.nodeworks.com/asp/install.html#Quick%20Start -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring

Re: Sometimes stdout ends in the error_log!

2000-04-09 Thread Joshua Chamas
Give me the Apache::ASP page, and I'll try to duplicate the problem on my end. --Joshua Dan McCormick wrote: I've encountered a similar problem, in which 'die' statements that should never be called end up printing to the error log. Recently I even did if (0) { die "whoops" } and a

Re: Apache::ASP and gzip/inflate compression

2000-04-12 Thread Joshua Chamas
you a dev copy when its done. -- Joshua _________ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP and @INC

2000-04-13 Thread Joshua Chamas
Global should be added to @INC, and its always worked for me. Are you sure that your .htaccess is being used? Set debugging to -2 and check out what the error_log says for one request. If global is set, but @INC is not, then we really have a problem. --Joshua "Mark T. Dame" wrote: "Mark T.

Re: Apache::SSI forces text/html?

2000-04-14 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP problem, example index.html not working

2000-04-16 Thread Joshua Chamas
You need to also copy over the global.asa file from the examples. --Joshua Andy Yiu wrote: Hi, this is Andy again. It's about that, after I installed the ASP patch, all other *.asp are working but the index.html is not which claim that it couldn't find glocal.asa The .htaccess file I

Re: cgiwrap for Apache::ASP?

2000-04-17 Thread Joshua Chamas
it "uses" in addition to perl compiling its own 1000s of lines of code. -- Joshua _____ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beach, CA USA http://www.nod

  1   2   3   4   5   >