On 19/01/2011, at 00:29, Kevin McCann wrote: > I am new to Cherokee and have successfully set up a working wordpress blog > but I'm having difficulty setting up other virtual servers. I would like to > use phpmyadmin and when I type in the url, http://www.example.com/phpmyadmin > it tries to send me the php file.
There is a phpmyadmin wizard that will configure that automatically. > I would also like to have a subdirectory with a basic index.html ie, > http://www.example.com/subdir/ When I create the subdir and put the > index.html file in it (under /var/root) i type the url in and I'm directed to > the wordpress homepage and it ignores the /subdir portion of the url. Any > help on the proper rules/vservers i need would be greatly appreciated, thanks! You'd have to add a rule matching "Directory /subdir", and assign it the "List & Send" handler. If you wanted to set a custom document root (so it access /var/www instead of /var/www/subdir) you'd have to do so as well. Remember that the order of the behavior rules does matter. Please find more information about it at the following documentation pages: http://www.cherokee-project.com/doc/config_virtual_servers.html http://www.cherokee-project.com/doc/config_virtual_servers_rule.html -- Octality http://www.octality.com/
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
