Mar 26, 2018; 21:55
Erik Vandermey
Lasso 8.6.3 on High Sierra and MAMP Pro
Have some legacy sites (Lasso 8.5.6 on MacOS 10.5.8) that I need to keep running so I’m diving in with a High Sierra install with MAMP Pro.
First you have to turn off SIP (System Integrity Protection). Failure to turn it off will block the Lasso installer from completing.
Reboot in Recovery mode (start up holding Command-R). Open Terminal app and use this command:
csrutil enable -without fs
This leaves SIP enabled except for File System protection.
Reboot the server.
Now run the Lasso 8.6.3 installer. It will create and install the Lasso Apache connector in /usr/local/libexec
MAMP Pro uses Apache 2.2, so you can use the connector from the 8.6.3 installer and just move/copy it to the MAMP Apache modules folder.
MAMP Pro Apache modules are here:
/Applications/MAMP/Library/modules
Then append the httpd.conf file in MAMP Pro. Select File > Edit Template > Apache > httpd.conf and paste this at the bottom:
LoadModule lasso8_module /Applications/MAMP/Library/modules/Lasso8ConnectorforApache2.2.so
<Location ~ "^.*\.[Ll][Aa][Ss][Ss][Oo]$">
SetHandler lasso8-handler
</Location>
<Location ~ "^.*\.[Ll][Aa][Ss][Ss][Oo][Aa][Pp][Pp]$">
SetHandler lasso8-handler
</Location>
Note the lasso8_module path is adjusted for the MAMP modules location.
Tested with two non-database Lasso sites and it works great!
Tomorrow I’ll test with a site that uses MySQL.
Regards,
---
Erik VanderMey • erik@webcentrix.net • 630-206-2900 • (Messages/FaceTime: erikv@mac.com)
WebCentrix, Inc. • http://webcentrix.net • Web Hosting/Co-Location/Dedicated Servers
Certified Lasso Developer (CLD) • Kerio Connect/Control/Operator Reseller
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>