I removed the protocol http://
error logs cat error_log
[Wed Apr 28 01:03:47.100777 2021] [mpm_event:notice] [pid 163591:tid 
140110325255232] AH00489: Apache/2.4.46 (Unix) configured -- resuming normal 
operations
[Wed Apr 28 01:03:47.100846 2021] [core:notice] [pid 163591:tid 
140110325255232] AH00094: Command line: '/usr/local/apache2/bin/httpd'
[Wed Apr 28 01:18:44.797886 2021] [mpm_event:notice] [pid 163591:tid 
140110325255232] AH00491: caught SIGTERM, shutting down
[Wed Apr 28 01:18:47.778542 2021] [mpm_event:notice] [pid 163977:tid 
140566531722304] AH00489: Apache/2.4.46 (Unix) configured -- resuming normal 
operations
[Wed Apr 28 01:18:47.778593 2021] [core:notice] [pid 163977:tid 
140566531722304] AH00094: Command line: '/usr/local/apache2/bin/httpd'
[Wed Apr 28 01:48:52.117535 2021] [mpm_event:notice] [pid 163977:tid 
140566531722304] AH00491: caught SIGTERM, shutting down
[Wed Apr 28 01:50:20.832199 2021] [mpm_event:notice] [pid 164670:tid 
139863682243648] AH00489: Apache/2.4.46 (Unix) configured -- resuming normal 
operations
[Wed Apr 28 01:50:20.832245 2021] [core:notice] [pid 164670:tid 
139863682243648] AH00094: Command line: '/usr/local/apache2/bin/httpd'
[Wed Apr 28 01:52:41.870652 2021] [mpm_event:notice] [pid 164670:tid 
139863682243648] AH00491: caught SIGTERM, shutting down
[Wed Apr 28 01:52:46.712857 2021] [mpm_event:notice] [pid 164844:tid 
139688522169408] AH00489: Apache/2.4.46 (Unix) configured -- resuming normal 
operations
[Wed Apr 28 01:52:46.712904 2021] [core:notice] [pid 164844:tid 
139688522169408] AH00094: Command line: '/usr/local/apache2/bin/httpd'

cat access_log
127.0.0.1 - - [28/Apr/2021:01:07:15 +0100] "GET / HTTP/1.1" 200 45
127.0.0.1 - - [28/Apr/2021:01:07:21 +0100] "GET / HTTP/1.1" 200 45
127.0.0.1 - - [28/Apr/2021:01:07:24 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:07:24 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:07:27 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:07:28 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:07:38 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:07:39 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:09:17 +0100] "GET / HTTP/1.1" 200 45
127.0.0.1 - - [28/Apr/2021:01:09:18 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:09:19 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:09:23 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:09:54 +0100] "GET / HTTP/1.1" 304 -
127.0.0.1 - - [28/Apr/2021:01:19:15 +0100] "GET / HTTP/1.1" 200 45
127.0.0.1 - - [28/Apr/2021:01:19:16 +0100] "GET / HTTP/1.1" 304 -



back.but...@aol.com
 
 
-----Original Message-----
From: Richard <lists-apa...@listmail.innovate.net>
To: users@httpd.apache.org
Sent: Wed, 28 Apr 2021 1:43
Subject: Re: [users@httpd] Re: LAN to WAN access



> Date: Wednesday, April 28, 2021 00:25:29 +0000
> From: back Button <back.but...@aol.com.INVALID>
>  
>  After the fresh installation of 2.4.46 and It works! 
> When I ran apache for the first time I was getting 
> AH00558: httpd: Could not reliably determine the server's fully
> qualified domain name, using 127.0.1.1. Set the 'ServerName'
> directive globally to suppress this message Then I updated the 
> httpd.conf with 
> ServerName   http://backbtn.ddns.net
> Now the AH0058 message has gone, so I guess that has been accepted.
> still when I put  http://backbtn.ddns.net
> I am getting  
> 
> 400 Bad Request
> Invalid Header. 
> 

The "ServerName" is the FQDN (i.e., "backbtn.ddns.net") and does not
include the protocol ("http://";). If the protocol is included in your
message because of something your mail client is doing you need a
mail client that doesn't "auto-html" things like that.

You need to look in your apache server logs (specifically error) to
get a better sense of what that error message may be being caused by.
The user messages you are showing are of only marginal value.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to