[Neos] Installing NEOS on LAMPP

Nicolas Forgerit hello at nicolasforgerit.com
Wed Aug 6 18:41:48 CEST 2014


> On 06 Aug 2014, at 18:21, Martin <martinstockffm at googlemail.com> wrote:
> 
> I tried to install the apache2 server on linux Mint 17, but it does not start, I think.
> 
> There is no connection to localhost.
Okay Apache does not seem to be running. (I assume that you installed it using apt-get without any changes of the port!)

What does the command
	service apache2 status
return? If that does not work, try
	/etc/init.d/apache2 status
. If it says sth. like “apache2 is not running” then just try
	service apache2 start
or alternatively
	/etc/init.d/apache2 start
. Afterwards, put either
	127.0.0.1
, which is your loopback ip, or 
	localhost
into your browser.

Then call back with your results. Did you complete the given apache2+php+mysql tutorial? You need to give us some more information about your current system state.


More information about the Neos mailing list