Cannot run KOHA 3.0 in Debian 5.0
I am trying to run Koha 3.0 in my Debian 5.0 box. I followed this documentation exactly: http://wiki.jon.geek.nz/index.php/Koha/Install But, i cannot run it in my browser. When i inserted "http://127.0.1.1:8080" .. the error came: "*Invalid Request*" Can you help me? -- Best, Zico
Try localhost:8080. On Apr 7, 2009 12:08 AM, "Zico" <mailzico@gmail.com> wrote: I am trying to run Koha 3.0 in my Debian 5.0 box. I followed this documentation exactly: http://wiki.jon.geek.nz/index.php/Koha/Install But, i cannot run it in my browser. When i inserted "http://127.0.1.1:8080" .. the error came: "*Invalid Request*" Can you help me? -- Best, Zico _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
On Tue, Apr 7, 2009 at 12:04 PM, Joe Atzberger <ohiocore@gmail.com> wrote:
Try localhost:8080.
As i said, i was following the documentation: After completion that doc, i got the error message, when i tries with the address: 127.0.1.1:8080 Browser shows: *"ERROR The requested URL could not be retrieved While trying to process the request: GET / HTTP/1.0 Host: 127.0.1.1:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1) Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Via: 1.1 proxy.bracu.ac.bd:8080 (squid/2.6.STABLE6) X-Forwarded-For: 192.168.3.34 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 "* -- Best, Zico
This piece of information may be critical: On Tue, Apr 7, 2009 at 4:00 AM, Zico <mailzico@gmail.com> wrote:
*Via: 1.1 proxy.bracu.ac.bd:8080 (squid/2.6.STABLE6) X-Forwarded-For: 192.168.3.34
*
You have a proxy between you and your target, apparently. This is undesirable when your target is the same machine you are on. --Joe
participants (3)
-
Eric Bégin -
Joe Atzberger -
Zico