PDA

View Full Version : web techies



Andy Dee
30-04-2003, 10:53
Ok

I need to create a PHP forum on a server as part of the Helpdesk.

It has to sit on Windows 2000.

I then install IIS and IIS lockdown.

From here i can download some all in one exe's that include PHP MySqL, and Apache.

Do i need apache? i can use ISA, but i need the simplest option.

Oh..and the other problem. Inetpub is on the C: drive, i would prefer it on the D. can this be simply moved?

Cheers Andy

ScoobyDoo
30-04-2003, 11:16
Does it absolutly have to run on Win2K?

Andy Dee
30-04-2003, 11:34
Yeah Fraid so:(

Should have said "apache or ISS" and can install ISA if neccessary

Jezz_S13
30-04-2003, 11:39
install apache and stop the IIS web server (or don't install it). less likely to be fecked up by hackers/torjans/worms etc.

All paths can be configured. httpd.conf takes a bit of getting used to but all info you need should be in it.

I'd use the older apache, 2.0.xx fecked up on my windows box so reverted back to the older 1.3.xx version and has since been stable.

Andy Dee
30-04-2003, 12:11
Cheers:)