Magento 2
How to detect the web server used by a third-party website?
Administration
web-server
,
diagnostics
,
command-line
dmitrii_fediuk
(Dmitrii Fediuk)
January 8, 2017, 7:52pm
1
wget -SO- <website url> 2>&1 >/dev/null | grep "Server"
How to detect the current web server programmatically?
dmitrii_fediuk
(Dmitrii Fediuk)
January 25, 2017, 10:40am
2
See also:
How to detect the current web server programmatically?