hi, i think mathpod is exactly what i need
but i cant get php to work neither with php-cgi or phpstub
with phpstubs it loads for about 12 mins and nothing happens and with
php-cgi it kills the child process as i see in the errorlog
perl scripts work fine

-- here is my config file --
Umask 026

Tuning {
    NumConnections 120
            BufSize 12288
                }

                User root
                StayRoot On

                PIDFile /tmp/mathopd.pid
                Log /tmp/log.%Y%m%d
                ErrorLog /tmp/errors.%Y%m

Control {
    Types {
                text/plain { * }
            text/css { css }
            application/octet-stream { zip gz tgz exe class }
        application/futuresplash { spl }
        model/vrml { wrl }
        application/pdf { pdf }
        text/html { html htm}
        image/gif {     gif }
        image/jpeg{jpg}
                }
Specials {
        Imagemap { map }
                CGI { cgi }
       Redirect { url }
    }
 External {
         /usr/bin/perl { pl }
         /usr/bin/phpstub { php }
    }
IndexNames { home.html index.htm index.html redirect.url test.php}
}
Server {
    Port 80

        Virtual {
        Host shell.luxadmin.org
        Control {
        Alias /
        Location /home/cjk/web
        }
        }
}

--  any idea how i can slove this problem ?? -- 
                                         
                                                                

-- 
CODITO, ERGO, SUM
JE CODE DONC JE SUIS!

Reply via email to