prologic | works now :) thanks for helping |
redduck666 | what would be the reccomended to put only the authorization on ssl and leave the rest of the page on normal http? |
prologic | most do this yes in my case just now I'm preferring to ssl the whoele site sensitive data |
redduck666 | prologic: how do ''most'' do this? |
prologic | just from my expereince :) |
redduck666 | prologic: do you happen to have an example that puts just the login page on ssl? |
oink | I know I've asked this question two hours ago but.. If anyone as an idea why my caching reverse proxy is constantely doing conditional requests (If-modified-...) for images to an application server even when I set the max-age to 900s I'll be happy to know why ;-) |
countjocular | Has anybody used Pound (http://www.apsis.ch/pound/)? Is it any good? |
lamp | I've heard that the british use it ;) |
action | countjocular is British :-) |
countjocular | is British :-) |
yango | nah, kilograms are the only sane measure unit |
IPconfig | hey guys .. anyone running squirrelmail ? |
FauxFaux | Yep. |
redduck666 | anyone with the idea where can i find official documentation for AUTH_TYPE provided by mod_rewrite? http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html <-- mentiones that it exists, but not to what it can be set |
yango | I'd think it's either BASIC or DIGEST but you can be sure by enabling rewritelog |
redduck666 | hmmm yango: i was hoping i could in RewriteCond wether user is authorized or not, so i could RewriteRule him to ssl to authorize is this possible? |
yango | %{LA-U:REMOTE_USER} %{LA-U:REMOTE_USER}%{LA-U:REMOTE_USER} hehe, my connection lagged a lot |
redduck666 | hmmm |
action | redduck666 goes test |
redduck666 | goes test |
IPconfig | FauxFaux i am having issues forwading attachments that are larger than 1MB , i get a blank page , i have checked the values mentioned on the squirrelmail page , i.e. the values in php.ini but all are defaults 8MB have you had this issue before ? |
redduck666 | RewriteCond %{LA-U:REMOTE_USER} "" RewriteRule (/d.*) https://www.kiberpipa.org$1 |
IPconfig | resolved .. i removed the 8M value and made it 15M |
redduck666 | yango: this is what i have, but it still leaves me on http instead of https am i doing something wrong? |
Covener | redduck666: need explicit redirect [R} ? |
redduck666 | hmmm still, no go |
Covener | rewritelog would show you what's happening -- i assume you see a redirect w/o https? |