Re: I don't manage understanding the way global.asa's working

2002-07-05 Thread Josh Chamas
? It can lead in a bad way the new guy's learning the stuff... Thank you, So what's the problem here? That there is [error] in the error_log messages? This is just how it works. --Josh Josh Chamas, Founder

Re: I don't manage understanding the way global.asa's working

2002-07-05 Thread Josh Chamas
might approach things, but you should think through the problems fully before posting for best results. --Josh Josh Chamas, Founder phone:714-625-4051 Chamas Enterprises Inc.http://www.chamas.com

Re: Any shorthand for %=$Server-HTMLEncode(XXX)%?

2002-07-07 Thread Josh Chamas
/ tag does it for you defined like: sub enc { my($attr, $html) = @_; print $main::Server-HTMLEncode($html); } --Josh Josh Chamas, Founder phone:714-625-4051 Chamas Enterprises Inc.http

RFC: XMLSubs %= % in attributes

2002-07-09 Thread Josh Chamas
, but would be activated with: PerlSetVar XMLSubsPerlArgs 1 Applications relying on this old behavior will have to use this config to continue to work. -- Josh Josh Chamas, Founder phone:714-625-4051 Chamas

Re: Accessing $Session Outside Apache?

2002-07-12 Thread Josh Chamas
structures. For example, I change the hashing implementation on Apache::ASP sessions from time to time for performance reasons, backwards compatible, but probably not with any work that you do to read them off disk. --Josh Josh Chamas

Re: Uploading files

2002-07-12 Thread Josh Chamas
. --Josh Josh Chamas, Founder phone:714-625-4051 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: ASP installation does not work.

2002-07-14 Thread Josh Chamas
to start working for your examples. --Josh Josh Chamas, Founder phone:714-625-4051 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Uploading files

2002-07-17 Thread Josh Chamas
-FileUpload data from CGI, instead letting you read the data from STDIN directly, or possibly even from $Request-BinaryRead --Josh Josh Chamas, Founder phone:714-625-4051 Chamas Enterprises Inc.http

Re: How to clean a POSTed variable

2002-07-17 Thread Josh Chamas
cleared the current Form data given certain conditions for example. --Josh Josh Chamas, Founder phone:714-625-4051 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: can't parse asp pages

2002-07-22 Thread Josh Chamas
after you restart the server, please send a trace of the output from the above commands, as well as the Apache/ASP files listings as installed in your perl lib directory. --Josh Josh Chamas, Founder phone:714-625-4051

Re: ASP wont work

2002-07-30 Thread Josh Chamas
changes to test the effect. --Josh Josh Chamas, Founder phone:714-625-4051 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: How to run Microsoft ASP program within Apache for Win2000or ones for Linux?

2002-08-19 Thread Josh Chamas
not be enough. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Apache::ASP config

2002-08-28 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e

Re: How to run Microsoft ASP program within Apache for Win2000or ones for Linux?

2002-08-28 Thread Josh Chamas
some conference presentations at http://www.apache-asp.org/resources.html#Presentation92f96031 may be of help. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http

[ANNOUNCE] Apache::ASP Style Guide, first release

2002-08-28 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: [ANNOUNCE] Apache::ASP Style Guide, first release

2002-08-29 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Quick Question-- prolly for Josh-

2002-09-05 Thread Josh Chamas
because of performance issues. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: 'redefining' Session_OnStart

2002-09-06 Thread Josh Chamas
release. --Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Passing form input to subroutine

