christophe leroy wrote:
hello!
I am trying to install Apache with all its modules.
So , I did that:
./configure --prefix=/usr/local/apache2
--enable-module="all" --enable-mods-shared="all"
and
make && make install
Try looking at this wiki article, it shows you exactly how to achieve this.
http://wiki.apache.org/httpd/Recipes/ConfigAllMods
but when I saw in the folder:
/usr/local/apache2/modules, it missed this modules:
mod_proxy.so
mod_proxy_ftp.so
mod_proxy_http.so
mod_proxy_connect.so
mod_cache.so
mod_suexec.so
mod_disk_cache.so
mod_file_cache.so
mod_mem_cache.so
The missed modules should be installed because they
appear in the page with all modules of this version:
http://httpd.apache.org/docs/2.2/mod/
Do somebody have a solution? I am a newbie and I hope
my question is not to stupid! :-)
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]