----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
At 04:32 PM 4/19/00 -0400, sudhi wrote:
>Did you ever try to use information gathered by one in another ? (i.e.
>session info)
No, regretfully. I can only answer the basic question of whether or not one
can compile both into apache and expect them to both work. If the session
info collides, I am unaware of it, but then, I never attempted to use that
information.
I also move the re-write module after jserv in the modules.c extern code
and such because there were known conflicts at one time, and I never saw
anything to the contrary (not that this item hasn't been potentially fixed,
I just never saw it, and the changing of this stuff was easy for me):
...
extern module jserv_module;
extern module rewrite_module;
...
&jserv_module,
&rewrite_module,
NULL
...
&jserv_module,
&rewrite_module,
NULL
};
===
Bob Gahl Bicycle (Ryan Vanguard) Mobile || @
ARPA/Internet: [EMAIL PROTECTED] || !_ \
URL: http://www.bawcsa.org/bgahl/ || (*)-~--+--(*)
"Sahn joong moe low ful how jee yah ching wong" - "When the
mountain has no tigers, the monkey will also declare himself
king." Chinese Proverb
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]