Hello,
I am trying to enable apache(1.3.20) with DSO. But httpd is not able to recognise "LoadModule" keyword
I downloaded the source from apache. Performed following actions,
1. Edit src/Configuration:
>> Rule SHARED_CORE=yes /* Changed to 'yes'*/
>> EXTRA_CFLAGS=
-DSHARED_CORE_DIR=\"/apps/apache1.3.20/libexec\"
2. Performed make
3. cp src/libhttpd.so* /apps/apache1.3.20/libexec
cp src/libhttpd.ep /apps/apache1.3.20/libexec
cp src/httpd /apps/apache1.3.20/bin
4. Generated mod_jk.so
5. Copied mod_jk.so to /apps/apache1.3.20/bin
6. In /apps/apache1.3.20/httpd.conf I included
LoadModule jk_mod libexec/mod_jk.so
7. I ran "/apps/apache1.3.20/bin
-f /apps/apache1.3.20/conf/httpd.conf"
The httpd failed with following message
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
Your input and help will be greatly appreciated.
Thanks,
techtip.
I am trying to enable apache(1.3.20) with DSO. But httpd is not able to recognise "LoadModule" keyword
I downloaded the source from apache. Performed following actions,
1. Edit src/Configuration:
>> Rule SHARED_CORE=yes /* Changed to 'yes'*/
>> EXTRA_CFLAGS=
-DSHARED_CORE_DIR=\"/apps/apache1.3.20/libexec\"
2. Performed make
3. cp src/libhttpd.so* /apps/apache1.3.20/libexec
cp src/libhttpd.ep /apps/apache1.3.20/libexec
cp src/httpd /apps/apache1.3.20/bin
4. Generated mod_jk.so
5. Copied mod_jk.so to /apps/apache1.3.20/bin
6. In /apps/apache1.3.20/httpd.conf I included
LoadModule jk_mod libexec/mod_jk.so
7. I ran "/apps/apache1.3.20/bin
-f /apps/apache1.3.20/conf/httpd.conf"
The httpd failed with following message
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
Your input and help will be greatly appreciated.
Thanks,
techtip.