Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A few questions on running Apache under Windows 2000 ...

Status
Not open for further replies.

dws21

IS-IT--Management
May 31, 2001
6
GB
I'm hoping to move from IIS to Apache, but under Windows Adv Serv 2000. I've got Apache up and running in no time and have PHP running already. However I'm currently lost in how/if this is possible:

1. ASP pages, can Apache run ASP (under Win2k not Linux), if so how?

2. Virtual URL's. How can I set Apache up so that when someone type it automatically re-directs to
3. Can I set Apache up to limit access to a directory based on IP - ie. you must be 111.222.33.1-100 to get in a specified directory?

TIA for any help - total noob at Apache and running under NT so please make allowances! ;)
 
Found out the above myself:

1. Nope, but is possible with 3rd party software under LINUX I'm told.

2. Alias' do this in Apache

3. <Directory> ... </Directory> can do this.
 
To comment on point number one, there are quite a few efforts to port ASP to Apache. Here is a list of some popular ports:
- Apache::ASP ( - ActiveScripting for Apache project ( - Chili!Soft's ASP (
The most popular of these is ChiliSoft's product but it isn't free. Personally I think you should move to either a Java/J2EE solution or PHP (both are much better than ASP). Wushutwist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top