Re: What to prep for a trip to Toronto
Jolle et al I thought I'd throw my own thoughts down for you on travelling to Canada (since an actual Canadian hasn't responded yet, from what I can tell). I got kicked off the list a week ag...
10
in thread
Re: Phone Home
On May 20, 2012, at 1:32 PM, Eric Landmann wrote: > Mac OS 10.5 > New install of Lasso Server with Instance Manager 9.1.5 > The task "lassoserver" is checking UDP port 53 at 68.94.156.1 every 10...
5
in thread
Re: Lasso 8.6 license clarification
He cc'ed to support which is why I could see it. User-Agent: Workspace Webmail 5.6.17 And yes, it's got no plain text component - which is why it's coming through blank. On 2012-05-21, at 2:0...
7
in thread
Re: L9 and VirtualDocumentRoot
VGhhbmtzIGZvciB5b3VyIHN1Z2dlc3Rpb24uIEkgY2FuJ3QgZ2V0IHlvdXIgZXhhbXBsZSB0byB3 b3JrIGF0IHRoZSBtb21lbnQuIAoKSSd2ZSBnb3QgTDkuMS41IHByb2Nlc3NpbmcgcGFnZXMgZmlu ZSB3aXRoIHRoZSBmb2xsb3dpbmc6Cgo8RGlyZWN0b3J5...
3
in thread
Re: L-Debug questions
I have it embedded in all my applications. When disabled it incurs very little overhead. Simply move the debug type to your startup folder your startup folder (rename debug.ctyp to debug.type.las...
2
in thread
RE: Lasso 8.6 license clarification
My guess: Michael Collins sent an HTML message where the HTML was attached but with no text alternative. Mailman (the mailing list manager software) has a feature to try to convert HTML to pla...
7
in thread
RE: Lasso 8.6 license clarification
Jono appeared to see content in a previous post from Michael, but mine are coming through empty... -----Original Message----- From: lasso-bounces@lists.lassosoft.com [mailto:lasso-bounces@lists.la...
7
in thread
RE: Lasso 8.6 license clarification
############################################################# This message is sent to you because you are subscribed to the mailing list Lasso Lasso@lists.lassosoft.com To unsubscribe, E-mail to...
7
in thread
Re: L9 and VirtualDocumentRoot
SWYgeW91IHNldCB0aGUgTEFTU09TRVJWRVJfRE9DVU1FTlRfUk9PVCBlbnZpcm9ubWVudCB2YXJp YWJsZSwgTGFzc28gOSB3aWxsIHVzZSB0aGF0IGFzIHRoZSBkb2N1bWVudCByb290LiBPbiBteSBk ZXZlbG9wbWVudCBtYWNoaW5lLCBJIGhhdmUgdGhlIGRl...
3
in thread
Re: Lasso 8.6 license clarification
Single instance means one 8.6 instance. You can choose to have it respond to all requests regardless of host name (i.e. the default) or to specific host names, your choice. http://www.lassosoft.com/L...
7
in thread
Re: Lasso 8.6 license clarification
Yes. Or possibly no. --steve On 5/20/12 at 7:49 PM, mail@michaelcollins.net pronounced: > ############################################################# > This message is sent to you becau...
7
in thread
Lasso 8.6 license clarification
############################################################# This message is sent to you because you are subscribed to the mailing list Lasso Lasso@lists.lassosoft.com To unsubscribe, E-mail to...
7
in thread
Re: Default Lasso 8 Blue Error Page shows only text
Well, running the installer seems to have fixed whatever borked it up. So on my system: Mac OS X 10.5.8 Apache 2.2.17 Lasso 8.5.6 ....after getting 9 to run side-by-side with 8, per this...
4
in thread
Re: Default Lasso 8 Blue Error Page shows only text
I ran the 8.6.0.1 installer over 8.5.6 after backing it up. I have this, so named virtual hosts are fine: ----------------------------------------------- /private/etc/apache2/extra/httpd-vhosts...
4
in thread
Re: Default Lasso 8 Blue Error Page shows only text
I think this may be related to the issue I had yesterday. I too installed 9.1.5 on my laptop alongside 8.6 for the LDC stuff. I had to turn on named virtual hosts in order for the two to be fully se...
4
in thread
Default Lasso 8 Blue Error Page shows only text
The default server-wide Lasso 8 blue error page shows only text. Apache is handing off requests to Lasso because existing pages work just fine, but for a non-existent page I get only this text...
4
in thread
Re: Phone Home
On 5/20/12 at 3:07 PM, bil@corry.biz (Bil Corry) wrote: > That's the port used for DNS. > Looks like a AT&T/SBC DNS server is at that address: > http://www.dslreports.com/forum/remark,15834528 >...
5
in thread
Re: Phone Home
That's the port used for DNS. Looks like a AT&T/SBC DNS server is at that address: http://www.dslreports.com/forum/remark,15834528 Are you running DNS on your server? Or are you using that o...
5
in thread
L9 and VirtualDocumentRoot
Having an issue setting up Apache 2.2.21 on Lion and L9 using VirtualDocumentRoot and UseCanonicalName Off. i.e.: <VirtualHost *:80> # get the server name from the header UseCanonicalName...
3
in thread
Re: Moving sessions to external server
ok- sorry to keep kicking a dead horse, but... just a few more questions :-) Having sessions on the external server has taught me quite a bit. Before this, I just assumed sessions worked using a...
35
in thread
Re: Phone Home
on 5/20/12 12:32 PM Eric Landmann wrote: > Mac OS 10.5 > New install of Lasso Server with Instance Manager 9.1.5 > The task "lassoserver" is checking UDP port 53 at 68.94.156.1 every 10 > seconds...
5
in thread
Phone Home
Mac OS 10.5 New install of Lasso Server with Instance Manager 9.1.5 The task "lassoserver" is checking UDP port 53 at 68.94.156.1 every 10 seconds. Is that the application phoning home? Any way...
5
in thread
L-Debug questions
Hello all- I've been playing with L-Debug again and trying to figure out all it does. I'm aware, obviously, of the power of L-Debug when it comes to tracking down bugs that are throwing errors b...
2
in thread
Re: Moving sessions to external server
Thanks Ke- Just what I wanted to do - start tearing my sessions apart :-) Actually, I did just that , or so I thought- I moved the two "big" items out of sessions and put them into Global vars t...
35
in thread
Re: Moving sessions to external server
Don't store large objects in sessions! The amount of overhead encoding and decoding will kill your server. Simply store key values, user_ids, cart_ids, client_ip etc... Any thing else should be handl...
35
in thread
Re: What to prep for a trip to Toronto
On 5/20/12 at 8:25 AM, Jolle.Carlestam@amtac.net (Jolle Carlestam) pronounced: >20 maj 2012 kl. 08:40 skrev Steve Piercy - Web Site Builder: > >>Oh, and in addition to stocking up on banana ham...
10
in thread
Re: What to prep for a trip to Toronto
20 maj 2012 kl. 08:40 skrev Steve Piercy - Web Site Builder: > Oh, and in addition to stocking up on banana hammocks, I recommend calling your credit card company before you travel to let them know...
10
in thread
Re: What to prep for a trip to Toronto
On 5/19/12 at 6:03 PM, Jono@lassosoft.com (Jonathan Guthrie) pronounced: >On 2012-05-19, at 3:46 PM, Steve Piercy - Web Site Builder wrote: > >>As far as attire, this is Canada's national uniform...
10
in thread
Re: What to prep for a trip to Toronto
20 maj 2012 kl. 00:58 skrev Rick Draper: > I would recommend looking at the Airport Express - http://www.torontoairportexpress.com/around $25.00 and you can buy on-line before you leave. Ticket...
10
in thread
RE: What to prep for a trip to Toronto
> Check on the Canadian Immigration site, but generally if you can get into the US you can get in here on visitors visa. You're not coming from or a resident of North Korea after all :) > Jono ......
10
in thread
Re: What to prep for a trip to Toronto
On 2012-05-19, at 2:49 PM, Jolle Carlestam wrote: > For us coming from far away and who'd never been to Canada. What's to think about? > > Dress code? > As in is it cold and I'd better bring he...
10
in thread
Re: What to prep for a trip to Toronto
On 2012-05-19, at 3:46 PM, Steve Piercy - Web Site Builder wrote: > As far as attire, this is Canada's national uniform. > http://bit.ly/aiJvI4 OMG, there are some things you just cannot unsee....
10
in thread
Re: What to prep for a trip to Toronto
Weather looks nice with a day or two of rain. http://www.weather.com/weather/tenday/Toronto+CAXX0504:1:CA If possible, I'd recommend exchanging cash prior to departure. Otherwise you will land...
10
in thread
What to prep for a trip to Toronto
For us coming from far away and who'd never been to Canada. What's to think about? Dress code? As in is it cold and I'd better bring heavy sweaters and snow boots or will shorts t and sandals do?...
10
in thread
Re: Moving sessions to external server
OK, sill having troubles... I had to have lasso rebuild the external sessions table and that alleviated the errors connecting. So now I have sessions running externally but now have a problem wi...
35
in thread
Re: Problems with web_request->scriptURL
On 5/19/12 at 3:22 AM, Jolle.Carlestam@amtac.net (Jolle Carlestam) pronounced: >19 maj 2012 kl. 03:30 skrev Kyle Jessup: > >>Here is the source of one important method. I can see it accommodate...
15
in thread
Re: Problems with web_request->scriptURL
Is that source in the 9 repo or something else? I could not find it. --steve On 5/18/12 at 9:30 PM, kyle@lassosoft.com (Kyle Jessup) pronounced: >Here is the source of one important meth...
15
in thread
RE: Barcode rotation in PDF document
Thanks Rick for your answer and sending me offlist the Java component. I was refering to 2008 posts about PDF page rotation and the -rotate parameter not working as expected in [PDF_Doc] tag Bill...
3
in thread
Re: Problems with web_request->scriptURL
19 maj 2012 kl. 03:30 skrev Kyle Jessup: > Here is the source of one important method. I can see it accommodates this discrepancy. > > web_request->pathInfo()::string => string(.fcgiReq->request...
15
in thread
Re: Problems with web_request->scriptURL
19 maj 2012 kl. 00:40 skrev Steve Piercy - Web Site Builder: > Actually, this is what we want. I was close: > > #originalpath = web_request->fcgiReq->requestParams->find(::REQUES...
15
in thread
Re: Problems with web_request->scriptURL
Here is the source of one important method. I can see it accommodates this discrepancy. web_request->pathInfo()::string => string(.fcgiReq->requestParams->find(::PATH_INFO) or .fcgiReq->requestPara...
15
in thread
[ANN] Lasso Excellence Awards open for submissions
Hi All, The submission process for the Lasso Excellence Awards is open for developers to submit their projects / systems / sites / tags or methods for consideration. http://www.lassosoft.com/LDC...
1
in thread
Re: Problems with web_request->scriptURL
Actually, this is what we want. I was close: #originalpath = web_request->fcgiReq->requestParams->find(::REQUEST_URI)->asString Jolle, can you change this in the Knop 9 repo....
15
in thread
Re: Problems with web_request->scriptURL
Without overloading the audience, the relevant differences are: ----------------------------- Jolle ----------------------------- SCRIPT_URI = http://amtac.intra.dev/advanced/edit/i83p1dztx762c/...
15
in thread
RE: Barcode rotation in PDF document
Hi Jean-Pierre, I'm not sure of the thread to which you refer, but we are lacing barcodes on small PDFs and then rotating them without any obvious resolution issues (admittedly in Lasso 9.1.*, but...
3
in thread
Re: Problems with web_request->scriptURL
18 maj 2012 kl. 18:11 skrev Brad Lindsay: > If you want to see what Apache is giving to Lasso, you can use web_request->raw. I'd be interested in the different outputs you guys see. Here's min...
15
in thread
Re: Problems with web_request->scriptURL
On 5/18/12 at 12:11 PM, blindsay@ncha.org (Brad Lindsay) pronounced: >On May 18, 2012, at 12:04 PM, Jonathan Guthrie <Jono@lassosoft.com> wrote: > >>The scriptURL is getting it from Apache, so if...
15
in thread
Re: Problems with web_request->scriptURL
T24gMjAxMi0wNS0xOCwgYXQgMTI6MTggUE0sIFN0ZXZlIFBpZXJjeSAtIFdlYiBTaXRlIEJ1aWxk ZXIgd3JvdGU6Cgo+IEhlcmUncyB0aGUgcmVwbGFjZW1lbnQ6Cj4gCj4gd2ViX3JlcXVlc3QtPmZj Z2lSZXEtPnJlcXVlc3RQYXJhbXMtPmZpbmQoOjpTQ1JJ...
15
in thread
Re: Problems with web_request->scriptURL
SGVyZSdzIHRoZSByZXBsYWNlbWVudDoKCndlYl9yZXF1ZXN0LT5mY2dpUmVxLT5yZXF1ZXN0UGFy YW1zLT5maW5kKDo6U0NSSVBUX05BTUUpLT5hc1N0cmluZwoKVGhlcmUncyBhbHNvIHRoaXMsIGJ1 dCBpdCBpbmNsdWRlcyB0cmFpbGluZyBzbGFzaGVzIGFu...
15
in thread
Re: Problems with web_request->scriptURL
On May 18, 2012, at 12:04 PM, Jonathan Guthrie <Jono@lassosoft.com> wrote: > The scriptURL is getting it from Apache, so if you're getting different results it will be to do with the source data Ap...
15
in thread
To find out more about this list or how to subscribe - choose the 'i' next to the list name on the right, or click here for more information about LassoTalk
Copyright © 2011 LassoSoft Inc. Design by Treefrog Interactive | Legals, Refunds & Shipping | Privacy Policy |Contact LassoSoft