Softaculous


Topic : AMPPS not working on El Capitan Server


2

Posted By: haxcop on April 28, 2016, 8:00 pm | Post: 15
Quote From : Rishi_P April 27, 2016, 2:36 pm
Open terminal and run following two commands

sudo apachectl -k stop

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist


If we do this means the Website hosted on os X server will stop working?. is not other better workaround way to set the ammps to work with the actual server in place?.

Probably adding the virtualhost of ammps to the httpd.conf of the macserver and make both work together in peace  :nerd:


Posted By: lektrikpuke on May 1, 2016, 4:38 pm | Post: 16
To see error msgs about startup:  sudo bash -x /applications/ampps/apache/bin/apachectl -k start
Which lead me to editing apachectl:  sudo vim /applications/ampps/apache/bin/apachectl

Changed two lines.
1.  HTTPD='/applications/ampps/apache/bin/apachectl'
2.  ULIMIT_MAX_FILES=""

Not sure if ULIMIT was necessary or not, but was showing up as an error.

Then reboot the system or stop and start the server (command line, sudo).

Worked for me.  Not sure why it stopped with this Mac update.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.