Forum Moderators: phranque

Message Too Old, No Replies

Installing Apache on WinNT with IIS as primary web server

         

raisdbywolvz

5:57 pm on May 21, 2006 (gmt 0)

10+ Year Member



Ok, I've read through the posts on installing Apache until I'm more confused than before I started...

A bit of history: I'm running IIS on a Dell Poweredge server and accessing it over a network. Apache is installed in the C:\Program Files directory of my web server machine. Most of my work is in ASP so I'd like to keep IIS on port 80.

My goal is to install PHP/MySQL and Ruby on Rails, and learn to use these technologies.

I downloaded the win32 binary for Apache and installed it as suggested for running it in conjunction with IIS, with Apache as an alternate server (manual start using port 8080).

The httpd.conf file has been modified as per the instructions found at [httpd.apache.org ].

The documentation says that to start the server, I must be in Apache's bin directory, and from a command prompt, type

apache -k install
.

I do that and get this message:

The name specified is not recognized as an internal or external command, operable program or batch file.

I feel like I must be missing something very basic but I have no idea what. I've been a DOS/Windows user for many, many years. Some training in Unix, but it's been a long time. Maybe too long? I keep thinking that to type 'apache -k install' and get it to work, there must be an executable named 'apache' in the bin directory, but there's not.

Can anybody point me in the right direction? I would be forever grateful.

Shari

raisdbywolvz

9:49 pm on May 21, 2006 (gmt 0)

10+ Year Member



Update:

After searching for apache*.* on my C: drive, I find no executable named apache anywhere. Is my installation of Apache bad?

Shari

jdMorgan

2:27 pm on May 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sounds like a bad install to me... You can't run it if it's not there. The other possibility is that it was installed as a hidden system file and is not where you expect it to be (wrong command line path); try changing your 'folder view' options to see if that's the case.

Jim

raisdbywolvz

4:49 pm on May 23, 2006 (gmt 0)

10+ Year Member



Thanks for the confirmation, Jim. I did search all files on the c: drive (I leave nothing hidden). So this morning I uninstalled, found myself a WAMP installation, and all is right with my little corner of the world.

Shari