revert httpd log file goof
This commit is contained in:
parent
890c459567
commit
a94a8a06de
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ struct Strings
|
|||
};
|
||||
|
||||
char *netdir;
|
||||
char *HTTPLOG = "httpd";
|
||||
char *HTTPLOG = "httpd/log";
|
||||
|
||||
static char netdirb[256];
|
||||
static char *namespace;
|
||||
|
|
|
@ -15,7 +15,7 @@ usage(void)
|
|||
|
||||
char *netdir;
|
||||
char *webroot;
|
||||
char *HTTPLOG = "httpd";
|
||||
char *HTTPLOG = "httpd/log";
|
||||
|
||||
static HConnect connect;
|
||||
static HSPriv priv;
|
||||
|
|
Loading…
Reference in a new issue