Re: [users] test mail

2014-06-13 Thread Cain Dickens
oh.hi. nice to meet u. cain dickens 2014-6-13 下午5:12于 "Deepak Rokade" 写道: > Testing since I have got lots of mail deliveries failed. > > -- > > Deepak Rokade >

Re: [users] Case Insensitive URL

2014-06-13 Thread Pankaj Singh
You can use the following code in your .htaccess file; RewriteEngine on RewriteMap lower int:tolower RewriteCond ${lower:%{REQUEST_URI}} -U RewriteRule [A-Z] ${lower:%{REQUEST_URI}} [R=302,L] On Fri, Jun 13, 2014 at 6:33 AM, P. Guethlein wrote: > Ubuntu 12.04 LTS Apache 2.2.22 > > I need to

[users] Re: Failed to setup proxy with SSL for gevent socket io server

2014-06-13 Thread Deepak Rokade
When I try as below , I am able to access my socketio server though I have to accept exception twice: my configuration in apache File : httpd.conf ServerName myserver Redirect permanent /socket.io https://myserver:8081/ Redirect permanent / https://myserver:8443/ Docume

[users] Re: Failed to setup proxy with SSL for gevent socket io server

2014-06-13 Thread Deepak Rokade
Below are logs from apache server when I use mod_proxy. [Wed Jun 11 08:00:36 2014] [debug] ssl_engine_io.c(1875): +-+ [Wed Jun 11 08:00:36 2014] [info] Initial (No.1) HTTPS request received for child 0 (server myserver:443)

[users] test mail

2014-06-13 Thread Deepak Rokade
Testing since I have got lots of mail deliveries failed. -- Deepak Rokade

[users] Failed to setup proxy with SSL for gevent socket io server

2014-06-13 Thread Deepak Rokade
I am running my gevent socketio server on port 8081. My django website is running on port 8443 through https which is accessed by user from port 8080. I want to use proxy SSL connection for socketio server through mod_proxy. Below is what I am trying but when I access socketio URL , it gives me in