Re: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Sascha Kersken
Hey, Hi, Thanks !! never mind :). I wrote myapp.so. Are you asking to change the implementation of myapp.so in such a way so that it reads some instruction in virtual host directive and take action upon. i.e I have following module in global part of httpd.conf LoadModule my_module "C:\

RE: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Vinay Purohit
:[EMAIL PROTECTED] Sent: Monday, March 31, 2008 3:20 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] LoadModule directive Hey, > hi, > Where do I do module specific settings ? Actually myapp.so(in example > below) is a filter which redirects request to other custm build

Re: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Sascha Kersken
Hey, hi, Where do I do module specific settings ? Actually myapp.so(in example below) is a filter which redirects request to other custm build application. I would like to redirect all the request of RuntimeTest1.apple.com to custom application while other virtual host ,configured name based v

RE: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Vinay Purohit
host , RuntimeTest2.apple.com should work normally i.e. should not be redirected to my custom app. \Vinay -Original Message- From: Sascha Kersken [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2008 2:11 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] LoadModule directive

Re: [EMAIL PROTECTED] LoadModule directive

2008-03-31 Thread Sascha Kersken
Hello, HI, Can I have LoadModule directive inside the virtual server block in httpd.conf i.e DocumentRoot "C:/vhost" ServerName RuntimeTest1.apple.com *LoadModule setenvif_module modules/myapp.so* #ErrorLog logs/error.log #CustomLog CustomLog logs/access.log common