
cherokee at googlecode
Feb 24, 2012, 8:23 AM
Post #1 of 3
(251 views)
Permalink
|
|
Issue 1343 in cherokee: Error handler not working - internal
|
|
Status: New Owner: ---- New issue 1343 by silverha...@gmail.com: Error handler not working - internal http://code.google.com/p/cherokee/issues/detail?id=1343 What steps will reproduce the problem? preface: vserver with dynamic document root but same outcome if set static 1. echo 'hello this is an error' > /var/www/example.com/error404.htm 2. Open cherokee admin > vServers > Default > Error Handler 3. Method = Custom Redirection 4. Add New 5. Error=404 6a. Redirection=error404.htm 6b. Redirection=/var/www/example.com/error404.htm 6c. Redirection=example.com/error404.htm 7. Type=Internal 8. save > hard reset 9. go to http://example.com/foobar What is the expected output? What do you see instead? Expected: the page to load and say 'hello this is an error' outcome: 404 not found ... url /var/www/example.com/error404.htm was not found on this server What version of the product are you using? On what operating system? Cherokee web server 1.0.8 (Debian GNU/Linux), Port 80 [LATEST package] Please provide any additional information below. If I set the Type to External, it works, but changes the URL in the address bar. _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|