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!! ^_____________^
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: