Results 1 to 2 of 2

Thread: Is there a way to make apache and lighttpd work together

  1. #1
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    235

    Default Is there a way to make apache and lighttpd work together

    I would like to ask. Is there a way to make apache and lighttpd work together on the same machine?

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Is there a way to make apache and lighttpd work together on

    If you have spare IP, bind IP's to Apache and Lighttpd as needed.

    In Apache

    Code:
    Listen yourip1:80
    Listen yourip2:80
    In lighttpd

    Code:
    server.bind                = "your-lighttpd-ip-here"
    Or use a different port for lighttpd

Similar Threads

  1. How to install lighttpd
    By RAMMSTEIN in forum General Discussions
    Replies: 10
    Last Post: 12-04-2009, 08:33 AM
  2. lighttpd and hotlinking
    By pyrorain in forum Bug Reports
    Replies: 4
    Last Post: 04-14-2009, 11:30 PM
  3. Lighttpd problem
    By gergokee in forum General Discussions
    Replies: 8
    Last Post: 10-19-2008, 05:16 PM
  4. Using lighttpd(lightty) instead of apache with vShare
    By brianatthebeach in forum General Discussions
    Replies: 12
    Last Post: 02-05-2008, 12:25 PM
  5. Cannot make ffmpeg-php to work
    By admin in forum Installation Support
    Replies: 0
    Last Post: 10-19-2007, 03:59 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •