I just tried Apache and it work great !
Just go into a terminal, and then :
%su -
Type the root password (your password by default) then:
%apache -c "ServerName the_name_of_your_computer"
to get the name of your computer, use the profiler to get the IP number, and type :
% nslookup your_ip_number
Waouh ! You can launch your browser to http://localhost if you want to try. Everything is in /Library/WebServer/Documents.
Just go into a terminal, and then :
%su -
Type the root password (your password by default) then:
%apache -c "ServerName the_name_of_your_computer"
to get the name of your computer, use the profiler to get the IP number, and type :
% nslookup your_ip_number
Waouh ! You can launch your browser to http://localhost if you want to try. Everything is in /Library/WebServer/Documents.