Setting up and starting Apache Web Server...Failed! (2)
-
Hi!
I just did a clean install of FOG 1.2.0 on a CentOS 6.6 (x64), following the tutorial that is available on the wiki.
The problem is at the end of the installation, while setting up and starting Apache.
FOG Install Log: http://pastebin.com/raw.php?i=AMRQBZZv
httpd error_log: http://pastebin.com/raw.php?i=xpMbBhFKHere i can get more information to debug and find the problem?
-
Update your OS first, and then try to install all of the pieces manually.
yum update -y yum install -y httpd php php-cli php-common php-gd php-mysql mysql mysql-server tftp-server nfs-utils vsftpd net-tools wget xinetd tar gzip make m4 gcc gcc-c++ lftp
You might also try removing and reinstalling the problematic ones like this:
yum remove -y httpd yum install -y httpd
let us know what happens.
-
@Wayne-Workman the OS was already updated.
yum update and packages install result: http://pastebin.com/raw.php?i=ySHDDt2w
Removed the httpd package and ran the installer again. It works now!
New FOG Install Log: http://pastebin.com/raw.php?i=GTiG4yVk
@Wayne-Workman thank you for your help.I will now explore the potential of FOG!
-
@rvieira That’s strange, isn’t it? Glad it works though.