Search found 4 matches

by kavemaniac
Tue Nov 13, 2012 1:35 am
Forum: CGIs and the Server
Topic: Installing Server on the MAMP
Replies: 12
Views: 25218

Re: Installing Server on the MAMP

I put the addhandler lines outside of the 'if mime module' section and then Apache would not start.

So I decided to start over. I uninstalled MAMP and MAMP Pro. Reinstalled that so I made sure I was using a fresh, virgin version of httpd.conf. Ran MAMP alone without MAMP Pro being involved ...
by kavemaniac
Mon Nov 12, 2012 6:54 am
Forum: CGIs and the Server
Topic: Installing Server on the MAMP
Replies: 12
Views: 25218

Re: Installing Server on the MAMP

In my experiences there are always two things wrong (probably more in this case). First thing I found when going back to check the httpd.conf file is I had typed the Action line wrong, entering lc=script instead of lc-script... I do that all the time when I'm coding, something to do with changing ...
by kavemaniac
Sun Nov 11, 2012 5:29 pm
Forum: CGIs and the Server
Topic: Installing Server on the MAMP
Replies: 12
Views: 25218

Re: Installing Server on the MAMP

Interesting the slight changes from the previous instructions. Am having same results, however. Have dispensed with MAMP Pro for now and am just utilizing MAMP. I am getting no entries in error_log file for what follows.

Code (file=index.lc):
<html><head><title>Test</title></head>
<body>

Hello ...
by kavemaniac
Sat Nov 10, 2012 2:42 pm
Forum: CGIs and the Server
Topic: Installing Server on the MAMP
Replies: 12
Views: 25218

Re: Installing Server on the MAMP

Hello,

I am creating a development machine with an iMac running the latest OS X 10.8. I also have MAMP Pro and have done everything that I can think of to get LiveCodeServer to work, but to no avail. I followed the directions in the PDF that comes with the server. I've followed the directions in ...