help: SIGALRM on OS X

2006-01-10 Thread Chris
Hello, I'm pretty much a newbie when it comes to Mac OS X so go easy on me. I have a Perl applicaton that communicates with the Asterisk VoIP phone system through AGI (Asterisk Gateway Interface) very similar to CGI. Asterisk starts my perl application and the two communicate over STDIN and

Perl web server

2006-01-10 Thread Lou Rosinski
I can execute a Perl script in the terminal (MacOSX) but cannot get that same Perl script to execute on a browser (ie Safari). I can upload that same script to my virtual Unix server and it executes just fine there. I suspect the problem is the Apache config on my Mac but have researched and

Re: Perl web server

2006-01-10 Thread John Delacour
At 4:39 pm -0800 10/1/06, Lou Rosinski wrote: I can execute a Perl script in the terminal (MacOSX) but cannot get that same Perl script to execute on a browser (ie Safari). I can upload that same script to my virtual Unix server and it executes just fine there. I suspect the problem is the

Re: Perl web server

2006-01-10 Thread John Horner
I suspect the problem is the Apache config on my Mac but have researched and made changes but to no avail. We're going to need more details! Is the web server running? Where is the script you're trying to run located? How are you trying to get it to run in a browser, i.e. what URL are you

Re: Perl web server

2006-01-10 Thread Joel Rees
On 2006.1.11, at 10:30 AM, John Delacour wrote: # /usr/local/apache2/cgi-bin should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # #Directory /usr/local/apache2/cgi-bin Directory /users/jd/sites/cgi-bin This one I think I understand. (I