Re: [EMAIL PROTECTED] Simple Rewrite Question

2006-12-14 Thread Roman Fiedler
Seems that you are redirecting to yourself: You need a (virtual)host for servername, in this you redirect to servername.mydomain The (virtual)host servername.mydomain then has the correct SSL certificate and so on but does not redirect to somewhere else. Does not work. I get an error mess

Re: [EMAIL PROTECTED] Simple Rewrite Question

2006-12-14 Thread Roman Fiedler
Huesser Peter wrote: Hello Within a virtual server I want every request of the form https://servername to be redirected to https://servername.mydomain . Can somebody give me a hint which RewriteRule and RewriteCond I have to use? Thanks’

Re: [EMAIL PROTECTED] Apache fails to detect client closing connection with windows firewall on client

2006-11-23 Thread Roman Fiedler
Hi, seems to be just a firewalling/networking problem. The httpd cannot operate on the protocol stack level since it does not have the right privileges. It could be that your client closes the socket (FIN-ACK), but the the firewall blocks further TCP-packets from the server to your local prot

Re: [EMAIL PROTECTED] maxfilesixe

2006-11-17 Thread Roman Fiedler
Di Giambelardini Gabriele wrote: Hi to all, it's my first time in this mailinglist. I have a problem with apache, i have configured an virtualhost and i must download from the site, by the virtualhost, one file of 4GB, but i can't. somebody know how i must do for configura apache to download

[EMAIL PROTECTED] Is VirtualHost + mod_rewrite + ReverseProxy + LimitRequestBody possible?

2006-11-17 Thread Roman Fiedler
Hi Everybody, We are trying to establish an apache setup where one virtual hosts (public.test.com) has rewrite rules to forward the requests to another http server in the DMZ (hidden.test.com). Now we want to restrict the maximum POST request size for these forwarded requests since the server