Re: [cgiapp] AutoRunmode vs Apache issue

2017-05-25 Thread Stephen Carville
xample.org DocumentRoot /var/www/cgi-bin DirectoryIndex WebApp.pl (etc) ** Sorry if this is a duplicate. The first message was (maybe) bounced. -- Stephen Carville Serf Without Portfolio 800.537.3821 x1326 scarvi...@nospam.lereta.com - There is

Re: [cgiapp] CGI::Application or Dancer2, Mojolicious et similar

2016-08-11 Thread Stephen Carville
imary professions of systems and network engineering. For that CGI::App serves me well. If I was a real web developer the support issue might bother me too. -- Stephen Carville Serf Without Portfolio 800.537.3821 x1326 scarvi...@nospam.lereta.com --

Re: [cgiapp] Sessions with CGI::Application

2010-07-01 Thread Stephen Carville
Forget it. I had the cookie path misspelled in the configuration file On Thu, Jul 1, 2010 at 8:34 AM, Stephen Carville wrote: > I am trying to use CGI::Application::Plugin::Session to create a > session cookie but every time I access the program, I get a new > session.  A cookie is s

[cgiapp] Sessions with CGI::Application

2010-07-01 Thread Stephen Carville
t;expire('max-session',$CFG{SESSION_LENGTH}); # redirect to home page $url .= "https://"; . $CFG{SELF_URL} . "/?rm=schedule"; return $self->redirect($url); } sub check_session { my $self = shift; log_page($self); return 0 unless($self->session

Re: [cgiapp] Logo Brainstorming [ was: CGI::Application Logo ]

2009-09-11 Thread Stephen Carville
On Fri, Sep 11, 2009 at 4:09 PM, Lyle wrote: > Stephen Carville wrote: >> >> On Sat, Sep 5, 2009 at 4:08 AM, Paul Miller >> wrote: >> >>> >>> Indeed.  If they had CGI-App (rather than ::) and the cool boarders >>> and sizes from the leaves on

Re: [cgiapp] Logo Brainstorming [ was: CGI::Application Logo ]

2009-09-11 Thread Stephen Carville
> Perhaps there should be a logo contest. Might not be a bad idea. However, I am not an artist; I'm just a so-so Perl hacker with a copy of the GIMP -- Stephen Carville # CGI::Application community mailing list ##

Re: [cgiapp] Powered by logos - first samples

2009-09-04 Thread Stephen Carville
On Thu, Sep 3, 2009 at 3:57 AM, Lyle wrote: > Feedback please:- > http://www.cosmicsitedesign.com/cgi-app/poweredby/ > I kind of like the onion logos myself. -- Stephen Carville # CGI::Application community mai

Re: [cgiapp] Logo Brainstorming [ was: CGI::Application Logo ]

2009-09-04 Thread Stephen Carville
FWIW, I was think something like these http://www.heronforge.net/images/cgiapp-logo.jpg http://www.heronforge.net/images/titanium-logo.jpg I was trying to show order out of chaos. The long arrow (order) points toward CGI::App and/or Titanium. -- Stephen Carville # CGI::Application

Re: [cgiapp] CGI::Application Logo

2009-08-08 Thread Stephen Carville
On Fri, Jul 17, 2009 at 7:46 PM, Ron Savage wrote: > Hi Folks > > Here's a sample: > > http://savage.net.au/three.jpg Thanks. Here is an example of it in use. You won't be able to get past the login page but the remainder have a similar layout. http://www.totalflood.

Re: [cgiapp] CGI::Application Logo

2009-07-15 Thread Stephen Carville
gt; > Wouldn't the logo on the wiki suffice in a pinch? > http://www.cgi-app.org/images/cgiapp-logo.gif That's Plan B :-) -- Stephen Carville # CGI::Application community mailing list #### ## To u

[cgiapp] Titanium trademarked?

2009-07-14 Thread Stephen Carville
Whilst searching for something else I came across this http://www.appcelerator.com/ IANAL so I have no idea of this affects your use of "Titanium" as a name. -- Stephen Carville # CGI::Application community ma

[cgiapp] CGI::Application Logo

2009-07-14 Thread Stephen Carville
any was recently sold and both the the above apps (and couple more I have in testing) will be seen regularly. I'd like to improve the visibility of Perl and Linux with the new owners. -- Stephen Carville # CGI::Appl

Re: [cgiapp] Redirect Question

2009-06-02 Thread Stephen Carville
or; That works quite well. Thank you. Learned something new today... -- Stephen Carville # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options,

[cgiapp] Redirect Question

2009-06-02 Thread Stephen Carville
error page. This keeps the history clean but seems to require I append the ?rm=runmode to the redirect URL. Is there way to avoid this? Maybe make the redirect to send the runmode as a POST instead of a GET? -- Stephen Carville # CGI::Application community mailing

