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
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: users-bounces@openser.org [mailto:users-bounces@openser.org] 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 Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
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: users-bounces@openser.org [mailto:users-bounces@openser.org] 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 Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
Thanks for your answer, but when I comment ProxyVia its works fine. Now I have another question. I want to authenticate using RADIUS. I was searching and found the Auth_Container_RADIUS class. But I'm not a PHP programmer. Can you help me change authentication to RADIUS?
Thanks, Hildebrando
-----Mensagem original----- De: Adrian Georgescu [mailto:ag@ag-projects.com] Enviada em: segunda-feira, 2 de abril de 2007 14:57 Para: Hildebrando Trannin Cc: users openser.org Assunto: Re: RES: [Users] Simple xcap-emulator for OpenSER
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: users-bounces@openser.org [mailto:users-bounces@openser.org] 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 Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users