Hello,I am new on this mailing list and I hope to find an answer on my apache2 configuration problem.
My OS : Linux openSUSE 15.2 64 bit Apache : apache2 2.4.33 standard install browser url : local host --> It works! I try to use apache as a echo server for telnet. reading https://httpd.apache.org/docs/2.4/mod/mod_echo.html"It provides a simple echo server. Telnet to it and type stuff, and it will echo it."
What I did : # a2enmod echo # apache2ctl -M --> see : echo_module (shared) # edit /etc/apache2/global.conf --> add : ProtocolEcho On # apache2ctl restart Test: # telnet localhost --> connection refused # telnet localhost 80 --> ... <h1>Bad request!</h1> ... The firewall is disabled. Reading the manual and google I am not able to correctly configure this. Can you assist me or give a hint? Anthony --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx