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: Apache2.2.4 and VC++ 2005! Why both for running web server?
Author
ashwani_ap



Joined: 29 Aug 2007
Posts: 47
Location: Bangalore

PostPosted: Thu 30 Aug '07 12:21    Post subject: Apache2.2.4 and VC++ 2005! Why both for running web server? Reply with quote

Hi Folks,

Can we run apache web server (Apache 2) downladed from this site Apachelounge. without installing VC++ 2005. Because this dependency may create problem.
If somebody accidently unistalls the VC++ 2005 from my system then our server will stop working. This is great loss..


Rolling Eyes
Back to top
James Blond
Moderator


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

PostPosted: Fri 31 Aug '07 14:15    Post subject: Reply with quote

You need to install SVC80 runtime SP1 files or .NET Framework 1.1
Without the apache from apachelounge won't run.
Alternative you can use the apache form apache.org which don't need the run time from VS8.
Back to top
ashwani_ap



Joined: 29 Aug 2007
Posts: 47
Location: Bangalore

PostPosted: Fri 31 Aug '07 17:12    Post subject: Apache with SSL support. Reply with quote

Thanks for you reply sir,

Please guide me how to enable the https facility in the Apache web server downloaded from the htttp://apache.org/
Back to top
James Blond
Moderator


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

PostPosted: Sat 01 Sep '07 9:02    Post subject: Reply with quote

You need to download the one with compiled in SSL.

e.g.
apache_2.2.4-win32-x86-openssl-0.9.8d.msi

there are a lot of topics how to enable SSL. Please use the forum search.
Also a good start is the docs. There is a part about start SSL

if you still have a question, feel free to post again.
Back to top
ashwani_ap



Joined: 29 Aug 2007
Posts: 47
Location: Bangalore

PostPosted: Sun 02 Sep '07 9:23    Post subject: can't connect through the https://localhost:80 Reply with quote

Hi Sir,

Thanks for your guidance. I downladed the apache_.._withSSL_ that you had told. I installed in my machine. But, I am not able to connect through the https://localhost:443

PLease guide.

I have another task, not to run the Apache web server as a service on my system. I want to start and stop through my C Code only.

Please guide me sir.


Last edited by ashwani_ap on Tue 27 Nov '07 6:14; edited 1 time in total
Back to top
James Blond
Moderator


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

PostPosted: Sun 02 Sep '07 14:13    Post subject: Reply with quote

only try https://localhost
SSL runs on port 443 in the worsest case you can open it with https://localhost:443 but all new browsers know that they have to use port 443.

if you run apache in console (not as service) you can use CTRL + C to stop it. There is no external program needed.
Back to top


Reply to topic   Topic: Apache2.2.4 and VC++ 2005! Why both for running web server? View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads