You are not logged in.

#1 2006-12-16 17:29:48

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

should I use Arch64 or Arch i686 for my live web server?

Hi

After using Windows XP x64 for the past few years, it has put me off installing a 64bit OS, everything is out of date, unsecure and unsupported.

Is this the case with Arch64, or does it behave aswell as Arch i686? I am looking to run a webserver and install the latest versions of these:
Lighttpd or Apache2
PHP 5.2.0
MySQL 5.0.27

Server Specification:
Dell PowerEdge
Intel Xeon 3040 (Core Duo Architecture)
1GB DDR2 ECC SDRAM
2x 80GB 7200rpm SATA (RAID 1 Mirrored)

What would you recommend? Arch64 or Arch i686?

Also the host I will be renting the server from doesn't have Arch Linux as an option, but I am hoping I can pay them to install it. If not, is there any way of installing it over the internet?

Offline

#2 2006-12-16 20:08:06

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: should I use Arch64 or Arch i686 for my live web server?

This is what is in current for arch64:

mysql 5.0.27
php 5.2.1
apache 2.2.3

It is exactly what you need. 

See this:
http://wiki.archlinux.org/index.php/Arc … ovement.3F

Basically, you should go with arch64 over arch32 for slight mysql and apache performance benefits. The gentoo thread linked from there has some detailed analysis.

Cheers

Offline

#3 2006-12-16 22:24:16

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

Re: should I use Arch64 or Arch i686 for my live web server?

Thankyou for your reply, I am installing Arch64 now using FTP.

I have read alot about Lighttpd being better than Apache, also I think it is made by a MySQL developer, would you use Lighttpd over Apache?

The server will be used as a webserver, initially for PHP/MySQL websites, and perhaps a bit of Ruby on Rails too if I choose to go down that path.

Offline

#4 2006-12-16 23:03:17

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: should I use Arch64 or Arch i686 for my live web server?

have you a core duo or a core 2 duo?

my knowlege is, that core duo is only 32 bit, and core 2 duo is 32/64 bit


Have you tried to turn it off and on again?

Offline

#5 2006-12-17 00:07:46

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

Re: should I use Arch64 or Arch i686 for my live web server?

Here is the configurator of the host I will be going with:
http://myservers.49pence.com/DedicatedQuote.aspx

It says:
"Dual Core Intel Xeon 3040 (Core Duo Architecture)"

I had a look on the intel website for it, found a PDF and it says the Dual Core Xeon 3000 Series are 64bit. So I am assuming the 3040 is? Not totally sure though because for some reason Intel don't like to make it obvious wether or not a particular chip is 64bit or 32bit. I looked at a few online stores for the Dual Core Intel Xeon 3040 and it didn't say either way.

I have just managed to install Arch64 (base packages) over FTP, and am having fun configuring it. Got a bit hairy when I didnt configure GRUB properly, and the default values were totally wrong, but google saved the day.

Offline

#6 2006-12-17 00:15:11

pelle.k
Member
From: Åre, Sweden (EU)
Registered: 2006-04-30
Posts: 667

Re: should I use Arch64 or Arch i686 for my live web server?

The Xeon 3040 is EM64T capable.
Lighttpd is a sweet little webserver. Too bad i can't tell you how it performs under pressure. I only use it for php scripting locally. But it really is a dream to set up with php fastcgi. You need to build it from abs, since the .install file has to be modified (it contains a syntax error, one line is suppose to be "install -Dm644", but is currently "Dm644"...)


"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."

SETH / Jane Roberts

Offline

#7 2006-12-17 00:57:45

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

Re: should I use Arch64 or Arch i686 for my live web server?

just tried to install it and got that error, hmmm does broken stuff like this normally get into the repositories, or is extra untested?

I am reading up about pacman, but is it possible to edit a package to fix the bug?
Edit: For now I will use Apache 2.2.3

Offline

#8 2006-12-17 03:20:37

pelle.k
Member
From: Åre, Sweden (EU)
Registered: 2006-04-30
Posts: 667

Re: should I use Arch64 or Arch i686 for my live web server?

I just noticed lighttpd is updated to lighttpd-1.4.13-1, and the .install script is in order again smile

Oh, and by the way. To fix that problem, you would only have had to update the "library" of PKGBUILDs, by installing cvsup, and then run 'abs' as root.
abs will download PKGBUILDS from whatever repos are listed in /etc/abs/abs.conf.

Step 2 would have been to stand in /var/abs/local and 'cp -r ../extra/daemons/lighttpd .' and then cd into lighttpd and 'makepkg -bs' (b for build, s for download dependancies)

Nifty ey? Thats what i call easy compiling. After that, you would install the package you get with 'pacman -A packagename.pkg.tar.gz'

This is also how you build a package from the AUR.


"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."

SETH / Jane Roberts

Offline

#9 2006-12-17 04:02:03

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: should I use Arch64 or Arch i686 for my live web server?

It's also possible to download the PKGBUILD and other related files directly from CVS or cut and paste them off of the Arch website by clicking View CVS Entries on each of the package pages.

Offline

#10 2006-12-17 14:14:54

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

Re: should I use Arch64 or Arch i686 for my live web server?

Ta for the help guys, but "whooooosh!" smile

Offline

#11 2006-12-17 15:46:15

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

Re: should I use Arch64 or Arch i686 for my live web server?

hmmm, ive done a:
"pacman -Syu"

but it only download lighttpd 1.4.12 and still has errors sad how do I get it to download 1.4.13?

Offline

#12 2006-12-17 23:02:01

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: should I use Arch64 or Arch i686 for my live web server?

1.4.13 is definitely available, maybe your repository hadn't updated.
Try again with:  pacman -Sy lighttpd

Offline

#13 2006-12-17 23:36:22

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

Re: should I use Arch64 or Arch i686 for my live web server?

going to give the 32bit version of Arch a whirl, not having fun with x64.

Offline

#14 2006-12-18 00:02:10

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: should I use Arch64 or Arch i686 for my live web server?

Suggest using the latest isos from tpowa's repository, see here.

Offline

#15 2006-12-18 11:55:52

Luke Armstrong
Member
From: UK
Registered: 2006-12-16
Posts: 12
Website

Re: should I use Arch64 or Arch i686 for my live web server?

Not had any problems with the actual installation as of yet, but then again I have always chosen FTP installation to get the latest base packages.

Offline

Board footer

Powered by FluxBB