问题 Here's the proplist_file that I use to configure the httpd server: [ {modules, [ mod_alias, mod_actions, mod_cgi, mod_get, mod_esi, mod_log ]}, {bind_address, "localhost"}, {port,0}, {server_name,"httpd_test"}, {server_root,"/Users/7stud/erlang_programs/inets_proj"}, {document_root,"./htdocs"}, {script_alias, {"/cgi-bin/", "/Users/7stud/erlang_programs/inets_proj/cgi-bin/"} }, {erl_script_alias, {"/cgi-bin/example", [httpd_example]} }, {erl_script_nocache, true}, {error_log, "./errors.log"},