Hi Guillaume,

that results in the following error:

Apr 18 15:35:27 jsvc.exec[823]: Apr 18, 2011 3:35:27 PM  
org.apache.jk.common.MsgAjp processHeader#012SEVERE: BAD packet  
signature 18245#012Apr 18, 2011 3:35:27 PM  
org.apache.jk.common.ChannelSocket processConnection#012SEVERE: Error,  
processing connection#012java.lang.IndexOutOfBoundsException#012#011at  
java.io.BufferedInputStream.read(BufferedInputStream.java:310)#012#011at  
org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:627)#012#011at  
org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:584)#012#011at  
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:692)#012#011at
 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897)#012#011at
 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)#012#011at
  
java.lang.Thread.run(Thread.java:662)


Cheers,
Stephanie



Quoting Guillaume Fenollar <[email protected]>:

> Hi Stephanie,
>
> Can you try to replace the ProxyPass part by:
>
> ProxyPass /xwikiv2
> ajp://localhost:8009/xwikiv2<http://localhost:8080/xwikiv2>
>> ProxyPassReverse /xwikiv2  
>> ajp://localhost:8009/xwikiv2<http://localhost:8080/xwikiv2>
>>
>
> Let me know if it's better.
> Regards,
>
> Guillaume
>
> 2011/4/18 Paul Libbrecht <[email protected]>
>
>> Depending on the version you use, and how much you tuned it, using a
>> different "context name" than /xwiki/ is likely to produce bizarre
>> behaviours i believe.
>>
>> Are you sure you need the <Proxy> section? Isn't that the door towards
>> opening your server to be exploited as a proxy to go outside?
>>
>> paul
>>
>>
>> Le 18 avr. 2011 à 13:28, [email protected] a écrit :
>>
>> >         Redirect /              /xwikiv2/
>> >
>> >         ProxyPass /xwikiv2      http://localhost:8080/xwikiv2
>> >         ProxyPassReverse /xwikiv2 http://localhost:8080/xwikiv2
>> >         ProxyPreserveHost       On
>> > </VirtualHost>
>> >
>> > So all communication should be encrypted and the user should
>> > immediately be redirected to the wiki.
>> >
>> > With these settings we encounter a strange behaviour. For example the
>> > Blog refuses to create a new category (see: [xwiki-users] Server not
>> > responding when creating a new Blog-Category). If I point my browser
>> > directly to my-domain.de:8080 I can create categories.
>> >
>> > Is the config file correct? Is there a better way?
>>
>> _______________________________________________
>> users mailing list
>> [email protected]
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> --
> Guillaume Fenollar
> [email protected]
> Skype: guillaume.fenollar
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to