Re: problem with multiple select

2001-06-07 Thread Joshua Chamas
There may be a bug here ... Apache::ASP handles file uploads with different logic from other forms by using CGI.pm for the underlying file upload parsing. I'll look into this ( early next week ) and see if I can't make multiple select values behave properly in this context. --Josh --- Anton

Re: problem with multiple select

2001-06-10 Thread Joshua Chamas
was: diff ASP.pm~ ASP.pm 2911c2911,2912 $form{$_} = $q-param($_); --- my @params = $q-param($_); $form{$_} = @params 1 ? [ @params ] : $params[0]; --Josh _ Joshua Chamas

Apache::ASP v2.11 Parser optimization broke under perl 5.6.1

2001-06-11 Thread Joshua Chamas
position to the beginning of the string, but you can avoid that by adding the /c modifier (e.g. m//gc). Modifying the target string also resets the search position. Thanks, Josh _ Joshua Chamas

Re: Bug report: FormFill functionality

2001-06-13 Thread Joshua Chamas
The bug you describe below has to do with the way HTML::FillInForm works. I have cc'd the author TJ Mather on this email. This might really have to do with the way HTML::Parser works. Also note, Apache::ASP 2.15 has just been released, which works under perl 5.6.1 just as 2.09 does. --Josh

[ANNOUNCE] Hello World Benchmark Suite, latest release

2001-06-13 Thread Joshua Chamas
Hey, I have released the latest Hello World benchmark suite, which you can find at http://www.chamas.com/bench/hello.tar.gz ... Enjoy! A special note to Apache::ASP users: the benchmarks seem to show that for real web pages ( more than Hello World ), Apache::ASP is one of the fastest perl web

Re: emacs mode for ASP?

2001-06-17 Thread Joshua Chamas
-submode-face) (%= . mmm-output-submode_face)) :front %=? :back % ))) Below is the full config for Apache::ASP ... --Josh ;;; Apache::ASP mmm-mode config, by Joshua Chamas, 6/17

Re: Next Big Apache::ASP Feature?

2001-06-17 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks - Web Link Checking Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: What is an application?

2001-06-25 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks - Web Link Checking Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e

Re: Auth

2001-06-26 Thread Joshua Chamas
on Apache for any bit of it, so that you can control the auth realm on each request. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks - Web Link Checking Huntington Beach, CA USA http

Re: Where should constant declarations go?

2001-06-27 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks - Web Link Checking Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Puzzling line numbers

2001-06-29 Thread Joshua Chamas
it as necessary. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks - Web Link Checking Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: New install on Solaris: global.asa not loaded

2001-08-01 Thread Joshua Chamas
.htaccess file and is being used where .htaccess is not. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1

Re: $q-param() v.s. $Request-QueryString/Form

2001-08-05 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Help dir_config problem

2001-08-14 Thread Joshua Chamas
scratch compiled statically. There's a file make_httpd/build_httpds.sh in the Apache::ASP distribution that you can use that might help with this. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks

Re: inlined - Includes

2001-08-15 Thread Joshua Chamas
do you need inline includes anyway? Normally scoping issues can be solved pretty well by passing arguments to an include or using objects and globals for data sharing. --Josh _ Joshua Chamas Chamas

Re: State Dirs and LVS

2001-08-16 Thread Joshua Chamas
, but SDBM_File does not have that issue. Note, you can also set up a $Session easily with Apache::Session going to a database if this doesn't work for you. But you don't get Apache::ASP session management and events. --Josh _ Joshua

Re: ASP, mod_perl, and Apache problem

2001-08-16 Thread Joshua Chamas
on the Apache/Unix platforms that support VBScript. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714

Re: PerlSetVar Global on Win32

2001-08-18 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e-mail: [EMAIL

Re: How to avoid the debug to display.

2001-08-20 Thread Joshua Chamas
that burdened customers with their error messages, so what I proscribe above was an intentional replacement to what you suggest, funny. _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Plea for an unneccesary(?) enhancement to Apache::ASP

2001-08-21 Thread Joshua Chamas
name=text$count value=$data / % } % --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Updating Apache::ASP

2001-08-28 Thread Joshua Chamas
directory. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Using % % in global.asa?

2001-09-02 Thread Joshua Chamas
Philip Mak wrote: I remember being told that any subroutines I define should be defined in global.asa rather than in an .asp script, to avoid having the subroutines being redefined all the time. What if I am writing a subroutine that has to output a bunch of HTML code... is it possible

Re: Identifier Too Long Error with Long Pathnames

2001-09-08 Thread Joshua Chamas
into. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Can not run asp.

2001-09-08 Thread Joshua Chamas
, which is important to do whenever you do a major perl module installation. Later on, when performance tuning, make sure to add PerlModule Apache::ASP to your httpd.conf. --Josh _ Joshua Chamas Chamas

Re: Parsing error? with XMLSubs

2001-09-08 Thread Joshua Chamas
. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Why is my script slow?

2001-09-08 Thread Joshua Chamas
is running? You have to PerlRequire it explicitly. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714

Re: Why is my script slow?

2001-09-09 Thread Joshua Chamas
Philip Mak wrote: On Sat, 8 Sep 2001, Joshua Chamas wrote: Can you show a trace in the error_log with Debug set to -3 ? Make sure Time::HiRes is installed first. The first request error_log set from an apache restart would be helpful to see. I have attached the error log

Re: Best practice?

2001-09-12 Thread Joshua Chamas
Tim Pushor wrote: Thanks guys, you have pointed me in the right direction. Being a raw cgi programmer, I have developed methodology for doing things and is sometimes challenging to 'undo'. I do have questions regarding using HTTP errors though: - Does IE display the error page that

Re: Includes revisited

2001-09-12 Thread Joshua Chamas
around generic script data, or construct a central application object like $App there too. I would not create too many globals, as this would be bad practice, but a few key ones can be very helpful. -- Josh _ Joshua Chamas

Re: ASP Includes Output Caching RFC

2001-09-12 Thread Joshua Chamas
Philip Mak wrote: Thanks for the feedback. Its much appreciated. On Wed, 12 Sep 2001, Joshua Chamas wrote: $Response-Include({ File = 'file.inc', Cache = 3600, # to cache one hour Key = [\%data || \@data || \$data || $data || undef

Re: ASP Includes Output Caching RFC

2001-09-12 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Includes revisited

2001-09-13 Thread Joshua Chamas
John D. Leonard II wrote: All: *** BE CAREFUL *** Examine the following code from a single ASP script: I really need to clarify this. You have identified a problem that relates to perl mod_perl, but this is not a problem with using globals. Rather a problem of have a subroutine

Re: ASP Includes Output Caching RFC

2001-09-13 Thread Joshua Chamas
Philip Mak wrote: On Wed, 12 Sep 2001, Joshua Chamas wrote: I think that the invalidate parameter is the Clear I suggest, and that Clear could be used to effectively deal with the timestamp issue, but the logic must exist outside the caching mechanism. Wouldn't it be a bit

Re: ASP Includes Output Caching RFC

2001-09-14 Thread Joshua Chamas
no longer do things like $Response-Cookies() or $Response-Expires I'll check on the mod_perl list to see if anyone knows how to detect a client aborted without an $r-print() being called first. --Josh _ Joshua Chamas

ASP Include Caching Layer

2001-09-14 Thread Joshua Chamas
Hey, I have a dev version of Apache::ASP v2.23 that has the $Response-Include() caching layer support. See CHANGES notes below. Let me know if you want an early release of this module for testing... getting early feedback will speed the release of this module to CPAN, else I will use it for a

Re: ASP on Apache doesn't work

2001-09-15 Thread Joshua Chamas
starter config just for Apache::ASP. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Cache doesn't work?

2001-09-17 Thread Joshua Chamas
What is in your error_log for just 1 request when Debug is set to -3 ? This debugging with you might take quite a bit, so might be better taking this offline. No one else on the list has this feature yet besides you me. --Josh Philip Mak wrote: I've been trying out the new

Re: Subs in GLOBAL.ASA vs. PM

2001-09-17 Thread Joshua Chamas
into a startup.pl kind of file that you PerlRequire for this preloading purpose. Good topics! -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA

Re: ASP Include Caching Layer

2001-09-17 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Subs in GLOBAL.ASA vs. PM

2001-09-17 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Subs in GLOBAL.ASA vs. PM

2001-09-17 Thread Joshua Chamas
, with the output XML used for the transformation into the final output. The final XSLT is actually handled by the XSLTParser XML::XSLT or XML::Sablotron with an intervening dbm based XSLTCache. --Josh _ Joshua Chamas

Re: Server-HTMLEncode speed

2001-09-20 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe

Re: Server-HTMLEncode speed

2001-09-20 Thread Joshua Chamas
Philip Mak wrote: Thanks for the tip about escaping it all at once, instead of line by line. I ended up doing this on my website, since it'll always be hosted on Apache/Linux (I think): local $/ = undef; print escape_html(FANFIC); # from Apache::Util That script is now up to 45

Re: Session handling

2001-09-21 Thread Joshua Chamas
file server cluster to mount to. One day we will have native Apache::ASP sessions that go to the database, but if that is what you really need NOW, then I'd use Apache::Session. -- Josh _ Joshua Chamas Chamas

Re: ASP Include Caching Layer

2001-09-24 Thread Joshua Chamas
::ASP scripts. Apache::ASP-Loader() is the only mechanism for compiling Apache::ASP scripts before the execution phase. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Linux and ASP

2001-10-02 Thread Joshua Chamas
://www.activestate.com/Products/Enterprise/ASPN_Komodo/ The editors section at the Apache::ASP site mentions more on this: http://www.apache-asp.org/syntax.html#Editors --Josh _ Joshua Chamas Chamas Enterprises Inc

Re: ASP-Loader()

2001-10-05 Thread Joshua Chamas
raptor wrote: hi, I'm getting alot of errors when use ASP-Loader() in httpd.conf It is not a big deal isn't it ?! What kinds of errors? Seeing the output from starting apache might be nice here. --Josh - To

Re: $Application-Contents(Foo) and CollectionItem config

2001-10-18 Thread Joshua Chamas
you just need the former, not the latter. Does the latter even work for you under PerlScript? Thanks, Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach

Re: Newbie question

2001-10-20 Thread Joshua Chamas
/ASP, one can easily use an existing CPAN perl module to achieve the same effect. This might be true in this case, I don't know. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: $Server-Mail()

2001-10-24 Thread Joshua Chamas
release. Thanks. -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: New To Apache ASP

2001-10-27 Thread Joshua Chamas
Its the collected perl works of some 1700 authors. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1

Re: memory problems

2001-10-27 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e-mail

Re: Simple install and test fails...

2001-10-31 Thread Joshua Chamas
can downgrade to Apache::ASP 2.21. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

[ANNOUNCE] Apache::ASP v2.27

2001-11-01 Thread Joshua Chamas
of the ASP API! See its web site for more: http://www.apache-asp.org -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http

Re: remove expat

2001-11-02 Thread Joshua Chamas
in to avoid these nasty segfaults. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: apache asp

2001-11-11 Thread Joshua Chamas
WRFan wrote: bareword yada yada what's that? What was the full error output and the script trying to be executed? Its helpful if PerlSetVar Debug 2 is set for the error output to be of most help here. More generally a bareword yada yada error message is when there's a perl syntax error when

[Fwd: RFC: Security/Performance Best Practices (long)]

2001-11-11 Thread Joshua Chamas
Here's a posting from Philip to the mod_perl list that can be an inspirational read for many of us Apache::ASP users! Philip, if you have a polished form of this doc sometime, I could bundle it in the Apache::ASP docs, perhaps under some section like a BEST PRACTICES, or SCENARIOS. Actually

Re: Internal server error on Refreshing mod_perl page ( Apache::ASP )

2001-11-11 Thread Joshua Chamas
/global.asa in the distribution. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: how to access vars of global.asa from my.asp file

2001-11-12 Thread Joshua Chamas
your web site is starting up when the first user visits it, and is thus not very useful. -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http

Re: Problem with Apache::ASP and HTTP::Date::time2iso()

2001-11-12 Thread Joshua Chamas
, and if Apache::ASP::Date disappears just point it somewhere else. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com

POST bug in 2.27 / 2.25

2001-11-13 Thread Joshua Chamas
connections over the internet would not. I have a dev version 2.29 which seems to fix this problem. I will send this version to you separately. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Problem with SessionCount

2001-11-13 Thread Joshua Chamas
Kreuzer, Harald wrote: hello! first of all thanks for this great piece of software!! i changed my site from ms-asp to apache::asp and i am very happy with it. now my problem: i updated some days ago to asp 2.27 and it seems as if i don't get Session_OnEnd events anymore. i have a

www.apache-asp.org back online

2001-11-13 Thread Joshua Chamas
Hey, The Apache::ASP site was down between 2PM 2AM yesterday on 11/12/2001 as we were moving our servers to a new colocation data center. Thanks for your patience enjoy! -- Josh _ Joshua Chamas Chamas

Re: PerlSetVar Global and Multiple Applications with Virtual Hosts

2001-11-15 Thread Joshua Chamas
PerlSetVar SessionQueryParse 1 PerlSetVar SessionQueryParseMatch ^(https://www\.nodeworks\.com|https?://gate.chamas.com) That's it. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Request change to MailErrorsTo

2001-11-16 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: global.asa required file not reloading

2001-11-19 Thread Joshua Chamas
: sub Script_OnStart { do 'citylinkweb.pl'; } or could load it similarly as an include if you wrap the code with % % sub Script_OnStart { $Response-Include('citylinkweb.pl'); } -- Josh _ Joshua Chamas

Re: Asp for apache

2001-11-20 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e

Re: More Help

2001-11-20 Thread Joshua Chamas
$StateDir just to work through this bug, though you probably don't want to do this for real. Also make sure your disk has enough space. I am just stretching on these, but it may help?? --Josh _ Joshua Chamas

Linux Hello World Benchmarks - 11/19/2001

2001-11-19 Thread Joshua Chamas
Hey, [[ NUMBERS ARE BELOW ]] It has been a while, but here's a new set of Hello World benchmarks! What took me so long in getting these out is that the java web environments that I had set up would keep crashing during the tests in ways that would not only render their benchmarks meaningless,

Re: Linux Hello World Benchmarks - 11/19/2001

2001-11-19 Thread Joshua Chamas
Perrin Harkins wrote: on 11/19/01 8:05 PM, Joshua Chamas at [EMAIL PROTECTED] wrote: It has been a while, but here's a new set of Hello World benchmarks! There was a recent announcement of HTML::Template::JIT, and Template Toolkit has an XS option now. Any chance you could put those

[ANNOUNCE] Apache::ASP v2.29

2001-11-20 Thread Joshua Chamas
On security config. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 CHANGES: +Added

Re: [Maybe OT] Modular design - calling pages like a subroutine with a twist.

2001-11-15 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Apache::ASP - using Apache::Session

2001-09-21 Thread Joshua Chamas
= $dbh, LockHandle = $dbh }; if($id ne $hash{_session_id}) { $Response-Cookies(SESSION_ID, $hash{_session_id}); } $Session = \%hash; $Server-RegisterCleanup(sub { untie (%$Session) }); } } --Josh _ Joshua Chamas

Re: Undefined subroutine Apache::ASP::handler called

2001-11-26 Thread Joshua Chamas
do I do? Try adding in apache's httpd.conf: PerlModule Apache::ASP --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http

Re: Undefined Subroutine Problems

2001-11-26 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e

Re: intermittent POST problem in ASP 2.29

2001-11-26 Thread Joshua Chamas
to CGI.pm does not help, let me know, and I can try another fix. Should we do so, please describe better what your intermittent faults are exactly, or at least the behaviour of the system/browser under these conditions. --Josh _ Joshua

Re: intermittent POST problem in ASP 2.29

2001-11-26 Thread Joshua Chamas
in this regards. If a downgrade to 2.21 is not a fix, then this is more likely also a CGI.pm problem too. -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach

Re: Problem with asp module and apache on win98

2001-11-27 Thread Joshua Chamas
set MaxThreadsPerChild to 1 which will get rid of odd socket problems. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com

Re: HELP NEW ERROR

2001-11-29 Thread Joshua Chamas
on his box. I am guessing that the sdbm store returned -1 error might have been a permissions issue where StateDir was not pointing to a directory where the httpd user had write access, but am not sure. --Josh _ Joshua Chamas

Re: ASP-Loader()

2001-10-08 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e

Re: [ANNOUNCE] Apache::ASP v2.25

