

- #OLDER VERSIONS OF MAMP FOR MAC PDF#
- #OLDER VERSIONS OF MAMP FOR MAC INSTALL#
- #OLDER VERSIONS OF MAMP FOR MAC PRO#
- #OLDER VERSIONS OF MAMP FOR MAC CODE#
I was going to test with the mamp pro stuff to see if I could get it working that way but the fresh download that isn't supposed to expire yet, seems to think that it is.

If thats the case you might look at the one in the app package as well as read up on mamp pro. I don't know anything about MAMP pro, its possible that something done with it has overridden the location the conf is read from. (things are set up different) For MAMP I used /Applications/MAMP/conf/apache/nf And the file in question for lion server is NOT nf. Now, some of those are links to each other, but for lion server I used the files on /Library/Server/Web/Config/Apache2. Library/Server/Web/Config/Apache2 - this is the one used for mountain lion server Library/Server/Migrated/private/etc/apache2/original/nf Library/Server/Migrated/private/etc/apache2/nf Since I have MAMP now, /Applications/MAMP/conf/apacheĪlso one in /Applications/MAMP PRO./MAMP PRO.app/Contesnts/Resources/ In fact on my system they are in SEVERAL locations. Since it is merely a unix type command line executable it should run fine from a terminal shell and take a filename as input.Īlso, while i'm sure this is not the case, you are hitting not just hitting the file itself directly right?Īs for osx installed apache, and MAMP apache, the only real difference is that the setup files are in different locations. IF not you will probably see some type of error that might give a clue. In the file, something simple to test would be cool. irev since we added those extentions to the addhandler line) Place a file in your /Applications/MAMP/htdocs folder named something like test.lc (or. If MAMP is running, shut it down, and restart. Change it to add ExecCGI as an option so that it looks like this: Options Indexes FollowSymLinks ExecCGI irevġ0) add another line right after that looks as follows: Action lc-script /cgi-bin/livecode-serverġ2) there should be a line in that section for Options. cgiĩ) add a line after the #addhandler that looks as follows: AddHandler lc-script. Search for AddHandler and locate the line that looks like #AddHandler cgi-script. (read, write, exe by me, readable only by group and everyone)Ħ) switch to the conf directory /Applications/MAMP/conf/apacheħ) edit nf with whatever editor you wish, I use vi but anything that doesn't hork the line endings should be fine Permissions are 755 though I suspect 744 would work ok too. permissions are 755 (chmod 755 livecode-server)ĥ) I have the 2 folders and their contents also owned by me and admin.

#OLDER VERSIONS OF MAMP FOR MAC INSTALL#
I know you've already got it installed but i'm going to go through all the steps I took to get there.ġ) install mamp (drag the folder to applicationsģ) copy livecode-server and its 2 folders (externals and drivers) to /Applications/MAMP/cgi-bin (and changed to cgi-bin)Ĥ) check permissions and ownership of livecode-server I have mine set with me as owner, admin as group. Downloaded mamp, installed it, i'm ignoring mamp pro and editing files by hand. php and at least it displays the html parts.
#OLDER VERSIONS OF MAMP FOR MAC CODE#
The code inside the LiveCode markup does nothing. lc file? I can name the file index.crapola and it performs the same when called explicitly. The apache log files do not indicate any kind of issue.Ĭould it be the combination or the components of Mountain Lion or MAMP Pro instead of an older version of OS X and MAMP?Īm confused also with the changing filename suffixes. But I still cannot discern where the problem is. I've followed the directions in Simon's living document.
#OLDER VERSIONS OF MAMP FOR MAC PDF#
I followed the directions in the PDF that comes with the server. I also have MAMP Pro and have done everything that I can think of to get LiveCodeServer to work, but to no avail. I am creating a development machine with an iMac running the latest OS X 10.8.
