Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

On vagrant reload apache won't start again #117

Closed
culshaw opened this issue Mar 29, 2015 · 2 comments
Closed

On vagrant reload apache won't start again #117

culshaw opened this issue Mar 29, 2015 · 2 comments

Comments

@culshaw
Copy link

culshaw commented Mar 29, 2015

I had to change the following file:

/etc/apache2/mods-available/mpm_event.load

and change: /etc/apache2/mods-available/mpm_event.load
from: LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so
to: LoadModule mpm_prefork_module /usr/lib/apache2/modules/mod_mpm_prefork.so

This is probably the wrong way to do it but it works :)

@r8
Copy link
Owner

r8 commented Mar 29, 2015

Thanks for the report. I'll check it out

@r8 r8 added the check label Mar 29, 2015
@m01
Copy link

m01 commented Mar 30, 2015

@culshaw's suggestion is consistent with the Arch Linux Apache wiki page. However, since you use an Ubuntu box, I did the following to manually fix it..

sudo a2dismod mpm_event
sudo apt-get install apache2-mpm-prefork
sudo a2enmod mpm_prefork
sudo service apache2 restart

@r8 r8 closed this as completed in a8025da Apr 12, 2015
@r8 r8 reopened this Apr 12, 2015
raffone added a commit to raffone/vagrant-lamp that referenced this issue Apr 16, 2015
# By Sergey Storchay (49) and others
# Via Sergey Storchay
* 'master' of github.com:r8/vagrant-lamp: (59 commits)
  Fix MySQL socket path. Close r8#117, r8#119
  Update MailHog url in README.md
  Add min version requirement for Vagrant, close r8#115
  Fix typo in Vagrant file
  Fix merge issues
  Add CHANGELOG.md
  Forward port for MailHog web frontend
  Update README for MailHog
  Fix SMTP port
  Add cookbook dependency
  Add postfix recipe
  Set local SMTP server as default mail transport
  Remove oh-my-zsh from README
  Change VM default memory and cpus
  Replace Mailcatcher with MailHog, close r8#86, r8#103, r8#111, r8#114
  Fix webgrid config
  Update node versions, close r8#60, r8#102
  Fix dependencies
  Remove drupal recipe
  Fix node.js installation
  ...

Conflicts:
	.gitignore
	Vagrantfile
	cookbooks/vagrant_main/recipes/default.rb
@r8 r8 modified the milestones: v1.1.0, v1.0.1 Sep 22, 2015
@r8 r8 added the 2 - Working label Sep 25, 2015
@r8 r8 closed this as completed Sep 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants