Thread: Options for a Server

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

    Options for a Server

    So my server is finally finished! At least the server side of it is. I'm about half done with the interface - and I need to get some input here. I have a bunch of preferences stored in the LOG file, and they are also overridable both through the console interface and with command line parameters. The problem is - what options can I set? I just want to make sure I'm thinking of all the common options. What I have so far:

    - Verbose - prints something to the screen for all major actions
    - Maximum number of connections allowable
    - Ports to use
    - IP address of current computer

    Can anyone think of other settings that I should really add?

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Here is a list to think about:
    http://httpd.apache.org/docs/mod/directives.html

    Assumably, you can set the root directory? (Probable don't want to use C:\ as your root directory!)

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Ay yes - root was another one I was thinking of. Yeah - I'll default it to C:\... ha ha.... that would be funny. Well thanks for the list - that should be all I need.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Server Architecture
    By coder8137 in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-29-2008, 11:21 PM
  2. Where's the EPIPE signal?
    By marc.andrysco in forum Networking/Device Communication
    Replies: 0
    Last Post: 12-23-2006, 08:04 PM
  3. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  4. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  5. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM