New Install of FOG 1.1.2 and Ubuntu 12.04 LTS
-
[CODE]apache2: unrecognized service[/CODE]
-
And when i run “service --status-all” apache2 is not listed
-
Give me about 10 to 15 minutes and I should be home in better assist you doing I’ve been All this on my cell phone
-
I’m home now.
-
so what is the exact messages you get when you attempt to run [code]sudo service apt-get install apache2[/code]
-
[CODE]root@SC-Image:/# sudo service apt-get install apache2
apt-get: unrecognized service[/CODE] -
sorry
[code]sudo apt-get install apache2[/code] -
[CODE]root@SC-Image:/# sudo apt-get install apache2
Reading package lists… Done
Building dependency tree
Reading state information… Done
apache2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@SC-Image:/#
[/CODE] -
okay
what about
apachectl start -
[CODE]root@SC-Image:/# apachectl start
The program ‘apachectl’ is currently not installed. You can install it by typing:
apt-get install apache2.2-common
[/CODE] -
okay
run
[code]sudo apt-get update;sudo apt-get upgrade;sudo apt-get install apache2.2-common[/code] -
After that’s all done run:
[code]sudo apt-get install libapache2-mod-auth-mysql[/code] -
Okay, I ran that. Then to be sure the install worked I ran:
[CODE]sudo apt-get install apache2.2-common[/CODE]
By itself and got this again:
[CODE]root@SC-Image:/# sudo apt-get install apache2.2-common
Reading package lists… Done
Building dependency tree
Reading state information… Done
apache2.2-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.[/CODE]
and still get this:
[CODE]root@SC-Image:/# apachectl start
The program ‘apachectl’ is currently not installed. You can install it by typing:
apt-get install apache2.2-common
[/CODE] -
Okay, ran the libapache2-mod-auth-mysql install
-
okay try this:
[code]sudo apt-get purge apache2 apache2.2-common libapache2-mod-auth-mysql[/code]Try rerunning the installer.
-
Progress!
[CODE] * Setting up and starting Apache Web Server…OK
You still need to install/update your database schema.
This can be done by opening a web browser and going to:http://10.120.88.146/fog/management
Press [Enter] key when database is updated/installed.[/CODE]
But I can’t access the web interface, I even tried replacing my IP with ‘localhost’
-
and you’re going to:
[url]http://10.120.88.146/fog/management[/url] -
Yes
-
Apache2 even shows to be running
-
can you try:
[code]sudo ufw disable[/code]