Répondre à : Installation sur VPS. Problème apache sur serveur ubuntu 14.04

Accueil Forums Gestion d’un serveur WIMS Installation d’un serveur WIMS Installation sur VPS. Problème apache sur serveur ubuntu 14.04 Répondre à : Installation sur VPS. Problème apache sur serveur ubuntu 14.04

#2411
jm.evers
Participant
Up
0
Down
::

Hi, again…
I know nothing of Debian specifics, but just « google »
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}
And you will find some possible clues..like:
debian related apache2

It looks like you did not define required variables APACHE_LOCK_DIR,
APACHE_PID_FILE and so on.
This is exactly what envvar file is for. You *need* to source it before runing apache.

apache2 is a service. On Debian, you need to start services using
service(8) on the command line:
# service apache2 start
This will call /etc/init.d/apache2 that does all the magic.
Alternatively, you could find apache2ctl(8) useful.

hope this helps?
joke

  • Cette réponse a été modifiée le il y a 9 années et 11 mois par jm.evers.