CGI Path Problem

2006-01-04 Thread Gregory Lypny
Hello Everyone, I've got a question about CGI paths on OS X Tiger. When my scripts and stack are nested one folder within the CGI- Executables folder everything works fine. Here's my original set up. CGI-Executables/myProject/ where the files in the myProject

Re: CGI Path Problem

2006-01-04 Thread Björnke von Gierke
you need a ../ for each nested folder deep so in your case: #!../../revolution On Jan 04 2006, at 17:35, Gregory Lypny wrote: Hello Everyone, I've got a question about CGI paths on OS X Tiger. When my scripts and stack are nested one folder within the CGI-Executables folder

Re: CGI Path Problem

2006-01-04 Thread Pierre Sahores
Hi, You just need to update your /etc/httpd/httpd.conf file with the new cgi-apps paths. After saving it and restarting Apache, all should work as expected. Regards, Le 4 janv. 06 à 17:35, Gregory Lypny a écrit : Hello Everyone, I've got a question about CGI paths on OS X