Answer the question
In order to leave comments, you need to log in
[Apache error AH00126. Invalid URI in request GET / HTTP/1.1] How to find the reason?
Good afternoon everyone!
Preamble
I have a website here on my home server that looks at the Internet (the server itself is behind a router on which port forwarding is configured)
. The server has Ubunu Server OS installed.
Raised LAMP server
Two virtual hosts are spinning on the server.
Their parameters from .conf files
<VirtualHost *:80>
ServerName xxxxxx.xx
DocumentRoot /var/www/xxxxxx.xx/public_html
<Directory /var/www/xxxxxx.xx/public_html>
AllowOverride All
</Directory>
<VirtualHost>
Rewrote, if interested, completely the scheme. Now, when scanning a directory, the presence of a link to a file in the database is checked, if not, it is added. These file IDs are passed to the user in the list. When a file is requested by id, the DB-File is reverse-matched and the result is returned to the user. The file is the title of the download, the directory is its contents
[Thu Dec 03 15:44:01.944696 2015] [core:error] [pid 2001] [client 192.168.100.50:56566] AH00126: Invalid URI in request GET / HTTP/1.1
[Thu Dec 03 15:46:42.909538 2015] [core:error] [pid 2474] [client 192.168.100.50:56679] AH00126: Invalid URI in request GET /index.php HTTP/1.1
[Thu Dec 03 15:46:48.329383 2015] [core:error] [pid 2475 ] [client 192.168.100.50:56684] AH00126: Invalid URI in request GET /fs/ HTTP/1.1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question