Skip to content

Instantly share code, notes, and snippets.

@jeff
Created October 6, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeff/67b18b300a72707cb8c3 to your computer and use it in GitHub Desktop.
Save jeff/67b18b300a72707cb8c3 to your computer and use it in GitHub Desktop.
Unknown problem trying to use Apache multiple instances on Debian Jessie:
# /etc/init.d/apache2-websockets start
[....] Starting apache2-websockets (via systemctl): apache2-websockets.serviceFailed to start apache2-websockets.service: Unit apache2-websockets.service failed to load: No such file or directory.
failed!
# service apache2-websockets start
Failed to start apache2-websockets.service: Unit apache2-websockets.service failed to load: No such file or directory.
# apache2ctl-websockets start
AH00534: apache2: Configuration error: No MPM loaded.
Action 'start' failed.
The Apache error log may have more information.
# ls -la /var/log/apache2-websockets/
total 8
drwxr-x--- 2 root adm 4096 Oct 6 08:47 .
drwxr-xr-x 10 root root 4096 Oct 6 08:47 ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment