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: Apache 2.2.4 w/ SSL and proxy to IIS6 |
|
Author |
|
chad
Joined: 24 Aug 2006 Posts: 12
|
Posted: Thu 08 Mar '07 18:06 Post subject: Apache 2.2.4 w/ SSL and proxy to IIS6 |
|
|
We use Apache as our main web server, however we still have some legacy ASP apps running under IIS6. We are looking to upgrade the apache instance to version 2.2.4. In our test area, we noticed the proxy URL acts in a strange manner. Here is our scenario:
http://www.mysite.com/folder/ - Works as expected (shows the page)
http://www.mysite.com/folder - Works as expected (shows the page)
http://www.mysite.com/folder./ - Shows the list of files!
http://www.mysite.com/folder. - Shows the list of files
The folder should be proxied back to IIS and IIS should take over. Will someone post how my proxy should be set up in the 2.2.4 httpf.conf file?
Thanks for your help! |
|
Back to top |
|
chad
Joined: 24 Aug 2006 Posts: 12
|
Posted: Wed 14 Mar '07 18:36 Post subject: New question... |
|
|
Will someone post on how to stop a directory traversal on any folder that does not have a DirectoryIndex specified?
We are using Apache 2.2.4 and PHP 4.4.4, but will upgrade soon.
Thanks! |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Wed 14 Mar '07 20:06 Post subject: |
|
|
re: "Will someone post how my proxy should be set up"It would be more helpful if you post your current proxy directives which aren't working. Are they like the example in the docs for mod_proxywithout trailing slashes?
The Options Indexes directive controls whether files are listed for a directory if mod_autoindex is loaded.
-tom- |
|
Back to top |
|
chad
Joined: 24 Aug 2006 Posts: 12
|
|
Back to top |
|
|
|
|
|
|