Keith,

I have this on /etc/apache2/users/soapdog.conf

<Directory "/Users/soapdog/Sites/" >
    AddHandler cgi-script .cgi
    AddHandler irev-script .irev
    Action irev-script /cgi-bin/revserver
    Options Indexes MultiViews ExecCGI FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

This allows me to execute revserver on my users Sites folder such as
http://localhost/~soapdog/test.irev

I have this on /Library/WebServer/Documents/.htaccess

Options ExecCGI
AddHandler irev-script .irev
Action irev-script /cgi-bin/revserver


I have nothing on Apache httpd.conf and on the .htaccess of CGI-Executables
I just have ExecCGI. That is all, things run fine here. I think you are
missing ExecCGI on your /Library/WebSever/Documents options.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to