[cgi-prototype-users] chmod of public_html

2005-10-13 Thread Terrence Brannon
On 10/13/05, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > Terrence: would you please `chmod -R g+w *` the web site? You > have created a directory and a bunch of files that I can't do > anything with because they only have owner write permission. I did this to the best of my ability - index.html in

Re: [cgi-prototype-users] Re: Tried to use My/App, unable to make it work

2005-10-13 Thread A. Pagaltzis
* Randal L. Schwartz [2005-10-13 14:10]: > For a better "tiny" app, see my Linux Magazine articles (google > site:stonehenge.com CGI::Prototype for the location). Randal: just point people at http://cgi-prototype.sf.net/ – there are links to those articles in the Resources section. Terrence: wou

Re: [cgi-prototype-users] Re: Tried to use My/App, unable to make it work

2005-10-13 Thread Terrence Brannon
On 13 Oct 2005 04:58:39 -0700, Randal L. Schwartz wrote: > > For a better "tiny" app, see my Linux Magazine articles (google > site:stonehenge.com CGI::Prototype for the location). That location is: http://www.stonehenge.com/merlyn/LinuxMag/col70.html and also 7[12].html

[cgi-prototype-users] Re: Tried to use My/App, unable to make it work

2005-10-13 Thread Randal L. Schwartz
> "Kai" == Kai Andresen <[EMAIL PROTECTED]> writes: Kai> I copied the My/App test application from the CGI-Prototype Kai> distribution, and added a app.cgi like: Kai> use strict; Kai> use warnings; Kai> use lib qw( /real/path/here ); Kai> use My::App; Kai> My::App->activate; There's no dispa