- Messages
- 4,148
- Reaction score
- 5
- Points
- 38
Apache 2.0.5x(not 2.4 as it has trouble with the php module *.dll);
php5;
activestate perl5.8.x;
MySQL.
Setup and running in 15mins with the help of the following tutorials.
Apache, php, MySQL:
http://www.expertsrt.com/tutorials/Matt/install-apache.html#intro
perl/cgi:
http://www.ricocheting.com/server/cgi.html
Using these you should now have a localhost that supports cgi. So no more testing online. Just stick your scripts in the root folder and cgi-bin(can be in root if you have changed this in Apache settings) and off you go.
This works on XP sp2 and Vista.
If you want to make your host remote there is a link in the Apache tutorial that should set you on your way.
Note:
A script editor is good idea, I find myself using SciTE version 1.74 (having trouble getting it to check php syntax, though it can) although every tutorial says notepad should do. Notepad has no line number colum, no highlighting, no syntax checking, no command line, no tabs, no split view, no incremental search, no case change, etc...
SciTE is free.
(if anyone has a better solution please let me know)
php5;
activestate perl5.8.x;
MySQL.
Setup and running in 15mins with the help of the following tutorials.
Apache, php, MySQL:
http://www.expertsrt.com/tutorials/Matt/install-apache.html#intro
perl/cgi:
http://www.ricocheting.com/server/cgi.html
Using these you should now have a localhost that supports cgi. So no more testing online. Just stick your scripts in the root folder and cgi-bin(can be in root if you have changed this in Apache settings) and off you go.
This works on XP sp2 and Vista.
If you want to make your host remote there is a link in the Apache tutorial that should set you on your way.
Note:
A script editor is good idea, I find myself using SciTE version 1.74 (having trouble getting it to check php syntax, though it can) although every tutorial says notepad should do. Notepad has no line number colum, no highlighting, no syntax checking, no command line, no tabs, no split view, no incremental search, no case change, etc...
SciTE is free.
(if anyone has a better solution please let me know)