2002-09-09 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e-mail: [EMAIL

Re: 'redefining' Session_OnStart

2002-09-11 Thread Josh Chamas
, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: $Server-Mail() and specifying mailhost

2002-09-11 Thread Josh Chamas
object when it first gets used, so you will need to set your MailHost only once, like in Script_OnStart for example, but that the MailHost will persist for subsequent Server-Mail calls. Regards, Josh Josh Chamas, Founder

[ANNOUNCE] Apache::ASP v2.39 released

2002-09-12 Thread Josh Chamas
Hey, Apache::ASP v2.39 is released to CPAN. This is a minor bug fix release below are the changes. For more on Apache::ASP, please see http://www.apache-asp.org Regards, Josh Josh Chamas, Founder phone:925

Re: strange error

2002-09-17 Thread Josh Chamas
have never seen this before, but hoping we might see where the exception was really originally thrown. What ASP version are you using BTW? I'll look at this tomorrow since I'm crashing now. Thanks, Josh Josh Chamas, Founder

Re: A nifty code sample to share

2002-09-17 Thread Josh Chamas
I've been meaning for a long time to release some code samples-- here is one I especially like for making menus and navbars in html-- same code will work for either. I have created the ability in the system to have includes shared pretty easily with the Share:: namespace, but haven't put

Linux + Apache Worm exploiting pre 0.9.6g OpenSSL vulnerabilitieson the loose

2002-09-17 Thread Josh Chamas
to not be necessary, but do not take my word for it, upgrade if you think its a good idea ( probably is anyway ). Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http

Re: A nifty code sample to share

2002-09-18 Thread Josh Chamas
, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Apache::ASP list problems, fixed now...

2002-09-18 Thread Josh Chamas
Hey, Someone had subscribed recently the [EMAIL PROTECTED] address to the [EMAIL PROTECTED] mailing list. Though a cute prank, the created the odd effect of getting you the [EMAIL PROTECTED] autoresponder if you posted to the list recently. I have removed this address for now, so we can

Re: Problem passing complex structure in XMLSubs args...

2002-09-18 Thread Josh Chamas
a XMLSubsPerlArgs flag that can be set to keep backwards compatible. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: Emacs support

2002-09-20 Thread Josh Chamas
) (\\.asp$ . html-mode) ) auto-mode-alist)) --Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: Question re $asp (eg. $self)

2002-09-20 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e-mail

Re: Question re $asp (eg. $self)

2002-09-20 Thread Josh Chamas
% % in scripts too. Let me know if you ever need such a thing. --Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp

Re: Is Apache::ASP compatible with Windows ASP?

2002-09-20 Thread Josh Chamas
on Apache, please see http://www.apache-asp.org/faq.html#VBScript%20or%201d59bd13 for more. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link

Re: Is Apache::ASP compatible with Windows ASP?

2002-09-21 Thread Josh Chamas
. This patch would only support the barest of VBScript functionality however would evolve over time. I will be trying again, but no promises on a timeline. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas

Re: : Yet more code (Was: Re: A nifty code sample to share)

2002-09-23 Thread Josh Chamas
is found correctly in your system LD_LIBRARY_PATH. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp

Re: Sharing database handlers

2002-09-24 Thread Josh Chamas
the development effort move forward I think we should do. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp

Re: : Yet more code (Was: Re: A nifty code sample to share)

2002-09-24 Thread Josh Chamas
your ASP scripts could even be literally source XML data. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: : Yet more code (Was: Re: A nifty code sample to share)

2002-09-26 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: MLDBM errors

2002-09-27 Thread Josh Chamas
support anyway (as we will need to spread across multiple servers), so we could just set NoState to 1 as you say. Sounds like a plan. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc

Re: search script

2002-09-29 Thread Josh Chamas
it works. --Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com DirectoryIndex index.asp Files ~ \.asp

Re: CPAN shenanigans

2002-09-30 Thread Josh Chamas
, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: @INC

2002-10-01 Thread Josh Chamas
changes in @INC. ASP can't find installed package in the new dir. You probably need to rebuild your mod_perl to use perl 5.8.0. Your mod_perl is probably using your old perl still. Regards, Josh Josh Chamas, Founder

Re: How to a open a mini browser and pass values from mini browserto main window.

2002-10-01 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: A little help.. (fwd)

2002-10-02 Thread Josh Chamas
./.state ... StateDir is where the files for $Session $Application are stored. If you do not need $Session or $Application, then set NoState 1. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas

Re: ContentLength in BinaryWrite demo

2002-10-03 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: caching form data? associating with filename / timestamp?

2002-10-04 Thread Josh Chamas
can look at that reproduces this problem, you still need help, please post it. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link

Re: Regarding subs and global.asa

2002-10-06 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Session problem

2002-10-15 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe

Re: Error When Running ASP Script

2002-10-15 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e

Re: Error When Running ASP Script

2002-10-18 Thread Josh Chamas
of mod_perl2 problems should likely be prefaced with [MP2] in the subject line. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: global.asa and DBI

2002-10-18 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Including files dynamically

2002-10-18 Thread Josh Chamas
y wrote: Hi, I want to include a file, in the same way like: !--#include file=conf.inc-- So it could become a part of the script (i.e: use the same variables, etc.). This syntax should work, doesn't it? Regards, Josh Josh

Re: Error When Running ASP Script

2002-10-18 Thread Josh Chamas
defined for it. If nothing else works, I would downgrade to apache 1.3.x and mod_perl 1.2x Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks

Re: Asp

2002-10-21 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Filter trouble in 2.45 upgrade?

2002-10-22 Thread Josh Chamas
, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Apache::ASP-Loader and precompiling

2002-10-22 Thread Josh Chamas
for it though, try it and see. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Asp

2002-10-22 Thread Josh Chamas
. Is there any commadline tool to debug like CGI ? Yes, try the asp-perl command ( man/perldoc asp-perl ) --Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com

Re: Asp

2002-10-22 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Asp

2002-10-22 Thread Josh Chamas
[EMAIL PROTECTED] wrote: Hi Josh , Seems to be giving a problem with use UseStrict config . Is there any way to disable using strict , as far i know thought Apache::ASP uses strict by default. I meant the UseStrict Apache::ASP config as in:

Re: Other

2002-10-30 Thread Josh Chamas
For compile time modification, try: % use lib qw($path); % If you load modules in the global.asa, you can put it here too, so you don't have to do it in all your scripts. Regards, Josh Josh Chamas, Founder phone:925

Re: Response-Redirect

2002-11-05 Thread Josh Chamas
the URLEncode first. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

[ANNOUNCE] Apache::ASP v2.47 released

2002-11-07 Thread Josh Chamas
, please see http://www.apache-asp.org Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp

[ANNOUNCE] Apache::ASP v2.49 released

2002-11-11 Thread Josh Chamas
://www.apache-asp.org Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: [ANNOUNCE] Apache::ASP v2.49 released

2002-11-12 Thread Josh Chamas
at http://www.perl.com/CPAN-local/modules/by-module/Apache/CHAMAS/ Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: Possible bug in $Request

2002-11-26 Thread Josh Chamas
Chaz wrote: Errors Output 1. Sort subroutine didn't return a numeric value at /var/www/vhosts/support.ne-worcs.ac.uk/reports/report.asp line 131. , /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 1489 131: if($Request-Form('sort_by') eq 'surname'){ Check if there is a sort around this

Apache::ASP Testimonials [WAS Fwd: Red Hat's use of mod_perl]

2002-12-03 Thread Josh Chamas
Hey Chip, Tom, or anyone else at RedHat, I saw this post to the mod_perl list... is there anyone that can provide a testimonial for RedHat's use of Apache::ASP. I know Paul Linder started using it for just the support site a few years ago, but it would be cool if we could get some up to date

Re: No Valid Request Object

2002-12-07 Thread Josh Chamas
isolated to Apache::ASP. Something to try, does removing the PerlSendHeader On lines help, or is this something you added only after the error message? Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas

Re: Second level tie failed

2002-12-07 Thread Josh Chamas
is if you find out the problem. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Apache-ASP on Apache2

2002-12-09 Thread Josh Chamas
automatically try to load that instead when it loads up. I thought I had that covered by loading Apache::compat ... Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http

Re: Short CGI.pm question

2002-12-17 Thread Josh Chamas
, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: [mp2] Having to reload apache when perl modules change

2002-12-17 Thread Josh Chamas
. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Prototype mismatch (solved??)

2002-12-19 Thread Josh Chamas
and then ( maybe once a year ), I run into one such bug that I can isolate down to a line, and if I just tweak that line of code somewhat things start to work again mysteriously. Maybe this was one of those mystery bugs? :) --Josh Josh

Re: $Response-{ContentType} on error

2003-01-09 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Security implemention question

2003-01-09 Thread Josh Chamas
with applications, this can work pretty well. Regards,ssociate extensions with applications, this trick can work pretty well. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http

Re: Virtual host interference?

2003-01-09 Thread Josh Chamas
a trace from your error log for these requests when Debug -1 is set. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: Error When Trying To Display ASP script.

2003-01-09 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: unknown entity blah - '' problem

2003-01-09 Thread Josh Chamas
years now that browsers support this, that I am OK with this. I'll have this added to the 2.51 release, let me know if you want the development release early. Regards, Josh Josh Chamas, Founder phone:925-552-0128

Re: Compress::Zlib

2003-01-09 Thread Josh Chamas
the include as % $Response-Include('include.asp'); % So you do not see the variables in the same scope. The nice thing is that includes can be shared between scripts and only compiled once per process. Regards, Josh Josh Chamas

Re: Building Apache for ASP support

2003-01-10 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: IIS:ASP to APACHE:ASP

2003-01-15 Thread Josh Chamas
#VBScript%20or%201a79dae2 PerlScript ASP works just fine under Apache::ASP -- Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: Using Apache::ASP on windows

2003-01-15 Thread Josh Chamas
other features you are using like FormFill, XSLT, CompressGzip, etc. Note that preloading modules under apache 1.3 on windows will do little good, but under apache 2 / mod_perl 2 will be of greater benefit. Regards, Josh Josh Chamas

Re: CompressGzip ?

2003-01-16 Thread Josh Chamas
change..and I think we can spare some CPU cycles for them... I have seen rich HTML go from 50K to 6K before, but more typically I get pages going from 10K to 3K or so. Regards, Josh Josh Chamas, Founder phone:925-552

Re: Forums

2003-01-19 Thread Josh Chamas
in an ASP page, so that you might strip things like html body tags. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: Compatibility of Apache::ASP with ASP?

2003-01-20 Thread Josh Chamas
/ASP. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: $self-{asp} nor defined in Response?!

2003-01-21 Thread Josh Chamas
XMLSubs in a package outside of global.asa Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp

Re: $self-{asp} nor defined in Response?!

2003-01-21 Thread Josh Chamas
Theo E. Schlossnagle wrote: Josh Chamas wrote: This is when an old $Response object is no longer valid. This is normally caused by my closure or bad scoping issues. I assumed as much. However, it seems that: sub AppendToLog { shift-{asp}-Log(...); } should bde sub AppendToLog { my

Re: $self-{asp} nor defined in Response?!

2003-01-21 Thread Josh Chamas
. The problem more generally has to do with closure scoping issues. If this does not have to do with subs defined in scripts then please post the script that is having these errors as this might shed some light. --Josh George Schlossnagle wrote: On Tuesday, January 21, 2003, at 02:53 PM, Josh Chamas

Re: Disabling cookies

2003-01-28 Thread Josh Chamas
implemented) feature? Try the SessionQueryForce config. http://www.apache-asp.org/config.html#SessionQuery85863960 --Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http

Re: [Apache:ASP] Configuring threads ?

2003-01-28 Thread Josh Chamas
into. Further research might come up with something looking at Win32::OLE interface and maybe on perl-win32 groups. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http

Re: UTF8 issue

2003-01-28 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Problem with global.asa

2003-02-02 Thread Josh Chamas
to figure out what the problem might be. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: multipart email using $Server-Mail

2003-02-04 Thread Josh Chamas
with, that would be educational for all. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: problems with image rendering

2003-02-06 Thread Josh Chamas
is calling for parsing the whole content of the folder. I test this putting the images in an What about using a Files match like: Files ~ /folder/.*\.html$ ASP directives /Files --Josh Josh Chamas, Founder phone:925

Re: problems with image rendering

2003-02-06 Thread Josh Chamas
/Package PerlSetVAr Debug 3 PerlSetVar MailHost 55.55.55.55 PerlSetVar StateDB MLDB::Sync::SDMB_File /File -Original Message- From: Josh Chamas [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 12:22 PM To: Fernando Munoz Cc: '[EMAIL PROTECTED]' Subject: Re: problems with image

Re: Hi. I'm new and I have a few questions.

2003-02-09 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e

Re: $Request-{Form}

2003-02-10 Thread Josh Chamas
not be OK in the future is to change the class that that hash is blessed into. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link

Re: Redirection Limit Exceeded

2003-02-10 Thread Josh Chamas
global.asa Script_OnStart for further debugging information. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checking

Re: Another stupid question...

2003-02-10 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com

Re: Apache::ASP under SpeedyCGI?

2003-02-11 Thread Josh Chamas
Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc.http://www.chamas.com NodeWorks Link Checkinghttp://www.nodeworks.com - To unsubscribe, e

RFC: subroutines script recompilation

2003-02-11 Thread Josh Chamas
a problem for newbies though, so not as concerned about this and can save this fix for later sometime if necessary. Any comments? Thanks, Josh Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc

Re: $Application-SessionCount();

2003-02-12 Thread Josh Chamas
this config activated? http://www.apache-asp.org/config.html#SessionCount If you do and its still not working, this is a bug will need looking into. Regards, Josh Josh Chamas, Founder phone:925-552-0128 Chamas

  1   2   3   >