Author |
|
ashwani_ap
Joined: 29 Aug 2007 Posts: 47 Location: Bangalore
|
Posted: Thu 30 Aug '07 12:21 Post subject: Apache2.2.4 and VC++ 2005! Why both for running web server? |
|
|
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..
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 31 Aug '07 14:15 Post subject: |
|
|
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
|
Posted: Fri 31 Aug '07 17:12 Post subject: Apache with SSL support. |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 01 Sep '07 9:02 Post subject: |
|
|
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
|
Posted: Sun 02 Sep '07 9:23 Post subject: can't connect through the https://localhost:80 |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 02 Sep '07 14:13 Post subject: |
|
|
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 |
|