#include "projet.h"
#include "webthread.h"
Graphe des dépendances par inclusion pour main.cpp:
Fonctions | |
void | config () |
int | main (int argc, char **argv) |
Variables | |
Semaphore | SemSocket |
string | ServerName = "ITII WebServer" |
string | ServerVersion = "1.0 Sun-04/11/01" |
string | ServerPort = "6666" |
string | HostName = "localhost" |
string | Server404 = "error404.html" |
string | ServerRoot = "site/" |
string | ServerRootCGI = "site/cgi/" |
string | ServerConf = "conf/" |
StrList | ServerDefaults |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|