LiveCode Server

Ralf Bitter rabit at revigniter.com
Sat Oct 19 12:08:21 EDT 2019


Thanks for the info Todd. This explains why I had
an issue on Mac OS. I once added the directive to .htaccess.

Ralf


> On 19. Oct 2019, at 06:08, Todd Fabacher via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> GOOD NEWS - Got it to work. Someone should take note an issue with
> Apache 2 and LiveCode server
> 
> SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
> 
> For Linux in /etc/apache2/apache2.conf
> 
> For Mac (using Homebrew) in /usr/local/etc/httpd/httpd.conf
> 
> Adding this to .htaccess didn't work for some reason - only Apache
> config worked:
> RewriteEngine On
> RewriteCond %{HTTP:Authorization} ^(.*)
> RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
> 
> --Todd & Lagi





More information about the use-livecode mailing list