[Neos] Installing NEOS on LAMPP

Nicolas Forgerit hello at nicolasforgerit.com
Wed Aug 6 19:58:21 CEST 2014


Don’t despair, there’s help.

First of all, there’s a Ninja Technique, called Google-driven-System-Administration. The general prinicple is the following:
1. Make the Software to be more verbose. Put on all logs, —verbose flags, etc.
2. Start the Software.
3. Look at console output, Software logs (usually in /var/log directory), try out the command “dmesg” and search for clues of what the problem really is.
4. Feed Google with messages that you think are corresponding to your problem. It is very probable that anyone in the world has already posted about the problem in a web forum. Then try out the solutions. You may need to refine the error message to be not too specific on the one hand and not too general on the other hand.

This technique is generally applicable to many, many problems, not just “System Administration”.

As i don’t use Apache myself, i found this quick and easy solution which should help you out:
	apt-get purge apache2
	apt-get update
	apt-get install apache2

There seem to be old config files lying around. This re-installs the apt-get version which will surely work!

> On 06 Aug 2014, at 19:38, Martin <martinstockffm at googlemail.com> wrote:
> 
> service apache2 status give me:
> 
> /etc/init.d/apache2: 64: .: Can't open /etc/apache2/envvars
> /etc/init.d/apache2: 76: .: Can't open /etc/apache2/envvars
> ERROR: APACHE_PID_FILE needs to be defined in /etc/apache2/envvars
> 
> And now?
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos



More information about the Neos mailing list