Installation

rhel 8 - a2dismod & a2enmod cannot find command

rhel 8 - a2dismod & a2enmod cannot find command

by L Ng -
Number of replies: 2

I cannot seem to find this command on redhat 8?

#> a2dismod mpm_event
#> a2enmod mpm_prefork

In reply to L Ng

Re: rhel 8 - a2dismod & a2enmod cannot find command

by Andrew Parker -

Thanks for catching this oversight.

I have updated the instructions on the wiki to reflect the _actual_ way to do this in RHEL.

Relevant replacement steps:

  • sudo nano /etc/httpd/conf.modules.d/00-mpm.conf
  • Comment out the mod_mpm_event line and uncomment the mod_mpm_prefork line.

Exit and save, restart apache, ... profit?

In reply to Andrew Parker

Re: rhel 8 - a2dismod & a2enmod cannot find command

by L Ng -

oh good... I did do that.. those 2 commands are specifically for ubuntu/debian distros I think


I thought I was going nuts... 

now I just have that problem I cannot restart httpd.services because it cannot find DateTime in @inc though it is installed!