RevServer on OSX (Snow Leopard Server)

Keith Clarke keith.clarke at clarkeandclarke.co.uk
Thu Dec 16 08:05:30 EST 2010


Thanks Andre.
I'm not worried about users' personal sites running on this server as localhost - I'm using Custom Sites, accessible from the internet and managed by Groups. So, my machine's /etc/apache2/users/ folder is empty but httpd.conf set-up is key to supporting all Custom Sites and OSX Wiki Server group wikis (if I understand things correctly).

BTW Did you create soapdog.conf from scratch or did your version of Snow Leopard Server have a .conf file in this folder already?

On 16 Dec 2010, at 12:21, Andre Garzia wrote:

> 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list