Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apache does not boot up #3

Open
shorif2000 opened this issue Aug 3, 2020 · 1 comment
Open

apache does not boot up #3

shorif2000 opened this issue Aug 3, 2020 · 1 comment

Comments

@shorif2000
Copy link
Contributor

chkconfig apache on does not work you need to use

echo "" >> /etc/rc.local
echo "service apache start" >> /etc/rc.local
chmod ug+x /etc/rc.d/rc.local
@whittlem
Copy link
Owner

whittlem commented Aug 3, 2020

It worked for me. What version of Linux are you running?

Are you sure you installed the "apache" service correctly?

@whittlem whittlem closed this as completed Aug 3, 2020
@whittlem whittlem reopened this Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants