Re: ServerRoot bei modproxy

2009-12-22 Thread Mario Brandt
Hi, der Trick ist es das mit mod_proxy_html umschreiben zu lassen Bei deiner config fehlen nur noch ein paar Zeilen Hier mal ein komplettes Beispiel ProxyPass /google/ http://www.google.com/ ProxyPassReverse /google/ http://www.google.com/ ProxyHTMLURLMap http://www.google.com /google/

Re: ServerRoot bei modproxy

2009-12-22 Thread nemesis
Hi, erstmal danke für die Antwort ! ich habe dein Beispiel übernommen und die Adressen angepasst, aber: ich glaube es werden links, die aus Javascripts oder so kommen nicht richtig aufgelöst, denn dort lande ich immer noch im ServerRoot des Apachen und in den logs finde ich noch den Fehler:

Re: ServerRoot bei modproxy

2009-12-22 Thread Mario Brandt
Hallo, so weit ich weiß ändert mod_proxy_html nur im Quellcode der Seite und nicht in externen javascript Dateien. So etwas geht mit mod_sed ganz gut. Ich weiß aber nicht ob mod_sed in kombination mit mod_proxy_html funktioniert. Theoretisch müßte es dass, denn mod_sed ist ein reiner filter bei

Re: ServerRoot bei modproxy

2009-12-22 Thread nemesis
Hi, alles klar, das mit dem flash funktioniert nun auch, ich musste nur noch für den einen oder anderen unterordner auch solch eine Regel erstellen, sonst hat er ihn, warum auch immer, im root des Apachen gesucht. ich sag mal Danke ! MfG Mario Brandt schrieb: Hallo, so weit ich weiß

[us...@httpd] URL re-writing problem

2009-12-22 Thread vijay shanker
Hi all, I am very new to httpd server. And i have a immediate problem to solve. My server instance is running on centos box. If a request comes to my server as http://sub-domain.domain.com --- This should be translated to --- http://domain.com/key/sub-domain --- I have configured many

Re: [us...@httpd] Newbie question:How to change chunk size?

2009-12-22 Thread Matus UHLAR - fantomas
On 18.12.09 16:24, zmerry wrote: When I use Apache and PHP to learn Chunked Transfer Encoding, I found all chunk-size are about 8k bytes. However, I saw some chunk-size are less than 100 bytes in a http tutorial. I spend lots of time trying to solve the question, but get nothing. Could

RE: [us...@httpd] URL re-writing problem

2009-12-22 Thread Oliver Schoenborn
Vijay, If you have a small number of subdomains, I would try, for each one: virtualhost *:80 ServerName subdomainN.domain.com ProxyRequests off ProxyPass / http://domain.com/key/subdomainN ProxyPassReverse / http://domain.com/key/subdomainN /virtualhost Otherwise I

[us...@httpd] Searching for a powerfull apache log analizer

2009-12-22 Thread Frank Bonnet
Hello As described uin the subject I'm searching for such piece of software it might be freeware or commercial but must runs with Linux. A highly configurable software is a must as we need to do a lot of statistics ( per user, IP , auth successful , auth not successful ...) Graphical reports

Re: [us...@httpd] Searching for a powerfull apache log analizer

2009-12-22 Thread André Warnier
Frank Bonnet wrote: Hello As described uin the subject I'm searching for such piece of software it might be freeware or commercial but must runs with Linux. A highly configurable software is a must as we need to do a lot of statistics ( per user, IP , auth successful , auth not successful ...)

Re: [us...@httpd] Request Counting algorithm

2009-12-22 Thread ricardo figueiredo
Sorry But doesn't work I added RR in the end of mod_proxy !!! Ricardo On Mon, Dec 21, 2009 at 3:06 PM, Jim Jagielski j...@apache.org wrote: Yep On Dec 21, 2009, at 10:54 AM, ricardo figueiredo wrote: I found this link:

Re: [us...@httpd] Searching for a powerfull apache log analizer

2009-12-22 Thread Bogdan Cristea
On Tuesday 22 December 2009 18:12:58 Frank Bonnet wrote: Hello As described uin the subject I'm searching for such piece of software it might be freeware or commercial but must runs with Linux. A highly configurable software is a must as we need to do a lot of statistics ( per user, IP ,

