Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: INSTALLNG APACHE - WINDOWS 2000 SERVER |
|
Author |
|
durahman
Joined: 15 Feb 2006 Posts: 2
|
Posted: Wed 15 Feb '06 7:34 Post subject: INSTALLNG APACHE - WINDOWS 2000 SERVER |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 15 Feb '06 11:09 Post subject: |
|
|
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: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
durahman
Joined: 15 Feb 2006 Posts: 2
|
Posted: Wed 15 Feb '06 14:25 Post subject: |
|
|
Thank you. |
|
Back to top |
|
|
|
|
|
|