Загрузка данных


kursant@astra:~$ curl -s -v -A "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0" http://192.168.194.17/
*   Trying 192.168.194.17:80...
* Connected to 192.168.194.17 (192.168.194.17) port 80 (#0)
> GET / HTTP/1.1
> Host: 192.168.194.17
> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
> Accept: */*
> 
< HTTP/1.1 500 Internal Server Error
< Date: Wed, 17 Jun 2026 13:37:46 GMT
< Server: Apache/2.4.65 (Astra)
< Content-Length: 611
< Connection: close
< Content-Type: text/html; charset=iso-8859-1
< 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 webmaster@localhost to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.4.65 (Astra) Server at 192.168.194.17 Port 80</address>
</body></html>
* Closing connection 0
kursant@astra:~$