Re: [us...@httpd] HTTP fine, SSL segfaults every time; 2.2.14 on Solaris 10 x86. Backtrace included

2009-12-22 Thread Chris Copeland
Jeff, thanks for the help. Replacing that file solved my problem. I could use some guidance on what to do now. I am building packages for use on production servers. * Would 2.2.14 with this patch suitable for use on a production server? * Would an earlier version of 2.2 be better for my

Re: [us...@httpd] HTTP fine, SSL segfaults every time; 2.2.14 on Solaris 10 x86. Backtrace included

2009-12-22 Thread Jeff Trawick
On Tue, Dec 22, 2009 at 1:02 PM, Chris Copeland ch...@cope360.com wrote: Jeff, thanks for the help.  Replacing that file solved my problem. I could use some guidance on what to do now.  I am building packages for use on production servers.  * Would 2.2.14 with this patch suitable for use on

Re: [us...@httpd] Alias for htaccess

2009-12-22 Thread Jaap A. Haitsma
Thanks for your help. It now works like a charm Jaap On Mon, Dec 21, 2009 at 15:58, Eric Covener cove...@gmail.com wrote: On Mon, Dec 21, 2009 at 9:56 AM, André Warnier a...@ice-sa.com wrote: RewriteCond %{HTTP_HOST} ^(www\.)maindomain.com$ or rather : RewriteCond %{HTTP_HOST}

[us...@httpd] Sporadic Apache delays

2009-12-22 Thread Alok Chugh
Hi Apache Gurus, I am really troubled by this. Please provide your suggestions on how to address this: My website is having sporadic delays (about 1% of requests are delayed). Most of the delayed resources are placed locally on the same box as Apache only and are not being proxied... See the

[us...@httpd] Apache config

2009-12-22 Thread cpanon
Hello I have a Apache2.054 system that was working perfectly with https for months.  I was able to see the specific secured page, it was loading my certificate file, excellent.  All of a sudden, with no change in the configuration, really, it is no longer listening on 443.  I have the log as

Re: [us...@httpd] URL re-writing problem

2009-12-22 Thread Igor Cicimov
Only this %(HTTP_HOST) should be in curly brackets On Wed, Dec 23, 2009 at 1:51 AM, Oliver Schoenborn scho...@cae.com wrote: Vijay, If you have a small number of subdomains, I would try, for each one: virtualhost *:80 ServerName subdomainN.domain.com ProxyRequests off ProxyPass

[us...@httpd] Http server not working from everywhere

2009-12-22 Thread Pop123
I installed apache http server 2 on my ubuntu linux computer at home. I also have a router which I forwarded the http port to that computer. My problem is that my friend, who is not on the same network, can access my website without any problem. But at my girlfriends house, I can't get access to

Re: [us...@httpd] Apache config

2009-12-22 Thread Devraj Mukherjee
Provide us some more information please. - What OS are you using? - If Linux can you do something like a netstat --listen and see if 443 is being used. - Change in firewall configuration On Wed, Dec 23, 2009 at 12:15 PM, cpanon cpa...@yahoo.com wrote: Hello I have a Apache2.054 system that

Re: [us...@httpd] Apache config

2009-12-22 Thread Vincent Jong
if you've restarted apache recently, apache 2.0.54 requires the use of startssl to start up apache. ie. [ /foo ]# apachectl startssl On Tue, Dec 22, 2009 at 8:23 PM, Devraj Mukherjee dev...@gmail.com wrote: Provide us some more information please. - What OS are you using? - If Linux can you

Re: [us...@httpd] Sporadic Apache delays

2009-12-22 Thread Sander Temme
Alok, This is indeed very strange. Rest assured that Apache does not have a swamp-1%-of-requests-just-to-mess-with-Alok config option: we would not turn that on by default. How does the delay manifest itself? Are you running analysis software like Wily CEM or Tealeaf? Search for

[us...@httpd] Localized Apache webserver

2009-12-22 Thread kaustubh . deo
Hello, I would like to know if Apache webserver can generate localized logging. For example, If I install Apache webserver on Japanese OS or English OS with system locale changes to japanese, is it possible to generate http logs in Japanese language since the administrator will be japanese