By nathanpalmer on
Hello,
I am testing out using the Cherokee Web Server to get some better performance. Everything is running just fine except for when you edit a node. The post url gets duplicated. Instead of the action looking like this.
action="/node/1134/edit"
It ends up looking like this
action="/node/1134/edit?/node/1134/edit"
I realize that this could somehow be related to running this under cherokee (I have my rewrite rules in place the way it's been documented.) But I'm trying to find a fix for this. I can seem to find the part is drupals core that is writing that url so I can determine if it's getting some different information from cherokee (versus apache.)
Thanks,
Nathan
Comments
Bug
You hit a bug that has been already fixed.
The patch is being shipped with Cherokee 0.99.8.
By the way (and for the record), there is a cookbook on how to set up Cherokee to run Drupal smoothly:
http://www.cherokee-project.com/doc/cookbook_drupal.html
Cheers!