e214679 wrote:Hi,
After I install apache-2.4.4-7.mga3 by urpmi. I can't start it up.
I can't search /etc/init.d/http script.
Thanks!
We don't use initscripts anymore. You can see the failure message with this command: systemctl status httpd.service
Maybe you are hitting this bug:
https://bugs.mageia.org/show_bug.cgi?id=10225You can check that with this command:
- Code: Select all
rpm -qa |grep auth_kerb
If you have this package installed you can update it like this:
- Code: Select all
urpmi.update Core\ Updates\ Testing
urpmi --media Core\ Updates\ Testing apache-mod_auth_kerb
And after that restart apache:
- Code: Select all
systemctl restart httpd.service
If this is not the bug you are hitting then just copy the output of status command mentioned above.