[cgiapp] CGI::Application and Apache modules

2009-05-18 Thread Stephen Carville
Is there a way to authenticate against an Active Directory server from CGI::Application? -- Stephen Carville # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery

[cgiapp] Re: CGI::Application and Apache modules

2009-05-18 Thread Stephen Carville
On Thu, May 14, 2009 at 3:50 PM, Stephen Carville wrote: > Is there a way to authenticate against an Active Directory server from > CGI::Application? About 20 minutes after posting above I found Authen::Simple::ActiveDirectory which does exactly what I want. -- Stephen Carville

Re: [cgiapp] Proposed new look and branding for cgi-app.org

2009-05-06 Thread Stephen Carville
I don't have much artistic talent -- my boss always complains my web page are "ugly" -- but the web site looks fine to me. As for the name? Call it what you want; it's CGI::Gold to me. -- Stephen Carville # CGI::Application co

[cgiapp] Re: Need help with Redirect

2008-12-26 Thread Stephen Carville
On Fri, Dec 26, 2008 at 1:33 PM, Stephen Carville wrote: > I am writing a "make my life easier by letting users do some things > for themselves" program but I cannot get a redirect to work after > login. Forget I said anything :-) I took another look at my source and reali

[cgiapp] Need help with Redirect

2008-12-26 Thread Stephen Carville
x27; => 1230325823};;$D So I think it safe to assume that $self->session-flush() in teardown() is being called sucessfully. Any idea what i am doing wrong? I am using CGI::Application with perl, v5.8.8 built for i386-li

Re: [cgiapp] Reading a Cookie

2008-07-24 Thread Stephen Carville
> then retrieve the cookie like this: > > my $cookie = $cgi->cookie('cookie_name'); > > See CGI.pm documentation for more directions and hints. Thank you very much. -- Stephen Carville # CGI::Application community mailing list ##

[cgiapp] Reading a Cookie

2008-07-24 Thread Stephen Carville
: /selfhelp/ Send For: Encrypted connections only Expires: at end of session So how do I read the cookie back using CGI:Application? All the tutorials seem to assume the cookie is just there. Maybe I'm overlooking something. -- Stephen Carville # CGI::Application community ma

Re: [cgiapp] Q: Any guidelines for paging thru db records via CGI params?

2008-05-27 Thread Stephen Carville
DB has plenty of temp space then the extra time for the LIMIT command is small. -- Stephen Carville # CGI::Application community mailing list #### ## To unsubscribe, or change your message deliver

Re: [cgiapp] Variable Number of Column in a Table

2008-05-18 Thread Stephen Carville
On 5/15/08, Cees Hek <[EMAIL PROTECTED]> wrote: > On Fri, May 16, 2008 at 2:03 AM, Stephen Carville > <[EMAIL PROTECTED]> wrote: >> Is there any way to have a template where the number of columns is >> determined at run time? I know how to use TMPL_LOOP but that on

[cgiapp] Variable Number of Column in a Table

2008-05-15 Thread Stephen Carville
here Row of data in odd row color set Row of data in even row color set -- Stephen Carville # CGI::Application community mailing list #### ## To unsubscribe, or change your message del

Re: [cgiapp] Persistence

2008-03-06 Thread Stephen Carville
On Fri, Feb 8, 2008 at 7:24 AM, Michael Peters <[EMAIL PROTECTED]> wrote: > Stephen Carville wrote: > > > Seems to me it makes more sense to embed the session ID or any other > > tracking as hidden variables in a form and send it back as a POST. > > This assumes th

Re: [cgiapp] Persistence

2008-02-08 Thread Stephen Carville
makes more sense to embed the session ID or any other tracking as hidden variables in a form and send it back as a POST. -- Stephen Carville # CGI::Application community mailing list #### ## To unsubscribe, or chang

[cgiapp] Settng Template path

2008-01-20 Thread Stephen Carville
Application::load_tmpl('DailyFloodSummary=HASH(0x1f5e12e0)', 'header.tmpl') called at DailyFloodSummary.pm line 40 DailyFloodSummary::show_search_form('DailyFloodSummary=HASH(0x1f5e12e0)') called at /usr/lib/perl5/site_perl/5.8.8/CGI/Application.pm line 152

[cgiapp] Re: Settng Template path

2008-01-20 Thread Stephen Carville
Forget it! False alarm! "html_templates" should be "html-templates". On Jan 16, 2008 11:06 AM, Stephen Carville <[EMAIL PROTECTED]> wrote: > I'm trying out CGI++Application plus HTML::Template as a > replacement/upgrade for a current report generation sy