Re: revServer installation issues

2010-10-22 Thread Devin Asay
On Oct 21, 2010, at 8:02 PM, Phil Davis wrote: Thanks Andre! This is a crazy problem. I just made the changes you recommend and added the .htaccess back into the mix, but no joy! I'm guessing I made a change to my httpd.conf at some point without commenting it and that's what is

Re: revServer installation issues

2010-10-22 Thread Phil Davis
On 10/22/10 8:19 AM, Devin Asay wrote: On Oct 21, 2010, at 8:02 PM, Phil Davis wrote: Thanks Andre! This is a crazy problem. I just made the changes you recommend and added the .htaccess back into the mix, but no joy! I'm guessing I made a change to my httpd.conf at some point without

Re: revServer installation issues

2010-10-21 Thread Andre Garzia
On Thu, Oct 21, 2010 at 3:49 AM, Phil Davis rev...@pdslabs.net wrote: I managed to replicate your problem here on my mac os x, am trying to solve it. Wow. Thanks Andre! That's huge! I am good at breaking things, specially my computers! Phil -- http://www.andregarzia.com All We Do

Re: revServer installation issues

2010-10-21 Thread Mike Bonner
From your description, it sounds like the new directives aren't getting loaded at all. If you run: /usr/sbin/httpd -V |grep -i server_config_file does it show the correct config file is at -D SERVER_CONFIG_FILE=/private/etc/apache2/httpd.conf? And you're using the server document root not your

Re: revServer installation issues

2010-10-21 Thread Devin Asay
On Oct 20, 2010, at 11:01 PM, Phil Davis wrote: On 10/20/10 4:57 PM, Devin Asay wrote: Phil, It seems clear that the config file isn't quite right, and that the revServer engine isn't being launched. Where are your revServer files installed, /Library/WebServer/CGI-Executables I

Re: revServer installation issues

2010-10-21 Thread Phil Davis
On 10/21/10 5:49 AM, Mike Bonner wrote: From your description, it sounds like the new directives aren't getting loaded at all. If you run: /usr/sbin/httpd -V |grep -i server_config_file does it show the correct config file is at -D SERVER_CONFIG_FILE=/private/etc/apache2/httpd.conf? Yes,

Re: revServer installation issues

2010-10-21 Thread Phil Davis
On 10/21/10 7:59 AM, Devin Asay wrote: On Oct 20, 2010, at 11:01 PM, Phil Davis wrote: On 10/20/10 4:57 PM, Devin Asay wrote: Phil, I had to do it this way: Action irev-script /cgi-bin/revserver/revserver Because I had moved the entire revserver folder into cgi-bin (well, really

Re: revServer installation issues

2010-10-21 Thread Andre Garzia
Folks, This is FIXED!! Damn Phil, check out your http.conf for AllowOverride None. By default this comes set for the documents folder and for the cgi-bin folder. You need to change it to AllowOverride All and then you can place your .htaccess files and they will work. Just did it

Re: revServer installation issues

2010-10-21 Thread Pierre Sahores
Amazing you are , Doctor Andre Holmes Garcia ! Thanks 1000 times for this too ;-) RevServer should now work just fine, is't ? Will test tomorrow on SnowLeo and report the confirmation. Thanks again, Andre ! Kind Regards, Pierre Le 21 oct. 2010 à 23:26, Andre Garzia a écrit : Folks,

Re: revServer installation issues

2010-10-21 Thread Andre Garzia
Bonjour Pierre, You need to check the following pieces: 1) Make sure AllowOverride is set to All on both CGI-Executables and Documents 2) Make sure your documents .htaccess include: Options ExecCGI AddHandler irev-script .irev Action irev-script /cgi-bin/revserver Make sure the path

Re: revServer installation issues

2010-10-21 Thread Pierre Sahores
Boa tarde Andre, I will report how it goes on my snowleo dev box / MBP i7 apple toy tomorrow evening. Bonjour Pierre, You need to check the following pieces: 1) Make sure AllowOverride is set to All on both CGI-Executables and Documents 2) Make sure your documents .htaccess include:

Re: revServer installation issues

2010-10-21 Thread Phil Davis
Thanks Andre! This is a crazy problem. I just made the changes you recommend and added the .htaccess back into the mix, but no joy! I'm guessing I made a change to my httpd.conf at some point without commenting it and that's what is keeping your solution from working here. I'll see if I can

Re: revServer installation issues

2010-10-21 Thread Mike Bonner
Glad it worked. Looking forward to the explanation. On Thu, Oct 21, 2010 at 8:02 PM, Phil Davis rev...@pdslabs.net wrote: Thanks Andre! This is a crazy problem. I just made the changes you recommend and added the .htaccess back into the mix, but no joy! I'm guessing I made a change to my

revServer installation issues

2010-10-20 Thread Phil Davis
Hey folks - I'm trying to figure out where I'm going wrong as I try to get revServer going on my Mac Mini. I have followed all the advice (I think) in the great emails from Devin Asay and Mike Bonner from July 20 and I see my test.irev page being served but without the ?rev ... ? stuff being

Re: revServer installation issues

2010-10-20 Thread Devin Asay
Phil, It seems clear that the config file isn't quite right, and that the revServer engine isn't being launched. Where are your revServer files installed, and can you post the mods you made to your httpd.conf file? Also, which OS version are you running? Devin On Oct 20, 2010, at 5:19 PM,

Re: revServer installation issues

2010-10-20 Thread Mike Bonner
out of curiosity, are you changing the files in /etc/httpd or /etc/apache2 if in httpd, try apache2 (if you're pretty sure you're setting them up right) or if trying apache2 try httpd Assuming both folders exist. And did you turn in ExecCGI in the options for whatever directory you're setting up?

Re: revServer installation issues

2010-10-20 Thread Phil Davis
On 10/20/10 4:57 PM, Devin Asay wrote: Phil, It seems clear that the config file isn't quite right, and that the revServer engine isn't being launched. Where are your revServer files installed, /Library/WebServer/CGI-Executables I copied all the files from the 'revserver' folder into the

Re: revServer installation issues

2010-10-20 Thread Phil Davis
Hi Mike, On 10/20/10 4:57 PM, Mike Bonner wrote: out of curiosity, are you changing the files in /etc/httpd or /etc/apache2 if in httpd, try apache2 (if you're pretty sure you're setting them up right) or if trying apache2 try httpd Assuming both folders exist. Nope, only the 'apache2' folder

Re: revServer installation issues

2010-10-20 Thread Andre Garzia
Phil, check your error_log after you try to access your irev file, see if there is a premature end of headers and a permission error, one next to the other. That usually means suEXEC error. I managed to replicate your problem here on my mac os x, am trying to solve it. andre On Thu, Oct 21,

Re: revServer installation issues

2010-10-20 Thread Phil Davis
On 10/20/10 10:25 PM, Andre Garzia wrote: Phil, check your error_log after you try to access your irev file, see if there is a premature end of headers and a permission error, one next to the other. That usually means suEXEC error. Nope, nothing like that. I have an image missing so I get