goodgbb

Well-Known Member
Aug 15, 2005
71
0
156
Thailand
I'm a newbie about Apache modules.
I'm trying to install the mod_nocase to avoid case sensitive problem on Apache.

You can see it over here:
http://www.misterblue.com/Software/mod_nocase.htm

I'm stucking at ...
----------------------------------------------------------------------------
To build a DSO version, add the following lines to the configuration:

./Configure --add-module=src/modules/extra/mod_nocase.c --enable-shared=nocase ...
make
make install
-----------------------------------------------------------------------------

I don't know that how to add the lines to the configuration.
I was tried to type these commands on SSH and it's not found configure command.

I know that I'm so stupid but if anyone know that how to do it please let me know.
Nor if you know other easier way to resolve case sensitive problem on Unix server, please let me know :)

THANK YOU SO MUCH!! ^_____________^
 
Last edited:

Izzee

Well-Known Member
Feb 6, 2004
469
0
166
cd to the directory you extracted the files to then type that line at the prompt. When its finished type the next line make then when thats finished type the next line make install.

Just to add, if you hadn't noticed, this line includes the path to the install:

./Configure --add-module=src/modules/extra/mod_nocase.c --enable-shared=nocase ...

:)
 
Last edited:

Izzee

Well-Known Member
Feb 6, 2004
469
0
166
Thats good then. Just shows again that the search facility is your very best friend :)

:)