[users@httpd] How do I enable HTTP or HTTPS Redirection on my Apache HTTP servers to my Blogger and Wordpress blogs?

2018-08-13 Thread Turritopsis Dohrnii Teo En Ming
Good morning from Singapore,


How do I enable HTTP or HTTPS Redirection on my Apache HTTP servers to my 
Blogger and Wordpress blogs?


What entries should I add to my httpd.conf?


Previously I tried to add CNAME records to my DNS server but I have been 
advised that this is not the correct solution.


Please advise.


Thank you very much.


===BEGIN SIGNATURE===

Turritopsis Dohrnii Teo En Ming's Academic Qualifications as at 30 Oct 2017

[1] https://tdtemcerts.wordpress.com/

[2] http://tdtemcerts.blogspot.sg/

[3] 
https://www.scribd.com/user/270125049/Teo-En-Ming

===END SIGNATURE===


[users@httpd] [OT] bounced messages

2018-08-13 Thread James Moe
Hello,
  I received a note from the list manager complaining that our server
has rejected an unconscionable number of message.
  Has there been some configuration change of the mailing list recently?

  There are reasons for the rejections: our SPAM filter.
 1. The filter found one set of messages being sent from a blocklisted
site (23.83.215.44), and rejected the messages.
 2. The filter uses a greylist to decide about the validity if a sender
(nearly 2/3 of spam is rejected this way). The list does not retry
delayed messages?

  This particular site (or IP range) is often blocklisted.
$ host 23.83.215.44
44.215.83.23.in-addr.arpa domain name pointer
crimson.oak.relay.mailchannels.net.


[ sample of Blocklisted IP ]
2018-08-13_10:53:45 82822-18122 [Worker_1] [TLS-in] [TLS-out]
[FromMissing] 23.83.215.44
 to:
ji...@sohnen-moe.com [scoring] multiple (2) 'From:' header tags found (
DoNoFrom )
2018-08-13_10:53:45 82822-18122 [Worker_1] [TLS-in] [TLS-out]
[FromMissing] 23.83.215.44
 to:
ji...@sohnen-moe.com [scoring] missing or invalid address in (2) 'From:'
header tag(s) ( DoNoFrom )
2018-08-13_10:53:45 82822-18122 [Worker_1] [TLS-in] [TLS-out] [DNSBL]
23.83.215.44 
to: ji...@sohnen-moe.com [spam found] (DNSBL, 74.6.131.124 listed in
safe.dnsbl.sorbs.net) [Re users httpd Problem setting up ssl] ->
/usr/local/bin/assp2/spam-yes/18122.eml;

2018-08-13_10:53:45 82822-18122 [Worker_1] [TLS-in] [TLS-out]
23.83.215.44 
to: ji...@sohnen-moe.com [SMTP Error] 554 5.7.1 DNS Blacklisted by
safe.dnsbl.sorbs.net

2018-08-13_10:53:45 82822-18122 [Worker_1] [TLS-in] [TLS-out]
23.83.215.44 
to: ji...@sohnen-moe.com finished message - received DATA size: 10.95
kByte - sent DATA size: 0 Byte
2018-08-13_10:53:45 82822-18122 [Worker_1] [TLS-in] [TLS-out]
23.83.215.44 
to: ji...@sohnen-moe.com disconnected: session:7F62DD6BBCE0 23.83.215.44
- processing time 4 seconds
2018-08-13_10:53:45 [Worker_1] Worker_1 will sleep now
[ end ]

[ sample of greylisted response ]
2018-08-13_01:52:11 [Worker_1] Worker_1 wakes up
2018-08-13_01:52:11 [Worker_1] Connected: session:7F62FA585BC0
23.83.215.32:20236 > 192.168.69.246:25 > 192.168.69.246:125
2018-08-13_01:52:11 [Worker_1] 23.83.215.32 info: got STARTTLS request
from 23.83.215.32
2018-08-13_01:52:12 50332-03786 [Worker_1] [TLS-in] [TLS-out]
23.83.215.32 
info: found message size announcement: 6.94 kByte
2018-08-13_01:52:12 50332-03786 [Worker_1] [TLS-in] [TLS-out]
23.83.215.32 
to: ji...@sohnen-moe.com recipient delayed: ji...@sohnen-moe.com
2018-08-13_01:52:12 50332-03786 [Worker_1] [TLS-in] [TLS-out]
23.83.215.32 
to: ji...@sohnen-moe.com [SMTP Status] 451 4.7.1 Please try again later
- are you for real?
2018-08-13_01:52:12 50332-03786 [Worker_1] [TLS-in] [TLS-out]
23.83.215.32 
to: ji...@sohnen-moe.com disconnected: session:7F62FA585BC0 23.83.215.32
- processing time 1 seconds
2018-08-13_01:52:12 [Worker_1] Worker_1 will sleep now
[ end ]


-- 
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.



signature.asc
Description: OpenPGP digital signature


Re: [users@httpd] Problem setting up ssl

2018-08-13 Thread Mahmood Naderan
>what's in the logs of your httpd server? Any errors reported during  
>httpd startup and/or your accesses?

When I restart apache2 service, I see these lines in the syslog
Aug 13 22:19:36 webshub systemd[1]: Stopping The Apache HTTP Server...
Aug 13 22:19:36 webshub apachectl[20543]: AH00558: apache2: 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
Aug 13 22:19:37 webshub systemd[1]: Stopped The Apache HTTP Server.
Aug 13 22:19:37 webshub systemd[1]: Starting The Apache HTTP Server...
Aug 13 22:19:37 webshub apachectl[20554]: AH00558: apache2: 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
Aug 13 22:19:37 webshub systemd[1]: Started The Apache HTTP Server.




However, apache/error.log and apache/access.log show nothing when I enter the 
IP address in the browser.


>Another guess: what do you see in the browser if you try to access  
>http://w.x.y.z:443 (so actually trying to access your "SSL site" via  
>regular HTTP)? I believe to remember having seen that error when the  
>server spat out regular HTTP.


http://w.x.y.z:443 works. I mean I can see the page. However it is not 
https.https://w.x.y.z:443 says the same error as before.





Regards,
Mahmood 



Re: [users@httpd] Problem setting up ssl

2018-08-13 Thread Jens-U. Mozdzen

Zitat von Mahmood Naderan :
Now, when I open https://w.x.y.z in the browser, I get>>>An error  
occurred during a connection to w.x.y.z. SSL received a record that  
exceeded the maximum permissible >length. Error code:  
SSL_ERROR_RX_RECORD_TOO_LONG





Excuse me... Isn't there any idea?


what's in the logs of your httpd server? Any errors reported during  
httpd startup and/or your accesses?


Another guess: what do you see in the browser if you try to access  
http://w.x.y.z:443 (so actually trying to access your "SSL site" via  
regular HTTP)? I believe to remember having seen that error when the  
server spat out regular HTTP.


Regards,
J


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



Re: [users@httpd] Problem setting up ssl

2018-08-13 Thread Mahmood Naderan
 >Now, when I open https://w.x.y.z in the browser, I get>>>An error occurred 
 >during a connection to w.x.y.z. SSL received a record that exceeded the 
 >maximum permissible >length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG 




Excuse me... Isn't there any idea?

I searched the web about the error but there is no single solution for that and 
that error raises  from several situations.


Regards,
Mahmood


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