What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Installing Apache HTTP Server

Installing Apache HTTP Server
Author: Message:
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
O.P. Installing Apache HTTP Server
I'm installing Apache on my computer, mainly for myself, for testing PHP and other code. I might make some things public, but only very few.

In the installer asks some information from me, and I'm not sure what to fill in.

[Image: attachment.php?pid=572824]

The first two options I have no idea about. I have a domain name. Administrator email address is obvious. What considerations are there with the last setting there (service/not-service).

PS my router settings has these fields, and I'm not sure about them either:
quote:
Host Name:      (Required by some ISPs)   
Domain Name:      (Required by some ISPs)

.png File Attachment: apache-install-options.png (5.15 KB)
This file has been downloaded 170 time(s).
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
12-03-2005 08:09 AM
Profile E-Mail PM Web Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Installing Apache HTTP Server
You can enter whatever you want in those 3 fields... they're not really important, and you can edit them later in the config file anyway...
code:
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If this is not set to valid DNS name for your host, server-generated
# redirections will not work.  See also the UseCanonicalName directive.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
code:
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. admin@your-domain.com
Also see http://httpd.apache.org/docs/2.0/platform/windows.html.en#inst
12-03-2005 08:17 AM
Profile PM Web Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
O.P. RE: Installing Apache HTTP Server
quote:
Originally posted by http://httpd.apache.org/docs/2.0/platform/windows.html.en#inst
  1. Network Domain. Enter the DNS domain in which your server is or will be registered in. For example, if your server's full DNS name is server.mydomain.net, you would type mydomain.net here.

  2. Server Name. Your server's full DNS name. From the example above, you would type server.mydomain.net here.

My domain is a subdomain from DynDNS, a DNS lookup of my subdomain points to my computer, but the root domain points to some person's own server, and they let DynDNS give subdomains of their root domain to people (like me).

Should I enter the root domain (which I have nothing to do with) into the first field, or something else.

PS I'd like to know what I should think about when I choose whether wo run it as a service or not.
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
12-03-2005 08:53 AM
Profile E-Mail PM Web Find Quote Report
fluffy_lobster
Veteran Member
*****

Avatar
Posts: -2

Posts: 1391
Reputation: 23
36 / Male / Flag
Joined: Nov 2002
RE: Installing Apache HTTP Server
In that case your server's DNS is the full subdomain path.  IIRC though it isn't really important as WDZ says because it's just to make the apache error messages look right (404 messages say HTTP/1.1 404 Not Found on server.example.com or something like that).

As for running as a service, if you want apache to run "always on" you should definitely run it as a service.  Essentially what that does is makes the apache processes part of the system; they'll run at startup without the need for the cmd window or tray icons.  If on the other hand you're going to sporadically start it for short periods of time you can save system resources by not doing it.  Either way you can still turn apache on/off as you like.
12-03-2005 11:13 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On