[EMAIL PROTECTED] Internal Redirection of Request between modules

2007-08-20 Thread janmejay.tripathi
Hi there, Does internal redirection ( ap_internal_redirect ) mechanism works equally good for modules implemented on different IP based virtual hosts. Thanks - in - advance. Best Regards, Jay

[EMAIL PROTECTED] How to check if user-module(DSO) is loaded?

2007-06-14 Thread janmejay.tripathi
Hi there, A newbie question. How can I ensure that a specific module (DSO) is loaded on a remote Apache server ? I want to send request to my module via a PHP+cURL client application, but before requesting anything I want to be safe that my module is running within Apache. How to check

[EMAIL PROTECTED] InterModule Communications(DSO)

2007-05-05 Thread janmejay.tripathi
Hi there, I am currently working with apache 2.0.59. Now in the process of writing some apache2 add-on C-module (DSO).As you know DSO Modules can interact with the server core via the Apache2 API. Using that API each module can access the server's data structures. Up to this

[EMAIL PROTECTED] Writing an Apache 2.0 add-on (DSO) C-module

2007-05-01 Thread janmejay.tripathi
Hi there, I am currently working with apache 2.0.59. Now in a process of writing some apache2 add-on C-module (DSO). I just got through documents provided in Nick knew's -- www.apachetutor.org http://www.apachetutor.org/ and also headers files in Apache2-Include directory. Still I am

[EMAIL PROTECTED] Regarding name-based virtual hosting in Apache 2.x

2007-04-30 Thread janmejay.tripathi
Hi there, My configuration for name-based virtual hosting is given bellow. But how can I see the output i.e. virtual hosting is working properly or not. Apache is showing no error. I have created so many name-based virtual hosting but did not able to get any output. So please help me on this.