2001-10-12 Thread Joshua Chamas
with DB_File. Because the cache layer uses MLDBM::Sync, its has similar performance metrics that you can find from that module's ./bench/bench_sync.pl script. --Josh _ Joshua Chamas Chamas Enterprises Inc

Re: Bug report

2001-12-16 Thread Joshua Chamas
, and not take the performance hit of using $Session to store this data ( memory vs. disk storage ) Let me know if you continue to think there is a real bug here and we'll get to the bottom of it. --Josh _ Joshua Chamas

Re: Bug report

2001-12-17 Thread Joshua Chamas
is disabled in the attached code. I would at least let the author of the module know about these things: Edmund Mergl E.Mergl at bawue dot de ... maybe even the mod_perl list if Edmund is unresponsive privately. --Josh _ Joshua

Re: Is only my $Response-Flush() broken ?

2001-12-23 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e-mail

Re: Is only my $Response-Flush() broken ?

2001-12-23 Thread Joshua Chamas
for this, please post your solution to the list. Thanks, Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625

Re: I have an Application that I need to port from IIS/ASP to Apache/Apache:ASP

2002-01-14 Thread Joshua Chamas
Apache::ASP, though an upcoming release, to be determined, will include basic VBScript support graciously donated by Ime Smits. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Problem installing asp.. mldbm-sync and more...

2002-01-23 Thread Joshua Chamas
directly, Randy. He might know of issues specific to XP. Finally, whatever the solution is, be sure you post it here for the benefit of all! --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Send all output to browser and carry on running.

2002-01-28 Thread Joshua Chamas
. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: Problem with Binaryread

2002-02-08 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e

Re: Custom Tags with XMLSubsMatch

2002-02-08 Thread Joshua Chamas
, $Object will just point to the $Object in the global.asa package. If this did not help, please clarify your problem. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder

Re: Custom Tags with XMLSubsMatch

2002-02-10 Thread Joshua Chamas
-%3EXSL7df794aa --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: use script variables in cleanup code?

2002-02-10 Thread Joshua Chamas
, as this will save you many headaches down the road. -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714

Re: Global Variables in ASP

2002-02-12 Thread Joshua Chamas
is shared across all sites running under mod_perl. -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714

Re: Installing from scratch Apache + mod_perl + Apache::ASP (+maybe others) on unix

2002-02-12 Thread Joshua Chamas
if I can't provide any better notes from this. If you or anyone has some docs to contribute to the current set for Apache::ASP, please send them over. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks

Re: Hiccup with long file paths using $Response-Redirect

2002-02-19 Thread Joshua Chamas
will still be fixing this more generally, because some platforms don't have access to InodeNames, like win32. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington

Re: Undefined subroutine - DSO Required?

2002-02-19 Thread Joshua Chamas
a browser will need to have a ctrl-Reload (IE?) / shift-Reload (NS?) to force the browser to reload a page and its contents when they have been cached. --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks

Re: Bcc, CC with $Server-Mail

2002-02-25 Thread Joshua Chamas
, but you can try: $Server-Mail({ To = $address, CC = $address2, BCC = $address3, ... }); --Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http

Re: Calling an Apache::ASP page from an Apache::Registry script

2002-02-25 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: ASP and @INC

2002-02-27 Thread Joshua Chamas
. -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051

Re: $Session object

2002-02-28 Thread Joshua Chamas
_ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com1-714-625-4051 - To unsubscribe, e-mail

  1   2   3   >