-
It has been decided that Restbed should focus on the server-side aspects of HTTP, SPDY, WebSocket and other protocols.
To achieve this we have decided to extract the HTTP/WebSocket client into a s…
-
```
mod_spdy currently only works for Apache 2.2. We should make it also available
for Apache 2.4.
```
Original issue reported on code.google.com by `mdste...@google.com` on 28 Jan 2013 at 3:09
-
```
mod_spdy currently only works for Apache 2.2. We should make it also available
for Apache 2.4.
```
Original issue reported on code.google.com by `mdste...@google.com` on 28 Jan 2013 at 3:09
-
```
Process: Inbox for Mac [76111]
Path: /Applications/Inbox for Mac.app/Contents/MacOS/Inbox for Mac
Identifier: alasdairmonk.Inbox-for-Mac
Version: …
-
```
The common way to force HTTP traffic over to HTTPS is to use mod_rewrite like
so:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
as described in e.g.:
http://www.c…
-
```
The common way to force HTTP traffic over to HTTPS is to use mod_rewrite like
so:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
as described in e.g.:
http://www.c…
-
```
The common way to force HTTP traffic over to HTTPS is to use mod_rewrite like
so:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
as described in e.g.:
http://www.c…
-
```
The common way to force HTTP traffic over to HTTPS is to use mod_rewrite like
so:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
as described in e.g.:
http://www.c…
-
```
The common way to force HTTP traffic over to HTTPS is to use mod_rewrite like
so:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
as described in e.g.:
http://www.c…
-
This is using the newly released `cabal-1.18.0`. I built it using a clean user package-db, using `GHC-7.6.2`.
Using parallel compilation and sandbox, cabal fails in building the packages and instead …