/[hydra]/hydra/src/boa.c
ViewVC logotype

Diff of /hydra/src/boa.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by nmav, Tue Sep 24 18:07:58 2002 UTC revision 1.5 by nmav, Wed Sep 25 10:33:19 2002 UTC
# Line 146  int main(int argc, char **argv) Line 146  int main(int argc, char **argv)
146      if (boa_ssl) {      if (boa_ssl) {
147              initialize_ssl();              initialize_ssl();
148      }      }
149        
150        initialize_mmap();
151    
152      if (max_connections < 1) {      if (max_connections < 1) {
153          struct rlimit rl;          struct rlimit rl;
# Line 431  static void fixup_server_root() Line 433  static void fixup_server_root()
433          }          }
434  #else  #else
435          fputs("boa: don't know where server root is.  Please #define "          fputs("boa: don't know where server root is.  Please #define "
436                "SERVER_ROOT in boa.h\n"                "SERVER_ROOT in defines.h\n"
437                "and recompile, or use the -c command line option to "                "and recompile, or use the -c command line option to "
438                "specify it.\n", stderr);                "specify it.\n", stderr);
439          exit(1);          exit(1);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26