The status message could be based on the existence of a pid file. You will have to pry open opendjam status script to understand why it is getting fooled or even better what is it checking for. Now, if my pid theory is correct then it means apache failed to start. That can happen if there is a syntax issue in httpd configuration file. Xampp gives a script to check the syntax. You could Google for it and figure out of your syntax is not messed up.
Then we can move to the next step. np On 29-Sep-2015 11:36 pm, "LINUX-NEWBIE" <[email protected]> wrote: > Anyone got any pointers for a newbie whose Apache does not appear to stay > up…am using the OPENBDJAM package on a Ubuntu Virtual Machine in Microsoft > Azure. The "....could not reliably determine..." message I believe is > benign ? > > > > azureuser@FWBDLINUX:~$ systemctl status apache2 > > ● apache2.service - LSB: Apache2 web server > > Loaded: loaded (/etc/init.d/apache2) > > Active: inactive (dead) since Mon 2015-09-28 23:39:51 UTC; 16h ago > > Docs: man:systemd-sysv-generator(8) > > > Sep 28 22:28:25 FWBDLINUX systemd[1]: Starting LSB: Apache2 web server... > > Sep 28 22:28:25 FWBDLINUX apache2[4090]: * Starting web server apache2 > > Sep 28 22:28:26 FWBDLINUX apache2[4090]: AH00558: apache2: Could not > reliably determine the server's fully qualified domain name, using > 100.79.244.191. Set the 'ServerName' directive globally to suppress this > message > > Sep 28 22:28:27 FWBDLINUX apache2[4090]: * > > Sep 28 22:28:27 FWBDLINUX systemd[1]: Started LSB: Apache2 web server. > > Sep 28 23:39:50 FWBDLINUX systemd[1]: Stopping LSB: Apache2 web server... > > Sep 28 23:39:50 FWBDLINUX apache2[5275]: * Stopping web server apache2 > > Sep 28 23:39:51 FWBDLINUX apache2[5275]: * > > Sep 28 23:39:51 FWBDLINUX systemd[1]: Stopped LSB: Apache2 web server. > > azureuser@FWBDLINUX:~$ > > > Yet this command says it it's up (can't browse it from Internet or > portscan 80 ) ! > > > azureuser@FWBDLINUX:/opt/openbdjam$ sudo ./openbdjam status > > Jetty8.1: Running > > Apache2.4: Running > > MySQL5.5: Running > > azureuser@FWBDLINUX:/opt/openbdjam$ > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
