This is a discussion on mod_proxy not installed within the Apache Web Server forums, part of the Web Server and Related Forums category; Moin, I try to setup apache 1.33 with ../configure --prefix=/opt --enable-module=proxy make make install but there ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Moin,
I try to setup apache 1.33 with ../configure --prefix=/opt --enable-module=proxy make make install but there is no mod_proxy.* in /opt/apache_1.33 Somthing wrong? Bis dann, Matthias -- Matthias Teege -- http://www.mteege.de make world not war |
|
|||
|
On 2004-11-05, Matthias Teege <matthias-dated@mteege.de> wrote:
> but there is no mod_proxy.* in /opt/apache_1.33 > Somthing wrong? --enable-module will compile it stati in the executable. httpd -l will show it. If you want it as a dynamic module you need --enable-shared. Davide -- If at first you don't succeed, you must be using Windows. |
| Thread Tools | |
| Display Modes | |
|
|