Dreamhost sale only on September 5

stephen barncard stephenREVOLUTION2 at barncard.com
Mon Sep 5 14:51:27 EDT 2011


FYI   I could never get the old revolution server executable to work at
Dreamhost.

Livecode server 4.6 is a completely improved and more complete product.  I
would suggest that one upgrade to the latest version. There are so many new
features and it ROCKS!!

Andre and I got Livecode Server 4.6.x to work on shared hosting at Dreamhost
using the .htaccess method. We could not get it to work consistently with a
central installation at root using a higher level server plan (VPS) with
root access. The Dreamhost control panel kept getting in the way. Perhaps
someone else can get it to work but it's impossible that method without real
root access.

The* htaccess method* requires a cgi-bin folder for each domain that needs
LIvecode with the server code. The licensing model works for this as long as
the executables are on the same server, not just a single domain.

here's the hierarchy:  ()=directory
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*(site root)*

*.htaccess file A*
*(cgi-bin)  *

*.htaccess file B*

*(livecode-server)  *

*(drivers)*

*(externals)*

*livecode-server  (executable file)*


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

*two* htaccess files are used:

htaccess file A  (at domain root)

*Options +ExecCGI FollowSymLinks*
*AddHandler livecode-script .lc .irev*
*DirectoryIndex index.irev index.lc index.php index.html*
*Action livecode-script /cgi-bin/livecode-server/livecode-server*


htaccess file B (inside cgi-bin)


*Options +ExecCGI*
*SetHandler cgi-script*


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PERMISSIONS   -- (very important)

All files = 755    the livecode-server executable comes set at 644 so you
need to change it to 755.


thanks again to the incredibly helpful Andrea Garzia for really sorting this
out for me. I still owe you, bud.

sqb









On 5 September 2011 07:49, Michael Kann <mikekann at yahoo.com> wrote:

> http://dreamhost.com/
>
> -- nine dollars for a whole year
>
> --- On Wed, 12/8/10, David Bovill <david at vaudevillecourt.tv> wrote:
>
> From: David Bovill <david at vaudevillecourt.tv>
> Subject: revServer Installation on DreamHost
> To: "How to use Revolution" <use-livecode at lists.runrev.com>
> Date: Wednesday, December 8, 2010, 10:40 AM
>
> Has anyone successfully installed rvServer on DreamHost? I'm setting this
> up
> for this weekends Live Code TV <http://livecode.tv> event, but running
> into
> the missing libraries thing:
>
>    - http://forums.runrev.com/phpBB2/viewtopic.php?f=8&t=6147
>    - http://forums.runrev.com/phpBB2/viewtopic.php?f=20&t=5543
>
> ldd revserver
> >     linux-gate.so.1 =>  (0xffffe000)
> >     libdl.so.2 => /lib32/libdl.so.2 (0xf76dd000)
> >     libm.so.6 => /lib32/libm.so.6 (0xf76b9000)
> >     libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf75cb000)
> >     libpcre.so.0 => not found
> >     libpng12.so.0 => /usr/lib32/libpng12.so.0 (0xf75a7000)
> >     libjpeg.so.62 => /usr/lib32/libjpeg.so.62 (0xf7588000)
> >     libcurl.so.4 => not found
> >     libc.so.6 => /lib32/libc.so.6 (0xf7436000)
> >     libz.so.1 => /usr/lib32/libz.so.1 (0xf7421000)
> >     /lib/ld-linux.so.2 (0xf76f2000)
> >     libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7413000)
> >
>
> Any suggestions - the more detailed the better so I can write this up for
> the rest of us :)
> _______________________________________________
> 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
> _______________________________________________
> 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
>



-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  <http://www.google.com/profiles/sbarncar>



More information about the use-livecode mailing list