URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 69191
[ Назад ]

Исходное сообщение
"httpd.conf"

Отправлено apache , 28-Сен-06 18:06 
FreeBSD 6.1
Собрал apache22 из портов
прописал
в rc.conf
apache22_http_accept_enable="YES"
httpd.conf

ServerRoot "/usr/local"
Listen 10.10.10.200:80
Listen 80
DocumentRoot "/usr/local/www/apache22/data"

http://10.10.10.200:80/

While trying to process the request:

GET / HTTP/1.0
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-icq, */*
Accept-Language: ru
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Host: 10.10.10.200
Via: 1.0 srv1.mosenka.ru:3128 (squid/2.6.STABLE1)
X-Forwarded-For: 10.10.10.2
Cache-Control: max-age=259200
Connection: keep-alive


The following error was encountered:

Invalid Request
Some aspect of the HTTP Request is invalid. Possible problems:

Missing or unknown request method
Missing URL
Missing HTTP Identifier (HTTP/1.0)
Request is too large
Content-Length missing for POST or PUT requests
Illegal character in hostname; underscores are not allowed
Your cache administrator is webmaster.

Чтото я забыл?

--------------------------------------------------------------------------------

Generated Thu, 28 Sep 2006 14:06:38 GMT by srv1.mosenka.ru (squid/2.6.STABLE1)


Содержание

Сообщения в этом обсуждении
"httpd.conf"
Отправлено v.i.t , 28-Сен-06 21:27 
вы лучше в лог apache  загляните

"httpd.conf"
Отправлено serg , 16-Май-07 09:10 
Посмотрите -
http://www.avege.ru/avegemain/createsite/apache2/apache03.shtml


>FreeBSD 6.1
>Собрал apache22 из портов
>прописал
>в rc.conf
>apache22_http_accept_enable="YES"
>httpd.conf
>
>ServerRoot "/usr/local"
>Listen 10.10.10.200:80
>Listen 80
>DocumentRoot "/usr/local/www/apache22/data"
>
>http://10.10.10.200:80/
>
>While trying to process the request:
>
>GET / HTTP/1.0
>Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-icq, */*
>Accept-Language: ru
>User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
>Host: 10.10.10.200
>Via: 1.0 srv1.mosenka.ru:3128 (squid/2.6.STABLE1)
>X-Forwarded-For: 10.10.10.2
>Cache-Control: max-age=259200
>Connection: keep-alive
>
>
>The following error was encountered:
>
>Invalid Request
>Some aspect of the HTTP Request is invalid. Possible problems:
>
>Missing or unknown request method
>Missing URL
>Missing HTTP Identifier (HTTP/1.0)
>Request is too large
>Content-Length missing for POST or PUT requests
>Illegal character in hostname; underscores are not allowed
>Your cache administrator is webmaster.
>
>Чтото я забыл?
>
>
>
>--------------------------------------------------------------------------------
>
>Generated Thu, 28 Sep 2006 14:06:38 GMT by srv1.mosenka.ru (squid/2.6.STABLE1)