I've just installed web2py on a fresh CentOS 6 instance on Rackspace, using the script here: http://code.google.com/p/web2py/source/browse/scripts/setup-web2py-fedora.sh<https://groups.google.com/forum/:http://code.google.com/p/web2py/source/browse/scripts/setup-web2py-fedora.sh>
I also enabled access to the admin panel in default.conf I'm running into the following issues: 1. *Can't create a new application:* If I try to create a new simple application in the admin screen, I get a unable to create application "test" (it may exist already) error, even though the application doesn't exist. (At first I thought it might be a permissions error, but packing and re-uploading an existing application works fine, so that doesn't make sense.) 2. *Can't manually copy an application:* If I simply duplicate an application directory on my local Mac's web2py install, it automatically gets treated as a new application. However, when I try this on the remote server, the copied application shows up in the admin application list, but clicking on it throws me to an "*Internal error, Ticket issued: unknown*" screen. Any ideas?

