Hello. I'm looking for a small web server with php and ssl support. The reason i need it is because i'm writing an application witch i want to run on a different port with a different server. Not the apache. Also i need small web server cause i want it to be light-weight. Any ideas. Thank you very much.
I recommend Cherokee for a test shot. It's author claims it is a very fast web server. I'm at the end of writing a howto about installing and configuring Cherokee (just have to test if everything works fine once again). If everything turns out ok I'll post it here and wait for approval (or denial). http://www.cherokee-project.com/
It has just been published: http://howtoforge.com/how-to-instal...eb-server-with-php5-and-mysql5-on-ubuntu-8.10
Error Message at Section 6 Hello, I am following this 'How-To' and on reaching the below command Code: ./configure --localstatedir=/var \ [B][COLOR="Red"]--prefix=/usr \[/COLOR][/B] --sysconfdir=/etc \ --with-wwwroot=/var/www I get the following error : - Code: root@server1:/tmp/cherokee-0.11.6# --prefix=/usr \ -bash: --prefix=/usr: No such file or directory I have entered only one command at a time and have configured the server as per pages 1-3, 5 & 7 of the 'Intrepid Ibex How-To' What have I done wrong??