You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/08/21 00:22:10 UTC

DO NOT REPLY [Bug 30781] New: - Problem with mod_negotiate

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30781>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30781

Problem with mod_negotiate

           Summary: Problem with mod_negotiate
           Product: Apache httpd-1.3
           Version: 1.3.31
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other mods
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: cgardiner@clickcadence.com


I seem to be having an issue getting mod_negotiate to work properly. I have 
attempted to simplify the issue from my current installation and rebuilt apache 
from scratch. The commands I used to build apache is as follows:
./configure --prefix=/usr/local/apache
make
make install
(I can provide complete build output upon request.)
It was build on a "full boat" redhat 9 development system.
I have tested this with multiple browsers to the same effect.
Basically.. once installed... you can go to the apache test page and you will 
get this:

Not Acceptable
An appropriate representation of the requested resource /index.html could not 
be found on this server.
Available variants: 

index.html.ca , type text/html, language ca 
index.html.cz , type text/html, language cs 
index.html.de , type text/html, language de 
index.html.dk , type text/html, language da 
index.html.ee , type text/html, language et 
index.html.el , type text/html, language el 
index.html.en , type text/html, language en 
index.html.es , type text/html, language es 
index.html.fr , type text/html, language fr 
index.html.he.iso8859-8 , type text/html, language he, charset iso-8859-8 
index.html.it , type text/html, language it 
index.html.ja.jis , type text/html, language ja, charset iso-2022-jp 
index.html.kr.iso-kr , type text/html, language kr, charset iso-2022-kr 
index.html.nl , type text/html, language nl 
index.html.nn , type text/html, language nn 
index.html.no , type text/html, language no 
index.html.po.iso-pl , type text/html, language pl, charset iso-8859-2 
index.html.pt , type text/html, language pt 
index.html.pt-br , type text/html, language pt-br 
index.html.ru.cp-1251 , type text/html, language ru, charset windows-1251 
index.html.ru.cp866 , type text/html, language ru, charset cp866 
index.html.ru.iso-ru , type text/html, language ru, charset iso-8859-5 
index.html.ru.koi8-r , type text/html, language ru, charset koi8-r 
index.html.ru.ucs2 , type text/html, language ru, charset ucs-2 
index.html.ru.ucs4 , type text/html, language ru, charset ucs-4 
index.html.ru.utf8 , type text/html, language ru, charset utf-8 
index.html.zh-tw.big5 , type text/html, language zh-tw, charset big5 

 

The error log(on the most rebose logging) only tells e this simplistic error 
message:

[Fri Aug 20 18:12:26 2004] [error] [client 24.225.147.105] no acceptable variant
: /usr/local/apache/htdocs/index.html

Any help that could be given would be greatly appreciated. Previously I had 
been running Apache-1.3.26 with out issue.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org