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: Apache 2.2.4 w/ SSL and proxy to IIS6
Author
chad



Joined: 24 Aug 2006
Posts: 12

PostPosted: Thu 08 Mar '07 18:06    Post subject: Apache 2.2.4 w/ SSL and proxy to IIS6 Reply with quote

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

PostPosted: Wed 14 Mar '07 18:36    Post subject: New question... Reply with quote

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

PostPosted: Wed 14 Mar '07 20:06    Post subject: Reply with quote

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

PostPosted: Tue 20 Mar '07 20:32    Post subject: Reply with quote

Thanks for the reply Tom. I followed this thread: http://www.apachelounge.com/viewtopic.php?t=160&sid=05916f5f8b8eaeaa4cf90c26fddbc683

With the information there and the information on the Apache bug lists
http://issues.apache.org/bugzilla/show_bug.cgi?id=37770

and finally the inability for us to solve the problem, we are going to revert to an older version of Apache.

Is there a compiled version of 2.0.59 or the latest in the 2.0 series on ApacheLounge.com?

Thanks for the help!

Chad
Back to top


Reply to topic   Topic: Apache 2.2.4 w/ SSL and proxy to IIS6 View previous topic :: View next topic
Post new topic   Forum Index -> Apache