Can the Apache Server be set up to make use of other methods and not simply HTTP/HTTPS ?
I believe this ought to be possible by utilizing modules.
Any response is appreciated.
Thanks.
Apache has the capacity to support other methods if a person would write the right support module. An example is mod_ftp, which turns Apache into an FTP server.