This is a discussion on Download Apache modules within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi everyone, I am new to Apache and I have these simple questions that I really can't answer: I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi everyone,
I am new to Apache and I have these simple questions that I really can't answer: I installed Apache 1.x and I found some files with the extension ".so" under the modules diretory. I need further modules that are not under the modules directory, where can I download them from? For each module there's a ".c" file. Where can I download these files from and where should I put them to be visible? Thanx in advance, Samar |
|
|||
|
Samar.Hossam@web.de wrote:
> Hi everyone, > > I am new to Apache and I have these simple questions that I really > can't answer: > > I installed Apache 1.x and I found some files with the extension ".so" > under the modules diretory. That's normal. Apache uses .so for its module files so that the configuration is more portable. They're just DLLs, but built to act as Apache modules. > I need further modules that are not under the modules directory, where > can I download them from? It would help if you said what modules you need. Take a look at http://modules.apache.org; you may find what you're looking for. > For each module there's a ".c" file. Where can I download these files > from and where should I put them to be visible? A ".c" file is usually a source file. If you have the binary .so module, you won't need the source file. -- Jim Patterson Ottawa, Ont CANADA |