Getting data from selfbuild apache module to php

Discussion in 'Programming' started by Mathijs, Nov 15, 2007.

  1. #1
    Hi all,

    Hope this is the appropriate section..

    I have the following i've builed an apache module with apxs.. the module receives soap requests(get's and post's) from client1.

    client2 is accessing the apache with http requests through a normal php file.

    The thing i want to do is send multiple strings(xml) with client1 to the selfbuild apache module until client2 asks for those strings when accessing the php file.

    I thought it must be possible with somekind of varible in apache (like HttpContext object with jsp's) the module sets the varible when a string comes in. and the php file reads that variable.. when client2 requests that php file. (Note: the variable has to survive multiple sessions)
    Is this possible? Is it the right manner? If so, which variable to use an how to access it? And if not.. how can i accomplisch this task?

    Kind regards,

    Mathijs
     
    Mathijs, Nov 15, 2007 IP