small web server supporting php and ssl

Discussion in 'Server Operation' started by martien, Nov 20, 2008.

  1. martien

    martien New Member

    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.
     
  2. Leszek

    Leszek Member

    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/
     
  3. Leszek

    Leszek Member

  4. Linocks

    Linocks New Member

    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??:confused:
     
  5. Linocks

    Linocks New Member

    Re : Error Message at Section 6

    Thanks Marpada, that appeared to have worked. :)
     

Share This Page