This is a discussion on Adding a module to Apache - after compilation within the Apache Web Server forums, part of the Web Server and Related Forums category; I have an Apache 2.0.52 compiled, set up and configure. Now I have realised that I need the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have an Apache 2.0.52 compiled, set up and configure.
Now I have realised that I need the mod_proxy module which I had not compiled with Apache. Is there a way I can do this without starting from scratch i.e. compiling Apache again? Thanks for your help :) LH |
|
|||
|
Laura Heinzmann wrote:
> I have an Apache 2.0.52 compiled, set up and configure. > > Now I have realised that I need the mod_proxy module which I had not > compiled with Apache. > > Is there a way I can do this without starting from scratch i.e. > compiling Apache again? > > Thanks for your help :) > > LH AFAIK running "./configure --with-????" then "make install" in the same directory you built the original with should do the trick. If you've run a "make clean" on the source since your last full compile it will have to do everything all over again. In either case, backing up your httpd.conf file is recommended - then if you do need to do a full recompile, just "make install" over the top of evereything again, drop in the old config file, restart apache and voila! Cheers, James -- If while you are in school, there is a shortage of qualified personnel in a particular field, then by the time you graduate with the necessary qualifications, that field's employment market is glutted. -- Marguerite Emmons |
|
|||
|
Davide Bianchi wrote:
> On 2005-02-02, Centurion <spam.this@nowhere.tld> wrote: > >>AFAIK running "./configure --with-????" then "make install" in the same >>directory you built the original with should do the trick. > > > Adding the other modules that you configured before would also be a good > idea... you can see how it was configure by cat'ing config.status. > > Davide > Love the Forbes quote sides are still acheing from severe fit of ROFL |
| Thread Tools | |
| Display Modes | |
|
|