Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

httpd service will not start on boot under CentOS 6

The problem turned out to be that the VM was trying to start the Apache service before Vagrant had mounted the shared folders, and the httpd DocumentRoot was pointing to a non existent directory. I followed these instructions to set up a udev event to wait until the mount occurred before attempting to start httpd.

http://razius.com/articles/launching-services-after-vagrant-mount/

Tags:

Startup

Centos

Vagrant

Httpd

Related

Can a PowerShell DSC configuration file be created from a current system build? How add SSL/443 to Apache server without virtual host? How to find the creation date of a local user account? what does `pipe <number>` mean in `ping` output? Which Nginx and which config file is used How do I restore the default bashrc? zpool status reports error ... what next? How do I assign specific IP address to my OpenVPN server? Get AWS ELB name from an attached instance Is it possible to enable RAID 1 on an already in-use HP Proliant DL380 G5 Nesting PowerShell DSC configurations from different files Why do tracert latencies not add up to ping latency?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy