What happens if you use <a href="http://127.0.0.1:37146">http://127.0.0.1:37146</a> ? I recently had problems with localhost being aliased to both <a href="http://127.0.0.1">127.0.0.1</a> and ::1 (ipv6), and when I commented out the alias to ::1 localhost worked. Could this be your problem?<br>
<br><div class="gmail_quote">On Mon, Jun 30, 2008 at 1:42 PM, Dietmar Schaefer <<a href="mailto:dietmar-s@online.de">dietmar-s@online.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear ML !<br>
<br>
<br>
I have problems running inets httpd server using the configuration from<br>
the users guide.<br>
<br>
<br>
in the shell:<br>
<br>
inets:start().<br>
ok<br>
<br>
{ok, Pid} = inets:start(httpd, [{port, 0},{server_name,"httpd_test"},<br>
{server_root,"/tmp"},{document_root,"/tmp/htdocs"}, {bind_address,<br>
"localhost"}]).<br>
{ok,<0.54.0>}<br>
(cmmc@virtu)3> httpd:info(Pid).<br>
[{mime_types,[{"html","text/html"},{"htm","text/html"}]},<br>
 {server_name,"httpd_test"},<br>
 {bind_address,{127,0,0,1}},<br>
 {server_root,"/tmp"},<br>
 {port,37146},<br>
 {document_root,"/tmp/htdocs"}]<br>
<br>
<br>
<br>
seems o.k. so far.<br>
<br>
<br>
opening a firefox <a href="http://localhost:37146" target="_blank">http://localhost:37146</a> gives me:<br>
<br>
<br>
Internal Server Error<br>
The server encountered an internal error or misconfiguration and was<br>
unable to complete your request.<br>
<br>
Please contact the server administrator unknown@unknown, and inform them<br>
of the time the error occurred and anything you might have done that may<br>
have caused the error.<br>
<br>
<br>
<br>
Can anybody tell me what's wrong here ?<br>
<br>
<br>
Another problem concerning inets httpd:<br>
<br>
<br>
from source-code file:<br>
<br>
<br>
{ok, Pid} = inets:start(httpd, [{port, 8081},<br>
                   {server_name,"<a href="http://virtu.idvs.dfs.de" target="_blank">virtu.idvs.dfs.de</a>"}, {server_root,"/tmp"},<br>
                      {document_root,"/home/dietmar/www/"},<br>
{bind_address, "<a href="http://10.240.67.193" target="_blank">10.240.67.193</a>"}]),<br>
<br>
<br>
register (httpPid,Pid).        % does not work ! why ?<br>
<br>
<br>
gives me:<br>
<br>
<br>
exception error: bad argument<br>
     in function  register/2<br>
        called as register(httpPid,<0.160.0>)<br>
     in call from agent:start/0<br>
<br>
I have no idea what's wrong here sinde I find the same code everywhere.<br>
<br>
<br>
<br>
regards<br>
<br>
<br>
Dietmar<br>
<br>
<br>
Dietmar Schäfer<br>
DFS Deutsche Flugsicherung GmbH<br>
Tower/TB<br>
Am DFS-Campus 7<br>
<br>
D-63225 Langen<br>
Tel.: +49 6103/707-2835<br>
FAX:+49 6103/707-2805<br>
<br>
email: <a href="mailto:dietmar.schaefer@dfs.de">dietmar.schaefer@dfs.de</a><br>
<br>
DFS Deutsche Flugsicherung GmbH<br>
Am DFS-Campus 10<br>
D - 63225 Langen<br>
<br>
Tel.: +49-(0)6103-707-0<br>
<br>
Sitz der Gesellschaft: Langen/Hessen<br>
Zuständiges Registergericht: AG Offenbach am Main, HRB 34977<br>
Vorsitzender des Aufsichtsrates: Robert Scholl<br>
Geschäftsführer: Dieter Kaden (Vors.), Ralph Riedle, Jens Bergmann<br>
<br>
Internet: <a href="http://www.dfs.de" target="_blank">http://www.dfs.de</a><br>
Public-Key der DFS: <a href="http://www.dfs.de/dfs/public_key.asc" target="_blank">http://www.dfs.de/dfs/public_key.asc</a><br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>The great enemy of the truth is very often not the lie -- deliberate, contrived and dishonest, but the myth, persistent, persuasive, and unrealistic. Belief in myths allows the comfort of opinion without the discomfort of thought.<br>
John F. Kennedy 35th president of US 1961-1963 (1917 - 1963)