Forums / Install & configuration / Ez Publish + Lighttpd
DeAndre Johnson
Monday 03 November 2008 8:00:46 pm
Does anyone know of any docs that explain setting Ez Publish 4 up to use Lighttpd, Fastcgi, Mysql/Postresql?
I am, because I choose to be!
Saturday 08 November 2008 1:37:57 am
Never mind, I figured it out.
Steven E. Bailey
Sunday 09 November 2008 1:54:24 pm
If you don't mind, enlighten us, because I'm interested enough to try this but not enough to actually figure it out.
Certified eZPublish developer http://ez.no/certification/verify/396111 Available for ezpublish troubleshooting, hosting and custom extension development: http://www.leidentech.com
André R.
Monday 10 November 2008 1:30:41 am
Conclusion in: http://ez.no/developer/forum/install_configuration/removing_the_index_php_on_lighttpd_setup
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Monday 10 November 2008 2:22:24 am
Thanks!
Monday 10 November 2008 2:30:03 am
This is my configuration
HTTP["host"] =~ "(^|\.)mystite\.com$" { server.document-root = "/var/www/my/virtualhost" url.rewrite-once = ( "^/var/.*" => "$0", "^/.*\.(css|html|htm|pdf|js|ico|png|gif|jpe?g)$" => "$0", "^/.*?(\?.*)?$" => "/index.php$1" )}