@Wayne-Workman this fails chown root:apache /var/www/html/index.php invalid group. should this be www-data?
Best posts made by bluesky
-
RE: Redirect /fog/management to root X.X.X.X
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman Please see my previous reply to you, you can see exactly what I did including the contents of the php file.
Latest posts made by bluesky
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman No worries, ya I am going to look at apache default config
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman Please see my previous reply to you, you can see exactly what I did including the contents of the php file.
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman Hi Wayne - I just cant seem to get this to work following the instructions on wiki.
I have started with fresh install of Ubuntu 16 and FOG . I dont want to waste your time but thought I would provide the update.1.) ls -l /var/www/html/index.php
-rwxr–r-- 1 root www-data 78 Feb 16 09:24 /var/www/html/index.php2.) Contents of above file:
<?php
header(‘Location: http://10.0.2.15/fog/management/index.php’);
exit;
?>3.)
Latest Version: 1.3.4
Latest Development Version: 1.3.5-RC-7
Latest SVN Version: 60654.) Server Version: Apache/2.4.25 (Ubuntu) OpenSSL/1.0.2k
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman Ok Thanks thats what I will do. Thanks for all your help. So far, I have FOG up and running in a school district…just now trying to tweak a few things
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman I think I am going to start all over with fresh install. I am using virtual box so I can destroy and start over easily. I suspect I have touched to many files made to many config changes.
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman No its not working, typing "X.X.X.X "into the browser takes me to the index of / page. interestingly enough if i type local host, it takes me to the Apache Debian default page then redirects me to the fog web console
-
RE: Redirect /fog/management to root X.X.X.X
@george1421 Thanks I have tried both your suggestions, but if you know this works, then I suspect I have issues with my apache2 service
-
RE: Redirect /fog/management to root X.X.X.X
@Wayne-Workman this fails chown root:apache /var/www/html/index.php invalid group. should this be www-data?
-
RE: Redirect /fog/management to root X.X.X.X
@george1421 Just confirming where the index.html should be. I have it in /var/www/fog/index.html. I tested this by just entering ip in firefox browser and it takes me to the index of / page.