[no subject]

2009-10-21 Thread Junaid Arshad
subscribe kvm -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Problem Running mod_jk with apache2

2008-06-20 Thread Junaid Arshad
Hi All, I've been trying to setup mod_jk1.2.15 with Apache2.0.63 and tomcat 5.5.23. After some hassle I was able to build mod_jk.so and did modify the httpd.conf to say the location of the .so and worksers.properties but when I tried to start apache it failed with the following error:

Re: Problem Running mod_jk with apache2

2008-06-20 Thread Junaid Arshad
Rainer Jung wrote: Hi Junaid, Junaid Arshad wrote: Hi All, I've been trying to setup mod_jk1.2.15 with Apache2.0.63 and tomcat 5.5.23. After some hassle I was able to build mod_jk.so and did modify the httpd.conf to say the location of the .so and worksers.properties but when I tried

Re: Problem Running mod_jk with apache2

2008-06-20 Thread Junaid Arshad
# JkRequestLogFormat set the request format JkRequestLogFormat %w %V %T # Send servlet for context / jsp-examples to worker named worker1 JkMount /jsp-examples worker1 # Send JSPs for context /jsp-examples/* to worker named worker1 JkMount /jsp-examples/* worker1 Rainer Jung wrote: Junaid Arshad wrote: Rainer

Re: Problem Running mod_jk with apache2

2008-06-20 Thread Junaid Arshad
you have any clue about this error... Cheers Junaid Rainer Jung wrote: Junaid Arshad wrote: This solved the problem but I am getting errors as: /Invalid command 'logsJkLogFile', perhaps mis-spelled or defined by a module not included in the server configuration/ See http://tomcat.apache.org

[EMAIL PROTECTED] Apache Config Problem

2007-08-23 Thread Junaid Arshad
Hi All, I am trying to setup a SP on linux with apache2.0.59 and Shib SPv1.3. The portal is a gridsphere portal so I have mod_jk to connect apache and tomcat. When I try to navigate the server it comes up with the following error. I have tried to google it but nothing comes out, also the

[EMAIL PROTECTED] Problem with SSL

2007-08-04 Thread Junaid Arshad
Hi, I am trying to get https enabled on my apache server on RH linux which is apache2.0.59. The servers starts without any errors but when I try to browse it using firefox, a dialog box with an error appears saying that myserver has sent an incorrect or unexpected message error:-12263 can anyone

Re: [EMAIL PROTECTED] Problem with SSL

2007-08-04 Thread Junaid Arshad
Hi, Yes, I have OpenSSL installed and also have .key and .crt files at the correct place. I am not an administrator on this machine and only have root privileges on apache tree so don't exactly know if apache was installed with --enable-ssl option. I used httpd -l to get a list of compiled

Re: [EMAIL PROTECTED] Problem with SSL

2007-08-04 Thread Junaid Arshad
] wrote: Junaid Arshad wrote: Hi, Yes, I have OpenSSL installed and also have .key and .crt files at the correct place. I am not an administrator on this machine and only have root privileges on apache tree so don't exactly know if apache was installed with --enable-ssl option. I used

[EMAIL PROTECTED] Problem running https

2007-08-03 Thread Junaid Arshad
Hi, I am trying to configure apache to support https using SSL. I followed the instructions provided at the http://www.apacheworld.org/ty24/site.chapter17.html and everything went well. Even the server started without any error but when I try to navigate to my server using browser, it doesnot

[EMAIL PROTECTED] problem with mod_apache.cpp

2007-07-19 Thread Junaid Arshad
Hi, I am new to Apache and trying to install apache2.0.59. every thing goes fine untill i try to start the service which fails saying Starting httpd: httpd: module mod_apache.cpp is not compatible with this version of Apache. Please contact the vendor for the correct version.

Re: [EMAIL PROTECTED] problem with mod_apache.cpp

2007-07-19 Thread Junaid Arshad
... junaid On 7/19/07, Nick Kew [EMAIL PROTECTED] wrote: On Thu, 19 Jul 2007 22:55:38 +0100 Junaid Arshad [EMAIL PROTECTED] wrote: Starting httpd: httpd: module mod_apache.cpp is not compatible with this version of Apache. What is mod_apache.cpp and where does it come from? What does its

Re: [EMAIL PROTECTED] problem with mod_apache.cpp

2007-07-19 Thread Junaid Arshad
Thanks for your inputs. I discovered that the problem was with the shibboleth module in shib.conf that gets placed in conf.d. Atleast apache is running... now i have to digg shibb :-) cheers junaid On 7/20/07, Joshua Slive [EMAIL PROTECTED] wrote: On 7/19/07, Junaid Arshad [EMAIL PROTECTED