You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Muhammad Rizwan <ri...@nixpanel.com> on 2005/03/04 11:05:52 UTC

[users@httpd] API/Library

Hello

Is there any official API/Library of apache is available for C/C++
developers. By using that library, developer 'll be able to add new
virtual domains and handle other apache settings etc.

If there is no such library available then it 'll be good idea to work
on it. ;)

Thanks


---------------------------------------------------------------------
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] API/Library

Posted by Joshua Slive <js...@gmail.com>.
On Fri, 04 Mar 2005 15:05:52 +0500, Muhammad Rizwan <ri...@nixpanel.com> wrote:
> Hello
> 
> Is there any official API/Library of apache is available for C/C++
> developers. By using that library, developer 'll be able to add new
> virtual domains and handle other apache settings etc.
> 
> If there is no such library available then it 'll be good idea to work
> on it. ;)

Apache has an extensive API that allows you to hook into virtually
every part of request processing.  See, for example,
http://httpd.apache.org/docs-2.0/developer/
and also see the modules/ directory of the source for examples.

But it sounds like what you want is more of a programatic way to edit
the config files.  There are various programs that do this, but I
don't know of any standard libraries.

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