Can't install livecode server on xampp
Posted: Sat Mar 17, 2018 9:42 pm
i've been trying make Livecode server work with XAMPP 2.24 using the "latest" httpd.conf file on macOSX El Capitan using Livecode 8.13 with server 8.13. Yes, i have permissions. i've tried everything i could think of; i put the Add Handler inside the directory and outside it, etc i used an older livecode server 6_6_1. I even tried the user.config file based upon the livecode lesson(the link in the comments still doesn't work). Any help is appreciated.
ServerRoot "/Applications/XAMPP/xamppfiles"
#Listen 12.34.56.78:80
Listen 80
ServerAdmin you@example.com
ServerName localhost
<Directory />
AllowOverride none
Require all denied
</Directory>
DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"
<Directory "/Applications/XAMPP/xamppfiles/htdocs">
Options Indexes FollowSymLinks ExecCGI Includes
AllowOverride All
Require all granted
AddHandler livecode-script .lc
Action livecode-script /livecode-cgi/livecode-community-server
</Directory>
ScriptAlias /livecode-cgi "/applications/xaamppfiles/cgi-bin/livecode-community-server"/livecode-server
<Directory "/Applications/XAMPP/xamppfiles/cgi-bin/LiveCodeCommunityServer"
AllowOverride All
Options ExecCGI Includes
Require all granted
</Directory>
Larry
ServerRoot "/Applications/XAMPP/xamppfiles"
#Listen 12.34.56.78:80
Listen 80
ServerAdmin you@example.com
ServerName localhost
<Directory />
AllowOverride none
Require all denied
</Directory>
DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"
<Directory "/Applications/XAMPP/xamppfiles/htdocs">
Options Indexes FollowSymLinks ExecCGI Includes
AllowOverride All
Require all granted
AddHandler livecode-script .lc
Action livecode-script /livecode-cgi/livecode-community-server
</Directory>
ScriptAlias /livecode-cgi "/applications/xaamppfiles/cgi-bin/livecode-community-server"/livecode-server
<Directory "/Applications/XAMPP/xamppfiles/cgi-bin/LiveCodeCommunityServer"
AllowOverride All
Options ExecCGI Includes
Require all granted
</Directory>
Larry