Apache working !

pterray

Registered
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.
 
How is this different from going to the control panels, internet, services and setting it up there, avoiding the terminal altogether?

 
Back
Top