Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. yum install gcc-c++

install

  1. ./configure (or ./configure --enable-python)
  2. ./make
  3. sudo ./make install

...

You want to make sure the web server starts on reboot.
To accomplish this:

Code Block

$ chkconfig httpd on

...is it really just that simple?