You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Meir Yanovich <me...@gmail.com> on 2008/03/20 16:22:51 UTC

[users@httpd] Is there way to embed apache server

Hello all
im looking to embed web server into my application and i wander if
there any possibility to do that with apache , i don't need all the functions
only the web server and the security support .
is there such way ?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Is there way to embed apache server

Posted by Joshua Slive <jo...@slive.ca>.
On Fri, Mar 21, 2008 at 1:35 AM, Meir Yanovich <me...@gmail.com> wrote:
> i know there is allot of small web servers out there .
>  but i wander if some one did something with apache to embed it
>  thanks

Apache is used with all kinds of different applications. But its
architecture is not designed to be embedded into another program: it
needs a control process and a pool of threads or processes, so it
can't really live inside another process.

Instead, you connect apache to other programs using apache modules
that either run your code directly, or use some kind of communication
with your program to handle HTTP tasks. How exactly to do this depends
on the details of the problem at hand.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Is there way to embed apache server

Posted by Meir Yanovich <me...@gmail.com>.
i know there is allot of small web servers out there .
but i wander if some one did something with apache to embed it
thanks

On Thu, Mar 20, 2008 at 11:03 PM, Sean Allen <se...@ardishealth.com> wrote:
> perhaps something smaller and designed for that purpose like:
>
>  http://shttpd.sourceforge.net/
>
>  ?
>
>
>
>  On Mar 20, 2008, at 4:08 PM, Meir Yanovich wrote:
>
>  > c++ /c
>  >
>  > On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen <se...@ardishealth.com>
>  > wrote:
>  >>
>  >>
>  >> On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote:
>  >>
>  >>> Hello all
>  >>> im looking to embed web server into my application and i wander if
>  >>> there any possibility to do that with apache , i don't need all the
>  >>> functions
>  >>> only the web server and the security support .
>  >>> is there such way ?
>  >>>
>  >>
>  >> what language is your application programmed in?
>  >>
>  >>
>  >> ---------------------------------------------------------------------
>  >> The official User-To-User support forum of the Apache HTTP Server
>  >> Project.
>  >> See <URL:http://httpd.apache.org/userslist.html> for more info.
>  >> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  >>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>  >> For additional commands, e-mail: users-help@httpd.apache.org
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > The official User-To-User support forum of the Apache HTTP Server
>  > Project.
>  > See <URL:http://httpd.apache.org/userslist.html> for more info.
>  > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>  > For additional commands, e-mail: users-help@httpd.apache.org
>  >
>
>
>  ---------------------------------------------------------------------
>  The official User-To-User support forum of the Apache HTTP Server Project.
>  See <URL:http://httpd.apache.org/userslist.html> for more info.
>  To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
>  For additional commands, e-mail: users-help@httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Is there way to embed apache server

Posted by Sean Allen <se...@ardishealth.com>.
perhaps something smaller and designed for that purpose like:

http://shttpd.sourceforge.net/

?

On Mar 20, 2008, at 4:08 PM, Meir Yanovich wrote:

> c++ /c
>
> On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen <se...@ardishealth.com>  
> wrote:
>>
>>
>> On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote:
>>
>>> Hello all
>>> im looking to embed web server into my application and i wander if
>>> there any possibility to do that with apache , i don't need all the
>>> functions
>>> only the web server and the security support .
>>> is there such way ?
>>>
>>
>> what language is your application programmed in?
>>
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server  
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server  
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Is there way to embed apache server

Posted by Meir Yanovich <me...@gmail.com>.
c++ /c

On Thu, Mar 20, 2008 at 5:49 PM, Sean Allen <se...@ardishealth.com> wrote:
>
>
>  On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote:
>
>  > Hello all
>  > im looking to embed web server into my application and i wander if
>  > there any possibility to do that with apache , i don't need all the
>  > functions
>  > only the web server and the security support .
>  > is there such way ?
>  >
>
>  what language is your application programmed in?
>
>
>  ---------------------------------------------------------------------
>  The official User-To-User support forum of the Apache HTTP Server Project.
>  See <URL:http://httpd.apache.org/userslist.html> for more info.
>  To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
>  For additional commands, e-mail: users-help@httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Is there way to embed apache server

Posted by Sean Allen <se...@ardishealth.com>.
On Mar 20, 2008, at 11:22 AM, Meir Yanovich wrote:

> Hello all
> im looking to embed web server into my application and i wander if
> there any possibility to do that with apache , i don't need all the  
> functions
> only the web server and the security support .
> is there such way ?
>

what language is your application programmed in?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org