logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: INSTALLNG APACHE - WINDOWS 2000 SERVER
Author
durahman



Joined: 15 Feb 2006
Posts: 2

PostPosted: Wed 15 Feb '06 7:34    Post subject: INSTALLNG APACHE - WINDOWS 2000 SERVER Reply with quote

I am a newbie.

My system: Win2K Server SP4 and I had succesfully installed Apache 2.

I had developed a web application using PHP5.1.2 and MySQL4.1.4 and transferred the folder to the htdocs directory. Tested using http://localhost/webapp/index.php and works fine.

My question are:

1. How do I configure apache so that I don't need to include the index.php page to run my app.
2. I had developed another web application using ASP and MSSQL200 and how do I configure apache to run this.

Thank you
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 15 Feb '06 11:09    Post subject: Reply with quote

If PHP is installed tell the Apache, it has to start with index.php
Code:

DirectoryIndex index.php index.htm index.html


To test ASP I would install also IIS, ASP does not work fine on.
Manual is http://httpd.apache.org/cli/ I think it is not best to run ASP under Apache
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Wed 15 Feb '06 14:09    Post subject: Reply with quote

Most users are running IIS/ASP "behind Apache" with ReverseProxy. So run IIS on an other port then 80.

See for 2.2.0 :
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html


Steffen
Back to top
durahman



Joined: 15 Feb 2006
Posts: 2

PostPosted: Wed 15 Feb '06 14:25    Post subject: Reply with quote

Thank you.
Back to top


Reply to topic   Topic: INSTALLNG APACHE - WINDOWS 2000 SERVER View previous topic :: View next topic
Post new topic   Forum Index -> Apache