I have PHP running on my Windows Server, as well as CGI/Perl
no problems to speak off....
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: Windows Vs Linux Web hosting
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "Windows Vs Linux Web hosting"
Collapse
-
PHP runs on anything - Windows included - just that it tends to be installed on Linux managed hosts.Originally posted by SAPBoyThanks CB,
I have a spare machine at home with FreeBSD on it. Does it have to be Linux for PHP to work? I have some older versions of Ret hat/Fedora I could use - What other software might I need?
You should find it on the install discs of your Linux distribution of choice - though I'd get a more up to date version if it's going to be Internet facing. For FreeBSD it may be available in ports, but if not you'll have to compile it from source - http://www.php.net/downloads.php
Compiling from source isn't that painful, I've done it on a FreeBSD box before.
Leave a comment:
-
No FreeBSD is fine.Originally posted by SAPBoyThanks CB,
I have a spare machine at home with FreeBSD on it. Does it have to be Linux for PHP to work? I have some older versions of Ret hat/Fedora I could use - What other software might I need?
For Apache2 and PHP5 on FreeBSD-5/6:
Update your ports tree then:
cd /usr/ports/www/apache20
make install clean
cd /usr/ports/www/mod_php5
make install clean
OR use packages for binary installs (pkg_add -r apache20 etc.)
Then edit /etc/rc.conf
apache2_enable="YES"
apachectl start
They are the only specific instructions for FreeBSD.
Don't forget to enable mod_php in apache + directory index for index.php (these are cross platform user preferences really) in httpd.conf:
LoadModule php5_module libexec/apache2/libphp5.so
<IfModule mod_php5.c>
DirectoryIndex index.php
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
Leave a comment:
-
Thanks CB,
I have a spare machine at home with FreeBSD on it. Does it have to be Linux for PHP to work? I have some older versions of Ret hat/Fedora I could use - What other software might I need?
Leave a comment:
-
As a general rule, Windows hosting will give you ASP capability and Linux hosting will give you PHP capability. There isn't a lot to choose between the two. They're basically the same thing - an interpreted scripting language. I'd avoid CGI/Perl to be honest.Originally posted by SAPBoyHi Folks,
Having set up my new Ltd business I am in the process of designing the website. Which would be the recommended hosting option Windows or Linux? Also, the 'free space' from my ISP won't run ASP (so isn't windows correct?) and I reckon with a bit of googleing I could find enough examples to get it to do what I want. Are CGI/Perl hugely different or more complex?
Any advice or recommendations much appreciated.
However, Windows hosting tends to be more expensive. Probably to do with licensing costs and higher admin requirements. YMMV.
Leave a comment:
-
Windows Vs Linux Web hosting
Hi Folks,
Having set up my new Ltd business I am in the process of designing the website. Which would be the recommended hosting option Windows or Linux? Also, the 'free space' from my ISP won't run ASP (so isn't windows correct?) and I reckon with a bit of googleing I could find enough examples to get it to do what I want. Are CGI/Perl hugely different or more complex?
Any advice or recommendations much appreciated.Tags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- HMRC loan charge settlement offer: 3 things to check before you sign Today 07:41
- HMRC standstill agreements extended to 72 months: why the term's doubled, and what to check before signing Jul 31 05:53
- Who owns the loans? Inside the mystery of the loan charge recall scandal Jul 30 06:20
- Umbrella company winding-up petitions in 2026: the practical guide for contractors Jul 29 05:29
- Payments on Account deadline: what contractors must do before July 31st — maybe for the final few times Jul 28 08:01
- Andy Burnham's first 100 days: five things contractors need from the new PM Jul 27 00:53
- Starmer vs Burnham on housing: What their rival plans mean for your contractor mortgage Jul 22 00:59
- Burnham's housing vision vs. Starmer's home-buying reforms: what it means for your contractor mortgage Jul 22 00:59
- In Khalil v Innovate Transport, a limited company contractor wasn’t a worker and was on £2.30 — not £230 Jul 21 07:58
- Andy Burnham is PM: 5 new IT policies set to shape UK tech and its contractors Jul 20 06:29

Leave a comment: