Refreshing with Shift+F5 did not work. Just for transparency I did what Tom said and that fixed Apache. I did not do what Wayne suggested.
Posts made by Tim.Trageser
-
RE: Moving Images and changing image location
-
RE: Moving Images and changing image location
Well Apache starts now, but I get a blank screen when I open up the webpage.
-
RE: Moving Images and changing image location
No change still get * Setting up and starting Apache Web Server…Failed!
-
RE: Apache will not start
I ran all my commands with sudo, that should be fine right?
-
RE: Apache will not start
hmmm…the ssl directory is missing from within snapins
-
RE: Apache will not start
Now I am missing:
SSLCertificateKeyFile: file ‘/opt/fog/snapins/ssl/.srvprivate.key’ does not exist or is empty
-
RE: Apache will not start
I have not manually tried reinstalling Apache, but I don’t think that will fix it as the error message from Apache states:
SSLCertificateFile: file ‘/var/www/fog/management/other/ssl/srvpublic.crt’ does not exist or is empty
When I look in that location the file doesn’t exist.
-
RE: Apache will not start
Yes, I have. The install reports that Apache fails to start.
-
RE: Moving Images and changing image location
I wish I could. Since Apache is not starting I can’t get to the Webpage.
-
RE: Apache will not start
mj@fog-server:/opt/trunk/bin$ sudo apt-get install php5-mysqlnd
Reading package lists… Done
Building dependency tree
Reading state information… Done
php5-mysqlnd is already the newest version.
The following package was automatically installed and is no longer required:
account-plugin-windows-live
Use ‘apt-get autoremove’ to remove it.
0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. -
RE: Apache will not start
mj@fog-server:/opt/trunk/bin$ sudo service mysql status
mysql start/running, process 5271
mj@fog-server:/opt/trunk/bin$ -
RE: Apache will not start
I do, as FOG was working normally before and the install skipped it when it was going through the motions.
Though I did run sudo /etc/init.d/mysqld status and it couldn’t find the command, but a manual check of etc shows the folder for it and all the files appear to be there. -
Apache will not start
I was trying to move my image storage location to an external HDD connected to my FOG Machine. Info is in this post: https://forums.fogproject.org/topic/5027/moving-images-and-changing-image-location/21?page=1
Since running the installer again with the new image location specified I am now having an issue with APache starting. Errors below:
Command line error when attempting start:
mj@fog-server:/opt/trunk/bin$ sudo service apache2 start
•Starting web server apache2 *
•The apache2 configtest failed.
Output of config test was:
AH00526: Syntax error on line 12 of /etc/apache2/sites-enabled/001-fog.conf:
SSLCertificateFile: file ‘/var/www/fog/management/other/ssl/srvpublic.crt’ does not exist or is empty
Action ‘configtest’ failed.
The Apache error log may have more information.Apache error log repeated error:
[Tue May 26 16:23:52.091869 2015] [:error] [pid 10042] [client 172.25.100.46:58826] PHP Warning: mysqli::real_escape_string(): Couldn’t fetch mysqli in /var/www/fog/lib/db/MySQL.class.php on line 146, referer: http://172.25.5.80/fog/management/index.php?node=home
[Tue May 26 16:23:53.348758 2015] [mpm_prefork:notice] [pid 10036] AH00169: caught SIGTERM, shutting down -
RE: Moving Images and changing image location
I am going to move the Apache issue to the Technical Help I think since it is now turning into something that is truely broken.