I got up and running a reverse proxy on apache2 under Linux (Ubuntu). Now i see that there is a different folder-structure under Windows. My linux-conf - files don't work under windows or am i wrong?
Please show me the way
|
I got up and running a reverse proxy on apache2 under Linux (Ubuntu). Now i see that there is a different folder-structure under Windows. My linux-conf - files don't work under windows or am i wrong? Please show me the way
| |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
As John has alluded to, the default configuration for Apache installed on Windows is at
I've described all this to hopefully make it easier to understand how to replicate it under Windows. With the exception that links are not well supported under Windows (has this changed in Vista/Server 2008/Windows 7?) it's relatively easy to set this structure up. But you will have to do it manually, since the default configuration doesn't do it for you. Make sure you adjust the following to match the Linux distribution you're migrating from.
This might not get you there 100%, but it should get you close. | |||
feedback
|
|
Is there any reason you can't create the same folder structure under Windows as you have under Linux? You can't expect to just install Apache and have it magically create a tree of folders that aren't part of it's default configuration. Create the same structure, copy the configs and edit as and where appropriate. | |||||||
feedback
|
|
now i have found the Solution with the following :
and this goes to C:\Program Files\Apache Software Foundation\Apache2.2\conf\extra\httpd-vhosts.conf It is realy simple if you know where to put the parameters because the standard folder structure after standard-setup is different for apache2.2 on ubuntu 8.04 and windows2008. Peace Ice | |||
|
feedback
|