This forum is no longer active. Please post your questions to our new community site

Recent Posts by kgingeri

Subscribe to Recent Posts by kgingeri 5 post(s) found

03 Oct, 2010 04:33 AM
Avatar kgingeri 5 post(s)

Topic: MAMPStack / Mis-reported httpd port in ctl.sh

Hi,

I noticed that the ctl.sh has a hardcoded “… port 8080” in it.
This mislead me for a while until I figured out what was going on.

Could I suggest inserting line 11:

  • HTTPD_PORT=`awk ‘/^Listen/ {print $2}’ </Applications/MAMP/apache2/conf/httpd.conf`

to the top of the script and changing the line now at 78 to

  • echo “$0 $ARG: httpd started, port $HTTPD_PORT”

(“MAMP” in the path above being the proper install path – I believe install script set this)?

:v)

 
03 Oct, 2010 03:08 AM
Avatar kgingeri 5 post(s)

Topic: MAMPStack / Can't login to phpMyAdmin

THis would be good to put in the README.txt file as that is the first place I went looking for it as a Mac user. I tried “root” and my own username and got frustrated and came looking here – wonder how many have done the same? Just my2cents worth ;v)

 
22 Sep, 2008 11:37 PM
Avatar kgingeri 5 post(s)

Topic: Articles / Managing your servers with the new graphical interface (BETA)

Antonio, how do you guys pay the bills – I don’t see a donate link anywhere!

 
19 Sep, 2008 06:14 PM
Avatar kgingeri 5 post(s)

Topic: Stacks suggestions / ZK Framework?

I know I saw a link at one point re ideas for packages, but I can’t find it now – was it this forum anyway?

I’d love to see the ZK framework and Tomcat environment packaged – didn’t see it in the polls either. It’s likely not a common framework, but it is very fast and efficient. Their URL is http://www.zkoss.org/ – or even OpenLaszlo @ http://www.openlaszlo.org

I have no relationship to them other than interest in their product ;v)

Karl

 
19 Sep, 2008 06:02 PM
Avatar kgingeri 5 post(s)

Topic: Articles / Managing your servers with the new graphical interface (BETA)

Thanks!! You guys are awsome!

Keep up the excellent work!
Karl