| *** aclark has quit IRC | 00:01 | |
| *** J1m_ has quit IRC | 00:02 | |
| *** thevishy has quit IRC | 00:18 | |
| *** thevishy has joined #zope | 00:21 | |
| *** thevishy has quit IRC | 00:33 | |
| *** Arfrever has quit IRC | 01:06 | |
| *** thevishy has joined #zope | 01:29 | |
| *** alecm has joined #zope | 01:37 | |
| *** thevishy has quit IRC | 01:38 | |
| *** daMaestro has quit IRC | 01:39 | |
| *** thevishy has joined #zope | 01:58 | |
| *** thevishy has quit IRC | 02:27 | |
| *** alecm has quit IRC | 02:45 | |
| *** alecm has joined #zope | 02:57 | |
| *** alecm has quit IRC | 03:12 | |
| *** alecm has joined #zope | 03:12 | |
| *** menesis has quit IRC | 04:04 | |
| *** kosh has joined #zope | 04:04 | |
| *** alecm has quit IRC | 06:20 | |
| *** ucokfm has joined #zope | 07:37 | |
| *** kosh has quit IRC | 07:45 | |
| *** KageSenshi has joined #zope | 08:58 | |
| *** sm_ has joined #zope | 09:02 | |
| *** sm has quit IRC | 09:03 | |
| *** Arfrever has joined #zope | 09:16 | |
| *** KageSenshi has quit IRC | 09:20 | |
| *** KageSenshi has joined #zope | 09:32 | |
| *** mwilkes|away has quit IRC | 10:03 | |
| *** MatthewWilkes has joined #zope | 10:04 | |
| *** giacomos has joined #zope | 10:21 | |
| *** thevishy has joined #zope | 10:35 | |
| *** MrTango has joined #zope | 11:10 | |
| *** maurits has joined #zope | 11:28 | |
| *** thevishy has quit IRC | 11:37 | |
| *** Pascal_1 has joined #zope | 11:45 | |
| Pascal_1 | hello | 11:46 |
|---|---|---|
| Pascal_1 | i past my question here : http://pastebin.com/VSmfgNTC , because it's long. | 11:47 |
| Pascal_1 | Does someone could help me ? | 11:47 |
| *** mitchell`off is now known as mitchell` | 12:01 | |
| betabug | Pascal_1: get a proper rewrite rule, from the rewrite rule witch: http://betabug.ch/zope/witch | 12:03 |
| Pascal_1 | betabug: sorry i was away, thanks for your help i'm going to try that | 12:10 |
| betabug | no problem, good luck | 12:10 |
| *** maurits1 has joined #zope | 12:14 | |
| *** maurits has quit IRC | 12:15 | |
| *** maurits has joined #zope | 12:18 | |
| *** maurits1 has quit IRC | 12:18 | |
| *** menesis has joined #zope | 12:22 | |
| Pascal_1 | betabug: have you got some minutes ? i think i'm doing wrong | 12:29 |
| betabug | tell me | 12:30 |
| Pascal_1 | i mdae some tests without success | 12:30 |
| Pascal_1 | here is the rule i've got : | 12:30 |
| Pascal_1 | RewriteRule ^/iut-chartres/scodoc($|/.*) http://127.0.0.1:8080/VirtualHostBase/https/%{SERVER_NAME}:443/VirtualHostRoot/_vh_iut-chartres/_vh_scodoc/$1 [L,P] | 12:31 |
| Pascal_1 | but i reach the "it works" page | 12:31 |
| Pascal_1 | not the application page | 12:31 |
| betabug | is rewriting enabled? | 12:31 |
| Pascal_1 | hmm i add the last "/" before $1 to test | 12:31 |
| Pascal_1 | RewriteEngine on | 12:32 |
| Pascal_1 | ? | 12:32 |
| betabug | did you set the rewrite log and see what it says? | 12:32 |
| Pascal_1 | RewriteLog /var/log/rewrite.ssl | 12:32 |
| Pascal_1 | RewriteLogLevel 0 | 12:32 |
| betabug | maybe you need to raise the log level | 12:32 |
| Pascal_1 | hmmm 0 is the reason because rewrite-ssl is empty ? | 12:33 |
| Pascal_1 | what is the good level ? | 12:33 |
| betabug | dunno, I guess so | 12:33 |
| betabug | try 9 | 12:33 |
| betabug | and switch it off when you don't need it any more | 12:33 |
| Pascal_1 | do you want i paste the result of log ? | 12:34 |
| betabug | no, it's your job to check it :-) | 12:35 |
| *** thevishy has joined #zope | 12:35 | |
| Pascal_1 | hmmm it's hard for me..... | 12:36 |
| betabug | go through a request step by step | 12:36 |
| betabug | do you get in on the right URL? what is it trying to match? where does it give up? | 12:36 |
| betabug | but to tell you the truth, usually the rewrite rules from the witch just work | 12:37 |
| Pascal_1 | betabug: actually it works with private address with the rule i pasted | 12:37 |
| Pascal_1 | i'd like to make it work from outside with the reverse proxy rule | 12:38 |
| betabug | you don't need the reverse proxy rule, the rewrite rule does that already | 12:38 |
| betabug | having both won't work | 12:38 |
| Pascal_1 | i need reverse proxy to make my "private" server reachable from outside | 12:39 |
| Pascal_1 | as you said actually i use both reverse proxy rules and rewrite rule | 12:40 |
| betabug | the rewrite rule does that already | 12:40 |
| betabug | that is the P in the options IIRC | 12:40 |
| betabug | consult the docs on that one maybe | 12:41 |
| Pascal_1 | i cant touch on the reverse proxy, the responsible put theses rules to make my private server reachable from outside | 12:41 |
| betabug | ok, consult a bible then ;-) | 12:42 |
| betabug | can't help you any more | 12:42 |
| Pascal_1 | no problem thanks anyway | 12:42 |
| betabug | yw | 12:42 |
| Pascal_1 | just one question, why with the rule from withc, it try to reach index.html ? | 12:48 |
| betabug | the logs should tell you, I don't know | 12:49 |
| *** River_Rat has joined #zope | 13:02 | |
| *** RiverRat has quit IRC | 13:04 | |
| *** River_Rat is now known as RiverRat | 13:11 | |
| *** KageSenshi has quit IRC | 13:44 | |
| *** ucokfm has quit IRC | 13:45 | |
| *** yvl has quit IRC | 14:33 | |
| *** yvl has joined #zope | 15:32 | |
| *** J1m_ has joined #zope | 16:05 | |
| *** kosh has joined #zope | 16:24 | |
| *** menesis has quit IRC | 16:26 | |
| *** fdrake1 has joined #zope | 16:32 | |
| *** fdrake1 has left #zope | 16:32 | |
| *** MatthewWilkes is now known as mwilkes|away | 17:26 | |
| *** kosh has quit IRC | 17:35 | |
| *** mwilkes|away is now known as MatthewWilkes | 17:38 | |
| *** menesis has joined #zope | 17:39 | |
| *** daMaestro has joined #zope | 17:46 | |
| *** supton has joined #zope | 18:03 | |
| *** alecm has joined #zope | 18:49 | |
| *** alecm has joined #zope | 18:49 | |
| *** maurits has quit IRC | 19:09 | |
| *** maurits has joined #zope | 19:15 | |
| *** maurits has quit IRC | 19:16 | |
| *** regebro|afk has joined #zope | 19:21 | |
| *** MatthewWilkes is now known as mwilkes|away | 19:21 | |
| *** MrTango has quit IRC | 19:23 | |
| *** regebro|afk is now known as regebro | 19:30 | |
| *** tiwula has joined #zope | 19:31 | |
| *** yvl has quit IRC | 19:46 | |
| *** thevishy has quit IRC | 20:08 | |
| *** mitchell` is now known as mitchell`off | 20:18 | |
| *** supton has quit IRC | 21:08 | |
| *** giacomos has quit IRC | 21:08 | |
| *** Arfrever has quit IRC | 21:08 | |
| *** betabug has quit IRC | 21:08 | |
| *** JT has quit IRC | 21:08 | |
| *** jham has quit IRC | 21:08 | |
| *** sm_ has quit IRC | 21:08 | |
| *** jwr_ has quit IRC | 21:08 | |
| *** RiverRat has quit IRC | 21:09 | |
| *** mitchell`off has quit IRC | 21:09 | |
| *** mgedmin has quit IRC | 21:09 | |
| *** alecm has quit IRC | 21:09 | |
| *** menesis has quit IRC | 21:09 | |
| *** [Arfrever] has quit IRC | 21:09 | |
| *** mwilkes|away has quit IRC | 21:09 | |
| *** bosim has quit IRC | 21:09 | |
| *** moo-_- has quit IRC | 21:09 | |
| *** purserj has quit IRC | 21:09 | |
| *** kiorky has quit IRC | 21:09 | |
| *** _mup_ has quit IRC | 21:09 | |
| *** ree has quit IRC | 21:09 | |
| *** harrow has quit IRC | 21:09 | |
| *** mcdonc has quit IRC | 21:09 | |
| *** fdrake has quit IRC | 21:09 | |
| *** gawel has quit IRC | 21:09 | |
| *** alecm has joined #zope | 21:10 | |
| *** supton has joined #zope | 21:10 | |
| *** menesis has joined #zope | 21:10 | |
| *** RiverRat has joined #zope | 21:10 | |
| *** giacomos has joined #zope | 21:10 | |
| *** mwilkes|away has joined #zope | 21:10 | |
| *** Arfrever has joined #zope | 21:10 | |
| *** sm_ has joined #zope | 21:10 | |
| *** betabug has joined #zope | 21:10 | |
| *** JT has joined #zope | 21:10 | |
| *** jwr_ has joined #zope | 21:10 | |
| *** gawel has joined #zope | 21:10 | |
| *** ree has joined #zope | 21:10 | |
| *** bosim has joined #zope | 21:10 | |
| *** fdrake has joined #zope | 21:10 | |
| *** moo-_- has joined #zope | 21:10 | |
| *** purserj has joined #zope | 21:10 | |
| *** mcdonc has joined #zope | 21:10 | |
| *** [Arfrever] has joined #zope | 21:10 | |
| *** mgedmin has joined #zope | 21:10 | |
| *** _mup_ has joined #zope | 21:10 | |
| *** jham has joined #zope | 21:10 | |
| *** mitchell`off has joined #zope | 21:10 | |
| *** kiorky has joined #zope | 21:10 | |
| *** harrow has joined #zope | 21:10 | |
| *** harrow has quit IRC | 21:14 | |
| *** kiorky has quit IRC | 21:14 | |
| *** _mup_ has quit IRC | 21:14 | |
| *** ree has quit IRC | 21:14 | |
| *** supton has quit IRC | 21:14 | |
| *** giacomos has quit IRC | 21:14 | |
| *** Arfrever has quit IRC | 21:14 | |
| *** betabug has quit IRC | 21:14 | |
| *** JT has quit IRC | 21:14 | |
| *** jham has quit IRC | 21:15 | |
| *** sm_ has quit IRC | 21:15 | |
| *** jwr_ has quit IRC | 21:15 | |
| *** RiverRat has quit IRC | 21:15 | |
| *** mitchell`off has quit IRC | 21:15 | |
| *** mgedmin has quit IRC | 21:15 | |
| *** alecm has quit IRC | 21:15 | |
| *** menesis has quit IRC | 21:15 | |
| *** [Arfrever] has quit IRC | 21:15 | |
| *** mwilkes|away has quit IRC | 21:15 | |
| *** bosim has quit IRC | 21:15 | |
| *** moo-_- has quit IRC | 21:15 | |
| *** purserj has quit IRC | 21:15 | |
| *** mcdonc has quit IRC | 21:15 | |
| *** fdrake has quit IRC | 21:15 | |
| *** gawel has quit IRC | 21:15 | |
| *** alecm has joined #zope | 21:16 | |
| *** supton has joined #zope | 21:16 | |
| *** menesis has joined #zope | 21:16 | |
| *** RiverRat has joined #zope | 21:16 | |
| *** giacomos has joined #zope | 21:16 | |
| *** mwilkes|away has joined #zope | 21:16 | |
| *** Arfrever has joined #zope | 21:16 | |
| *** sm_ has joined #zope | 21:16 | |
| *** betabug has joined #zope | 21:16 | |
| *** JT has joined #zope | 21:16 | |
| *** jwr_ has joined #zope | 21:16 | |
| *** gawel has joined #zope | 21:16 | |
| *** ree has joined #zope | 21:16 | |
| *** bosim has joined #zope | 21:16 | |
| *** fdrake has joined #zope | 21:16 | |
| *** moo-_- has joined #zope | 21:16 | |
| *** purserj has joined #zope | 21:16 | |
| *** mcdonc has joined #zope | 21:16 | |
| *** [Arfrever] has joined #zope | 21:16 | |
| *** mgedmin has joined #zope | 21:16 | |
| *** _mup_ has joined #zope | 21:16 | |
| *** jham has joined #zope | 21:16 | |
| *** mitchell`off has joined #zope | 21:16 | |
| *** kiorky has joined #zope | 21:16 | |
| *** harrow has joined #zope | 21:16 | |
| *** menesis has quit IRC | 21:31 | |
| *** regebro has quit IRC | 21:33 | |
| *** daMaestro has quit IRC | 21:33 | |
| *** daMaestro has joined #zope | 21:33 | |
| *** regebro has joined #zope | 21:33 | |
| *** sm_ has quit IRC | 21:47 | |
| *** mwilkes|away is now known as MatthewWilkes | 21:56 | |
| *** J1m has joined #zope | 22:01 | |
| *** J1m has quit IRC | 22:03 | |
| *** J1m_ has quit IRC | 22:04 | |
| *** sm has joined #zope | 22:18 | |
| *** giacomos has quit IRC | 22:21 | |
| *** J1m has joined #zope | 22:46 | |
| *** MatthewWilkes is now known as mwilkes|away | 23:48 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!