Steve Dondley wrote:
> I'm guessing I can just point my browser to 127.0.0.1.
> I installed apache but I'm stuck on what to do next, however. I can't get
> the httpd daemon running. Apparently, I need to set the "ServerName"
> directive. Since I don't a domain name for the machine, what do I us
Set the ServerName directive to localhost or 127.0.0.1
That should be in /etc/apache/httpd.conf file
You also need to do
apachectl start
as root.
To run Perl CGI scripts, you need to setup ScriptAlias directive in
httpd.conf. This should be created for you when you install Apache. Find
2 matches
Mail list logo