Server on XP Home

  • Thread starter Thread starter Podz
  • Start date Start date
P

Podz

Anyone know of anything that I can use to run PHP scripts on ?
I can ftp, but it's quicker if I host locally.

Cheers
 
sabato 10/apr/2004 _Podz_ ha scritto:
Anyone know of anything that I can use to run PHP scripts on ?
I can ftp, but it's quicker if I host locally.

Cheers

I use phpdev423, it's easy to install all the stuff you need:

<quote>
So phpdev is a pre configured suite of all the bits and pieces you need to
get Apache/PHP/MySQL/other running on your machine. It is not invasive and
does not alter any windows settings or touch the registry etc. In its
current incarnation PHP runs as an apache module.
</quote>

download (11.5 MB):
http://www.firepages.com.au/
 
I use phpdev423, it's easy to install all the stuff you need:

Any chance this would run on XP Pro with IIS 5.x?, or is it strictly Apache?

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
 
Podz said:
Anyone know of anything that I can use to run PHP scripts on ?
I can ftp, but it's quicker if I host locally.

Cheers
I usually go for

Name: XAMPP
Vers: 1.4
Auth: Kai 'Oswald' Seidler
Site: http://www.apachefriends.org/index-en.html
PLic: GNU
BLic: GNU
Note: No install (no registry mess) and an easy configuration script aviable
Info: The distribution for Windows 98, NT, 2000 and XP. This version
contains: Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl,
OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and
NetWare Systems v3.32, JpGraph, FileZilla FTP Server, mcrypt, Turck MMCache,
SQLite, and WEB-DAV + mod_auth_mysql.

MightyKitten
 
Newsreader:
Anyone know of anything that I can use to run PHP scripts on ?
I can ftp, but it's quicker if I host locally.


KeyFocus Web Server (KFWS)
http://www.keyfocus.net/kfws/

PHP
http://www.php.net/

MySQL
http://www.mysql.org/



Mand maybe these 2

Perl
http://aspn.activestate.com/ASPN/Perl

Python
http://www.python.org/



/CoMa


--
Conny (CoMa) Magnusson
(e-mail address removed)
http://www.algonet.se/~hubbabub/
ICQ : 1351964
=============================
One person, one vote
 
Steven said:
Any chance this would run on XP Pro with IIS 5.x?, or is it strictly
Apache?

IIRC, ther is a Perl.dll plugin for IIS (stop server, install plug, start
server). I understood this is the easiest methode for IIS, but slightly less
secure and less fast. But good enough for testing.

One of the reasons I like XAMP is the easy install --> unzip, place where
you like, run config batchfile) --> run 2 batchfiles (witch I again combined
into 1 batchfile), and of you go. To stop? close both command windows.

MightyKitten
 
sabato 10/apr/2004 _Steven Burn_ ha scritto:
Any chance this would run on XP Pro with IIS 5.x?, or is it strictly Apache?

Sorry, I don't know about IIS: I run XP Home.
 
Went with the install of phpdev from sourceforge.

Up and running inside of a couple of minutes of the download finishing.
Many thanks :))))

P.
 
Back
Top