Hi,
ServerNAME, Name, das ist ein FQDName und kein URI, ergo sollte da codeschmiede stehen.
IMHO stimmt das nicht. In der httpd.conf steht in den Kommentaren eindeutig:
Note: You cannot just invent host names and hope they work. The name you
define here must be a valid DNS name for your host. If you don't understand
this, ask your network administrator.
If your host doesn't have a registered DNS name, enter its IP address here.
You will have to access it by its address (e.g., http://123.45.67.89/)
anyway, and this will make redirections work in a sensible way.
Ich habe jetzt http://127.0.0.1/ als ServerName für beide eingerichtet, als ServerAlias (das fehlte vorhin) jeweils apache oder codeschmiede. Jetzt funktioniert es...
<mfg>Sebastian Will</mfg>