473,499 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which Apache?

I am hoping to run a small website from a server in my house. Many people
have suggested I use Apache web server and pointed me to:
http://www.apache.org/dist/httpd/binaries/win32/

to download the installer. There are so many different files here I am
totally unsure which one(s) I need in order to host my website.

All help would be appreciated


Jul 20 '05 #1
7 2203
"Steevo" <ge*@uk2k.nospam.com>:
I am hoping to run a small website from a server in my house. Many people
have suggested I use Apache web server and pointed me to:
http://www.apache.org/dist/httpd/binaries/win32/

to download the installer. There are so many different files here I am
totally unsure which one(s) I need in order to host my website.

All help would be appreciated

Look here, <http://www.apachefriends.org/index-en.html>
I did a complete full automagic install in about 2 min., after that
the I read the intropage and just clicked a few times more (5 min.?)
in order to auto-activate some details and all was ready and working,
incl. the time to make some shortcuts on my desktop.
No path to adjust, no nothing of all that difficult stuff.

John OO
--

<http://webcel.nl/>
<http://www.webcel.nl/bayshop/shop/bayshop.html>

"Time is what prevents everything from happening at once"
- John Archibald Wheeler -
Jul 20 '05 #2
Steevo schrieb:

I am hoping to run a small website from a server in my house. Many people
have suggested I use Apache web server and pointed me to:
http://www.apache.org/dist/httpd/binaries/win32/

to download the installer. There are so many different files here I am
totally unsure which one(s) I need in order to host my website.

All help would be appreciated


Do yourself and the internet at large a huge favour and don't run your
own server - go to one of the many affordable and security-savvy hosting
providers instead.
Matthias
Jul 20 '05 #3
Steevo wrote:
I am hoping to run a small website from a server in my house. Many people
have suggested I use Apache web server and pointed me to:
http://www.apache.org/dist/httpd/binaries/win32/

to download the installer. There are so many different files here I am
totally unsure which one(s) I need in order to host my website.


If you scroll down you'll find a lot of information about what the different
files are for.

Basically the choice comes down to:

MSI or Exe? (which is dependent on what your version of windows supports)
SSL or not? (Do you want to serve secure pages?)
1.x series or 2.x series?
Source code or no source code? (Probably not)
Debugging symbols? (Probably not)

The other files are there so you can ensure you have downloaded what you
wanted without it being damaged.

--
David Dorward http://dorward.me.uk/
Jul 20 '05 #4
Steevo wrote:
I am hoping to run a small website from a server in my house. Many people
have suggested I use Apache web server and pointed me to:
http://www.apache.org/dist/httpd/binaries/win32/

to download the installer. There are so many different files here I am
totally unsure which one(s) I need in order to host my website.

All help would be appreciated


You should get apache_2.0.47-win32-x86-no_ssl.msi (get
apache_2.0.47-win32-x86-no_ssl.exe instead, if you don't have Windows
Installer). If you're paranoid, also get the PGP signature or MD5 hash;
see http://httpd.apache.org/download.cgi#verify for details.

Questions about servers on Windows should be directed at
comp.infosystems.www.servers.ms-windows
Jul 20 '05 #5
Thanks John, David and Keith for all your help!! Thank you Keith also for
alerting me to the fact that there was a specific newsgroup for server q's -
I will endeavour to use that in future.
Many thanks again

Jul 20 '05 #6
On Thu, 04 Sep 2003 20:09:05 +0200, Matthias Gutfeldt <wo***@gmx.at>
wrote:
Steevo schrieb:

I am hoping to run a small website from a server in my house. Many people
have suggested I use Apache web server and pointed me to:
http://www.apache.org/dist/httpd/binaries/win32/

to download the installer. There are so many different files here I am
totally unsure which one(s) I need in order to host my website.

All help would be appreciated


Do yourself and the internet at large a huge favour and don't run your
own server - go to one of the many affordable and security-savvy hosting
providers instead.


I don't think I'd go that far, but I would certainly advise not putting
it online until you've spent a *considerable* amount of time - probably
100 hours or more - reading up on security issues and putting the
lessons into practice.

I run Apache myself for test purposes - but it's configured to only
accept requests from my local system and is normally not running anyway.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #7
"Steevo" <ge*@uk2k.nospam.com> wrote in news:bj7so6$8hh$1
@newsg2.svr.pol.co.uk:
I am hoping to run a small website from a server in my house. Many people have suggested I use Apache web server and pointed me to:
http://www.apache.org/dist/httpd/binaries/win32/
See http://www.opensa.org/

Apart from having to roll your own openssl.cnf file
and create a dummy Apache.pm to get mod_perl2 to work with CGI.pm
it works very well.
to download the installer. There are so many different files here I am
totally unsure which one(s) I need in order to host my website.
The above is a windows .msi file that installs quickly and reasonably
quickly.
All help would be appreciated


Stephen Poley's advice regarding security must be heeded.

You have to ensure a minimum level of security.

See http://www.theregister.co.uk/content/55/33061.html
as example of what happens when you ignore basic
security principles.

RW

p.s.
You dont live in california do you? :-)

Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
8195
by: George Adams | last post by:
I like the idea of compiling DSO modules for Apache. It allows me to turn on or off things we may or may not need at a given time (like mod_ssl, mod_auth_mysql, mod_auth_ldap, etc.) and also...
5
27956
by: Grant Collins | last post by:
Hi I am writing a web based application as part of a small project that I am undertaking using servlets beans and jsp. I already have one servlet - bean - jsp page working and I have written...
1
6898
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
1
2850
by: Rolfe | last post by:
Hi, I struggled, and got mod_python running on Apache/Win2k. Follow these instructions verbatim and you shouldn't have any trouble. These instructions are based on...
4
6646
by: Jon Maz | last post by:
Hi All, I'm getting to grips with PHP and Apache (on Windows for current development, production site will be on Linux), and have a simple (I hope!) request. When you change the httpd.conf...
19
5209
by: Alex Madon | last post by:
Hello, I am testing a web application (using the DBX PHP function to call a Postgresql backend). I have 375Mb RAM on my test home box. I ran ab (apache benchmark) to test the behaviour of the...
0
3765
by: zhenya.tkachenko | last post by:
Hi! Have a problem with mod_auth_mysql. Compilation and installation of module done ok: # /usr/local/apache/bin/apxs -c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient -lm -lz...
3
17085
by: amanjsingh | last post by:
Hi, I am trying to implement Java Web Service using Apache Axis2 and Eclipse as a tool. I have created the basic code and deployed the service using various eclipse plugin but when I try to invoke...
0
3396
rsrinivasan
by: rsrinivasan | last post by:
Hi All, When i run my JSP program, ihave the following exception. How i solve this problem? HTTP Status 500 - ...
2
15688
by: ramprakashjava | last post by:
sorry still that error exist , how to avoid this deprecated method overriding in my netbeans ! In Bundled tomcat log it shows Dec 30, 2009 9:03:45 PM...
0
7009
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7178
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7223
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7390
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4602
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3103
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3094
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
302
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.