parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

moko 10.09.2008 13:44

При чем тут парсер, если это лог suexec? Ошибка возникает еще до того, как хотя-бы stat на парсер делается.

suexec.c
    /*
     * Get the current working directory, as well as the proper
     * document root (dependant upon whether or not it is a
     * ~userdir request).  Error out if we cannot get either one,
     * or if the current working directory is not in the docroot.
     * Use chdir()s and getcwd()s to avoid problems with symlinked
     * directories.  Yuck.
     */
    if (getcwd(cwd, AP_MAXPATH) == NULL) {
        log_err("emerg: cannot get current working directory\n");
        exit(111);
    }