yokoy wrote: > the second change: > cp -a /usr/lib/cgi-bin/php5 /usr/lib/cgi-bin/php4 > > it works!!!!! obscure, isn't it?
Maybe obscure is too much, it is documented: http://www.0x50.org/?option=com_docu&topic=PHP_execution There is a parameter for the phpcgi handler which let you define the path to the interpreter. For example: ==== Extension php, php5 { Interpreter /usr/lib/cgi-bin/php5 } Extension php4 { Interpreter /usr/lib/cgi-bin/php4 } ==== >>For the /etc/init.d/cherokee restart thing I don't have a clue right now. >>I've never used it. > > I tried to increase sleep from 1 to 2. Thats it, works fine. > > restart) > $0 stop > sleep 2 > $0 start > ;; Umm.. looks odd. I will change it to send a HUP signal instead of call to start and stop. It will be faster and safer. -- Greetings, alo. http://www.alobbs.com _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
