Hi! I want to say huge thanks! Now it works.
I run a wizard to automatically configure server with my django application. And also specified port 81 for testing (in section General - > Prots to listen) Then I Launched the server, and pointed my browser to http://j-in.org.ua, and it showed me 503 error. Also another big problem is that after running the server from admin, it consumed all my memory (I am using cheap VDS, so have only 256 RAM there), maybe there is a way to limit memory usage? On Thu, Aug 6, 2009 at 1:28 PM, Alvaro Lopez Ortega <[email protected]>wrote: > Hello Oleg, > > On 06-ago-09, at 12:16, Oleg Oltar wrote: > > ./configure --localstatedir=/var \ >> --prefix=/usr \ >> --sysconfdir=/etc \ >> --with-wwwroot=/var/www >> >> handler_dbslayer.h:34:19: error: mysql.h: No such file or directory >> > > Something funny is going on in your system. It looks like you need the > MySQL development package, although in that case mysql_config ought not to > be pressent (that's how ./configure found MySQL). > > I guess the fastest workaround would be to add the --with-mysql=no > parameter to ./configure. > > > -- > Octality > http://www.octality.com/ > >
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
