473,606 Members | 2,110 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 2208
"Steevo" <ge*@uk2k.nospa m.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.apachefrien ds.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.infosystem s.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.nospa m.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
8211
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 allows me to compile in new versions of modules without having to rebuild Apache from scratch. Now, when I build PHP, I tend to put in a lot of things. Like:
5
27976
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 another servlet - bean - jsp but I am hitting an error from tomcat that I have no idea why it is failing. I am getting an org.apache.jasper.JasperException: with the root cause being java.lang.ClassNotFoundException:
1
6910
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
2865
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 "http://www.modpython.org/live/current/doc-html/inst-testing.html". I've added specific information such as Windows filepaths and filenames so there's no ambiguity on what you should do. I encourage you to copy and paste to avoid typing errors. Cheers, Rolfe
4
6654
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 file and restart Apache, if you have made an error you simply get a popup saying that there has been an error, but giving no useful information about what or where the error is (on Windows anyway).
19
5231
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 application under heavy load. When increasing the number of requests, all my memory is filled, and the Linux server begins to cache and remains frozen. ab -n 100 -c 10 http://localsite/testscript
0
3776
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 mod_auth_mysql.c /usr/local/apache/build/libtool --silent --mode=compile gcc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -pthread -I/usr/local/apache/include
3
17105
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 the service using client stub, I get this error... Exception in thread "main" java.lang.Error: Unresolved compilation problems: org.apache cannot be resolved to a type org.apache cannot be resolved to a type org.apache cannot be resolved to a...
0
3405
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 - -------------------------------------------------------------------------------- type Exception report message
2
15695
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 org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at org.apache.struts.taglib.TagUtils.pageURL(TagUtils .java:1070) at org.apache.struts.taglib.TagUtils.computeURLWithCh...
0
8009
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7939
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8432
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
6753
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
5962
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
3919
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3964
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2442
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 we have to send another system
1
1548
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.