I have an embedded system which does not have a FQDN and which IP address may change while apache is running. I am using 1.3.37 since I only have 8MB of flash space. I did not set ServerName, and apache picks 127.0.0.1, which is probably the best thing I can do for my setup. This leads to the problem documented in the FAQ and in the UseCanonicalName documentation, where requests for http://1.2.3.4/foo (trailing slash missing) are redirected to http://127.0.0.1/foo/ (with trailing slash). But even after setting UseCanonicalName to off I still have the same problem. Shouldn't apache redirect to http://1.2.3.4/foo/ now? Am I missing something obvious? I am not using VirtualHosts, the http.conf is basically the default file with some lines added for mod_php4. Any ideas? Best regards Thomas Böhne -- ************************************************************************** * Jäger Computergesteuerte Messtechnik GmbH * Thomas Böhne * Rheinstraße 2-4 * 64653 Lorsch, Germany * http://www.ADwin.de * Phone: +49 (6251) 9632-0 Fax: +49 (6251) 56819 ************************************************************************** * Responsible: C.E.O. Hubert Morgenstern * Commercial Register: Amtsgericht Bensheim, Register no.: B24717 ************************************************************************** --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx