Did you enable the Proxy and Rewrite modules in Apache web server? Depending on your Apache version you may need to fine tune your configuration and enable rewrite engine logging to troubleshoot your setup.

Adrian

On Apr 2, 2007, at 8:15 PM, Hildebrando Trannin wrote:

Hi Adrian / Klaus,

I downloaded the xcap server emulator and follow the README file. It looks fine, but when I used eyebeam to communicate with it, I got 404 Not Found for GET methods and 403 Forbidden for PUT. I disabled the SSL to see the HTTP messages. I think the problem occurs because the APACHE is not mapping /xcap-root/(.*) to /xcap-root/index.php. The problem is really it? Can you
help me?

My Virtual Host:
/etc/apache2/httpd.conf

<VirtualHost xcapserver:443>
   ServerName          xcapserver
   DocumentRoot        /var/www/xcap-root
   RewriteEngine       On
   RewriteRule         /xcap-root/(.*) /xcap-root/index.php
   ProxyVia            On

 #  SSLEngine           On
 #  SSLCertificateFile    /etc/apache2/ssl/xcapserver.crt
 #  SSLCertificateKeyFile /etc/apache2/ssl/xcapserver.key
</VirtualHost>


Thanks,
        Hildebrando

-----Mensagem original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de
Adrian Georgescu
Enviada em: terça-feira, 27 de março de 2007 13:57
Para: users openser.org
Cc: Klaus Darilion
Assunto: [Users] Simple xcap-emulator for OpenSER

Hello,

We wrote a simple xcap emulator to be able to manage the XCAP
documents used by OpenSER presence agent, by using PHP scripts in
combination with Apache web server.

I have tested it against OpenSER with MySQL and Eyebeam for Apple.
Klaus Darilion has tested it against Postgress and Eyebeam for Windows.

The software can be downloaded from:

http://download.dns-hosting.info/XCAP/xcap-0.5.tar.gz

Regards,
Adrian


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users



_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to