Training, Open Source computer languages

PerlPHPPythonMySQLhttpd / TomcatTclRubyJavaC and C++LinuxCSS

Search our site for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
Strange behaviour of web directory requests without a trailing slash
When you call up a web page and you give a directory name WITHOUT a training slash, the web server return a "moved temporarily" page - code 302 - giving you the same name WITH a trailing slash as your new page:

Dorothy:~ grahamellis$ telnet 192.168.200.162 80
Trying 192.168.200.162...
Connected to 192.168.200.162.
Escape character is '^]'.
GET /jdemo HTTP/1.0
 
HTTP/1.1 302 Moved Temporarily
Date: Thu, 06 Mar 2008 14:20:08 GMT
Server: Apache-Coyote/1.1
Location: http://192.168.200.162/jdemo/
Content-Length: 0
Connection: close
Content-Type: text/plain


and that's followed by

Dorothy:~ grahamellis$ telnet 192.168.200.162 80
Trying 192.168.200.162...
Connected to 192.168.200.162.
Escape character is '^]'.
GET /jdemo/ HTTP/1.0
 
HTTP/1.1 200 OK
Date: Thu, 06 Mar 2008 14:20:55 GMT
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=51F67B6EBA96D532A6E405BAD2129968; Path=/latmjdemo
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 1070
Connection: close


This extra loop means that you'll get very odd behavior if you call for a page without a trailing slash on a server on which either
a) You don't have the server name properly set up or
b) You are proxying, and your ProxyPassReverse isn't compatibly configured.
(written 2008-03-06 16:25:13)

 
Associated topics are indexed under
A657 - Web Application Deployment - Using httpd to front Tomcat
A603 - Web Application Deployment - Further httpd Configuration

Back to
Languages compared - based on developer community size
Previous and next
or
Horse's mouth home
Forward to
Melksham - Swindon. Train v Bus v Car

Some other Articles
London Midland ... Merrymaker ... Percy Danks
I dont care - goodbye
What colour is the season?
Melksham - Swindon. Train v Bus v Car
Strange behaviour of web directory requests without a trailing slash
Languages compared - based on developer community size
Default file (MiMe types) for Apache httpd and Apache Tomcat
Guidlines for posting on a forum
Java Compiler - needs all classes, compiles them all too
Uploading to a MySQL database through PHP - examples and common questions
1694 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34 at 50 posts per page


This is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price.

Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).

© WELL HOUSE CONSULTANTS LTD., 2008: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho