[Neos] Installing NEOS on LAMPP

Nicolas Forgerit hello at nicolasforgerit.com
Wed Aug 6 20:13:55 CEST 2014


If you did the apache2 installation using apt-get and NOT via downloading some xampp-stuff, then the folders you should look at are the following:
	/var/log/apache	<— logs
	/etc/apache2		<— config files
	/var/www/			<— the “docroot” where you will put Neos later on

Just ignore anything corresponding to /opt or xampp.

Can you please run the command
	cat /var/log/apache2/error.log
and paste its contents? 


> On 06 Aug 2014, at 20:04, Martin <martinstockffm at googlemail.com> wrote:
> 
> Now I made the install of apache2 again.
> 
> To test the apache server I tried to look at the localhost. But the connection is still not working.
> 
> In the folder of the server there are the files. BUT httpd.conf is missing. Where is it?
> 
> service apache2 status and /etc/init.d/apache2 start are saying nothing.
> 

Fun fact: The two commands
	service <PROGRAM> status
and
	/etc/init.d/<PROGRAM> status
are basically the same. In the long run, you will only be able to use the former command.


More information about the Neos mailing list