CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2005
    Posts
    185

    Write a mod for Apache HTTPd ?

    Hi!
    I want to build a game server.
    Apach HTTPd allows developers to create new modules (mods) which wil manipulate the server's behavior, and I want to use this ability in order to create that game server.
    See what I mean?
    I've been looking at some examples but all seem to be a lacking some documentation - for example, if I want to catch a "stream" (TCP) between the server and the client, how do I do that?
    I hope the API allows more than just adding HEADER fields..
    Also, how do I use global variables?


    I'll be very thankful if someone advise, as this whole subject seem to be a bit mysterious.

  2. #2
    Join Date
    Mar 2009
    Posts
    4

    Re: Write a mod for Apache HTTPd ?

    One more man interested in this area.... Sounds good

  3. #3
    Join Date
    Mar 2009
    Posts
    4

    Re: Write a mod for Apache HTTPd ?

    perhaps this could be interesting start....

    http://www.genedavis.com/library/apa.../hello_mod.jsp

  4. #4
    Join Date
    Jul 2005
    Posts
    185

    Re: Write a mod for Apache HTTPd ?

    Hehe, yea, it seem to be a rare subject, and I see so many people ask for a good server framework code...
    Yet everybody try to re-invent the wheel, while there might be a better & easier solution with the existing-already-proven Apache HTTPd.. Not to mention it's possible to have SSL very easily with it, multi-platform, and much more.

    I've read the page you've sent.
    Seem to be the best I've seen so far

    I'll test it a bit later, and probably post here hehe, nowhere else to talk about it anyway

  5. #5
    Join Date
    Mar 2009
    Posts
    4

    Re: Write a mod for Apache HTTPd ?

    I have done some research my self as well.... I have found few books on this. But year of publishing (1999) is bit .... old? Anyway... My colleges and me are trying to find some solutions for this, and, if you want, we will call you to join our blog once it's done. It will be about rare topics I'll keep you informed if I come up with something fresh....

  6. #6
    Join Date
    Mar 2009
    Posts
    4

    Re: Write a mod for Apache HTTPd ?

    This one is newer one.... Prentice.Hall.The.Apache.Modules.Book.Jan.2007

    You can download it on rapidshare.... http://rapidshare.com/files/29166124/0132409674.zip
    If you can not download it for some reason, let me know, I'll send you via mail. (seems to me it's proprietary, so putting it here would be harmful, no?)


    Best regards....

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured