Re: First CGI Setup

2005-03-12 Thread Joel Rees
Should not try to give people advice at two in the morning. I said I've set each user's web-facing directories and files to owned by user, but group is the apache user. The directories that serve the domain root are owned by the apache user. Directory permissions are read/write/search (rwx) for

Re: First CGI Setup

2005-03-11 Thread Wiggins d'Anconia
Chris Devers wrote: On Sat, 12 Mar 2005, Joel Rees wrote: (One of these days I'm going to get version control running to my liking, and I'll keep everything under /etc in version control. For now, I just make a copy to work on and rename the old one *_nnn.bak or something, keeping track of the

Re: First CGI Setup

2005-03-10 Thread Mike Lesser
On Mar 9, 2005, at 5:19 PM, Sherm Pendley wrote: On Mar 9, 2005, at 5:03 PM, Mike Lesser wrote: # To use CGI scripts: # #AddHandler cgi-script .cgi That doesn't do much when it's commented out. ;-) That's why I included it - the web article told me to uncomment it, but when I did, all

Re: First CGI Setup

2005-03-10 Thread Mike Lesser
I thought by default OS X has the cgi setup automatically. I didn't have to do anything, just turned on the web server. And put the perl script in the CGI-EXECUTABLES folder and it works. I've seen comments online to this effect; that's why I think there's some fundamental issue with what I did

Re: First CGI Setup

2005-03-10 Thread Mike Lesser
I thought by default OS X has the cgi setup automatically. I didn't have to do anything, just turned on the web server. And put the perl script in the CGI-EXECUTABLES folder and it works. That works, yes - but it's not what Mike wants to do. On many servers, files with a .cgi extension are run as

Re: First CGI Setup

2005-03-10 Thread Sherm Pendley
On Mar 10, 2005, at 10:15 AM, Mike Lesser wrote: I don't know exactly -what- I'm trying to do! ;-) Then how do you expect us to know exactly how to help you do it? I believe that I should have whatever is the most common setup for home development, If you're writing something that will need to be

Re: First CGI Setup

2005-03-10 Thread Sherm Pendley
On Mar 10, 2005, at 9:58 AM, Mike Lesser wrote: On Mar 9, 2005, at 5:19 PM, Sherm Pendley wrote: On Mar 9, 2005, at 5:03 PM, Mike Lesser wrote: # To use CGI scripts: # #AddHandler cgi-script .cgi That doesn't do much when it's commented out. ;-) That's why I included it - the web

Re: First CGI Setup

2005-03-10 Thread Chris Devers
On Thu, 10 Mar 2005, Ted Zeng wrote: It looks like I will need mod_perl. mod_perl makes me nervous. Last time I touched it, I could not make it work on Windows. The worst experience I had with Apache on Windows. Now, I just realized that I might need it because Axkit depends on it. Randal

First CGI Setup

2005-03-09 Thread Mike Lesser
Hi all. I'm busy setting up to run (okay, play with) CGIs. So for, not so great. According to the Apache error logs, I'm connecting okay, but something seems to be off.i've been reading up on the config issues, and I've worked thru some of them, but frankly I'm out of my element, and concerned

Re: First CGI Setup

2005-03-09 Thread Sherm Pendley
On Mar 9, 2005, at 5:03 PM, Mike Lesser wrote: # To use CGI scripts: # #AddHandler cgi-script .cgi That doesn't do much when it's commented out. ;-) sherm-- Cocoa programming in Perl: http://camelbones.sourceforge.net Hire me! My resume: http://www.dot-app.org

Re: First CGI Setup

2005-03-09 Thread Ted Zeng
I thought by default OS X has the cgi setup automatically. I didn't have to do anything, just turned on the web server. And put the perl script in the CGI-EXECUTABLES folder and it works. ted On Mar 9, 2005, at 2:03 PM, Mike Lesser wrote: Hi all. I'm busy setting up to run (okay, play with) CGIs.

Re: First CGI Setup

2005-03-09 Thread Sherm Pendley
On Mar 9, 2005, at 5:29 PM, Ted Zeng wrote: I thought by default OS X has the cgi setup automatically. I didn't have to do anything, just turned on the web server. And put the perl script in the CGI-EXECUTABLES folder and it works. That works, yes - but it's not what Mike wants to do. On many