Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 30973 invoked by uid 500); 4 Apr 2002 19:21:34 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 30959 invoked from network); 4 Apr 2002 19:21:34 -0000 Message-ID: <3CACA3DB.7090909@wyona.org> Date: Thu, 04 Apr 2002 14:04:59 -0500 From: Michael Wechner User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Re: working with mod_rewrite References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Did you try mod_proxy? You will find some notes at http://www.wyona.org/docs/wyona-cms-docs/integrator-guide/virtual-server/proxy-apache.html All the best Michael Liam Morley wrote: > I read up on working with mod_rewrite in the Cocoon FAQ, and I'm having a > bit of a hard time getting mod_rewrite to cooperate with my sessions. > > I've got the following in my Apache httpd.conf: > > RewriteEngine On > RewriteLog "E:/rewrite.log" > RewriteLogLevel 3 > RewriteRule /cms/(.*) /cocoon/cms/$1 [PT] > > > Each time the page is visited, a new session ID is created. After checking > the logs, I noticed that the JSESSIONID isn't getting passed when using > mod_rewrite. Here's an excerpt from the log without using mod_rewrite: > > PARAM: 'cookie' VALUES: '[JSESSIONID=A897E11152D430961782D5C9D9E67211; > CMSUSER=mMsjah1coqlTGONdauaj1HrXi%2Fi2nT0lSZBixdwP%2BwQ%3D]' > PARAM: 'connection' VALUES: '[Keep-Alive]' > PARAM: 'accept-encoding' VALUES: '[gzip, deflate]' > PARAM: 'referer' VALUES: '[http://localhost/cocoon/cms/info/mission.html]' > PARAM: 'accept' VALUES: '[image/gif, image/x-xbitmap, image/jpeg, > image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, > application/msword, */*]' > PARAM: 'accept-language' VALUES: '[en-us]' > PARAM: 'user-agent' VALUES: '[Mozilla/4.0 (compatible; MSIE 6.0; Windows > NT 5.1; Q312461)]' > PARAM: 'host' VALUES: '[localhost]' > > And here's what happens when I use mod_rewrite: > PARAM: 'cookie' VALUES: > '[CMSUSER=mMsjah1coqlTGONdauaj1HrXi%2Fi2nT0lSZBixdwP%2BwQ%3D]' > PARAM: 'connection' VALUES: '[Keep-Alive]' > PARAM: 'accept-encoding' VALUES: '[gzip, deflate]' > PARAM: 'referer' VALUES: '[http://localhost/cms/news/news_story_1.html]' > PARAM: 'accept' VALUES: '[*/*]' > PARAM: 'accept-language' VALUES: '[en-us]' > PARAM: 'user-agent' VALUES: '[Mozilla/4.0 (compatible; MSIE 6.0; Windows > NT 5.1; Q312461)]' > PARAM: 'host' VALUES: '[localhost]' > > As you can tell, there's no JSESSIONID when I use mod_rewrite.. also, the > 'accept' parameter is different. > > If anybody can help me, I'd greatly appreciate it. Thanks:) > > Liam Morley > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. > > To unsubscribe, e-mail: > For additional commands, e-mail: > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: