Hi, I have problems with the configuration of a server cherokee with we2py.
I follow theĀ Cherokee with FastCGI manual from: http://www.web2py.com/books/default/chapter/29/13. 1) create the file /var/web2py/startweb2py.sh and set as executable with this content: #!/bin/sh sudo -u www-data python /var/web2py/fcgihandler.fcgi & 2) enter in cherokee-admin al port 9090 and config sources with: Nick: web2py Connection: /tmp/fcgi.sock Interpreter: /var/web2py/startweb2py.sh 3) edit vserver default handler with fastcgi and FastCGI Specific set round robin and Assign Information Sources to web2py source before start cherokee server, execute startweb2py.sh and enter to mi ip in the webbrowser al show the startpage from cherokee, i use mi ip/web2py and show error 404. what is wrong? I also try lighttp but the configuration not was successfull. PD: i cant use apache

