logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Configure Apache web server for Ipv6, https support.
Author
ashwani_ap



Joined: 29 Aug 2007
Posts: 47
Location: Bangalore

PostPosted: Wed 29 Aug '07 15:58    Post subject: Configure Apache web server for Ipv6, https support. Reply with quote

Hi Folks,

I want to have apache web server in such a way that it should have following features:
1. Support IPv6.
2. https.
3. Should not run as service. It should be started and stopped through my separate application daemon only.
I am coding in C for Windows and Linux.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 29 Aug '07 16:11    Post subject: Reply with quote

For IPvP see the docs http://httpd.apache.org/docs/2.2/bind.html
https see the docs http://httpd.apache.org/docs/2.2/ssl/ssl_howto.html
Back to top
ashwani_ap



Joined: 29 Aug 2007
Posts: 47
Location: Bangalore

PostPosted: Thu 30 Aug '07 13:50    Post subject: Kill apache web server through the C Code. Reply with quote

Can you suggest me any C code to start and stop apache web server in Windows. Presently I am able to kill only one httpd.exe throught the PID but other httpd.exe is not dying thus it is still listening to the web request.

_ashwani_
Back to top


Reply to topic   Topic: Configure Apache web server for Ipv6, https support. View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads