Dear All,<br><br>After installing Nitrogen webserver and when startup it with "$nitrogen console", I can visit the localhost successfully with "<a href="http://localhost:8000">http://localhost:8000</a>", but I hope to use the default http port 80. When I edit the file /etc/inets_httpd.erleven as following, I got a crash error as below. Could you please instruct me how to change the port correctly? thanks!<br>
<br><br>[<br> {port, 80},<br> {bind_address, {0,0,0,0}},<br> {server_name, "nitrogen"},<br> {server_root, "./"},<br> {document_root, "./site/static"},<br> {error_log, "./log/inets.log"}, <br>
{modules, [nitrogen_inets]},<br><br> {mime_types, [<br> {"css", "text/css"}, <br> {"js", "text/javascript"}, <br> {"html", "text/html"}<br>
]}<br>].<br><br>=ERROR REPORT==== 7-May-2011::10:49:19 ===<br>
Failed initiating web server: <br>
undefined<br>
{{listen,eacces},<br>
{child,undefined,<br>
{httpd_acceptor,{0,0,0,0},80},<br>
{httpd_acceptor,start_link,<br>
[<0.62.0>,ip_comm,<br>
{0,0,0,0},<br>
80,httpd_conf__0_0_0_0__80,15000]},<br>
permanent,1000,worker,<br>
[httpd_acceptor]}}<br><br>