apache tomcat

2006-02-01 Thread Christian Hörmann
hallo liste! eine firma möchte für eine bestimmte applikation den apache tomcat auf unseren clients installieren. das problem ist nur, die clients sind arbeitsplätze. meine frage: hat jemand erfahrung damit, ob apache tomcat ordentlich ressourcen frisst und das arbeiten drastisch

AW: apache tomcat

2006-02-01 Thread HMeissner
hi, läuft einwandfrei und schnell ... mit xms 256m xms 256m ... grüße h1 -Ursprüngliche Nachricht- Von: Christian Hörmann [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 1. Februar 2006 16:00 An: APACHE Betreff: apache tomcat hallo liste! eine firma möchte für eine bestimmte applikation

search and replace stings in html page

2006-02-01 Thread yokosafati
Hallo List members, I am using apache2 as a reverseproxy and would like to parse the html page for some strings (words) and replace it with another string (= search and replace) before being forwarded to the client. However, I have not found any suitable way of doing it. I have googled everywhere

Re: [EMAIL PROTECTED] AddDefaultCharset and Multiple Encodings

2006-02-01 Thread Nick Kew
On Wednesday 01 February 2006 05:41, Skating Jim wrote: The basis for my comment is that the Apache documentation for AddDefaultCharset says: This should override any charset specified in the body of the response via a META element, though the exact behavior is often dependent on the

[EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Sebastian Reitenbach
Hi, I am trying to do the following with the apache proxy module: I want to use apache proxy module for http, ftp and https (for some special trusted hosts) and redirect it to mod_clamav. This works very well for http and ftp. scanning https does not work, therefore I want to

[EMAIL PROTECTED] htaccess AuthType Basic: some files get served without a password challenge!

2006-02-01 Thread Peter
# for basic deny from all AuthType Basic AuthUserFile /home/content/sec/pwfile AuthGroupFile /dev/null AuthName Restricted Area This is my htaccess file and when a user accesses this dir, a username password challenge comes up and works fine. HOWEVER certain file types are served right away

Re: [EMAIL PROTECTED] make error

2006-02-01 Thread Dave Floyd
Hi Jon, I suspect the base cause of your problems is the gcc version. when I last installed apache on solaris8 x86, I used gcc 3.4.2 and had no problems. 2.9.5 is very old. rgds I'm now trying to install 2.0.55 and receiving the error below. I'm not using the ksh. Found newer headers.

[EMAIL PROTECTED] different page per user-agent

2006-02-01 Thread Oren Gozlan
I know it is possible ... but don't know how ... I want to show different page for each different user-agent (simple redirect) all will access index.html, if user agent is x - then x.html if user agent is Y - then y.html any easy way to do it ? Oren

RE: [EMAIL PROTECTED] htaccess AuthType Basic: some files get served without a password challenge!

2006-02-01 Thread Boyle Owen
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Peter Sent: Mittwoch, 1. Februar 2006 11:57 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] htaccess AuthType Basic: some files get served without a password challenge! # for basic deny from all

[EMAIL PROTECTED] Not seeing helloworld.html in /var/www/htdocs

2006-02-01 Thread myles dolan
Good Morning I have a basic Hello World html in the apache document area /var/www/htdocs but I cant see it using my firefoxnavigator (using http://localhost/myworld.html or http://www.example.com/myworld.html). Localhost and 127.0.0.1 ping without problem. The important lnes in http.conf are

RE: [EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Axel-Stéphane SMORGRAV
Do you have both proxymatch blocks in the same configuration ?? -ascs -Original Message- From: Sebastian Reitenbach [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 10:41 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] only allowing specific hosts via https proxy

RE: [EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Sebastian Reitenbach
Hi, Axel-Stéphane__SMORGRAV [EMAIL PROTECTED] wrote: Do you have both proxymatch blocks in the same configuration ?? no, I tested with the first ProxyMatch, and the http site was blocked, then I added the s to the http and restarted apache. And I was able to retrieve the https site. The

RE: [EMAIL PROTECTED] Not seeing helloworld.html in /var/www/htdocs

2006-02-01 Thread Boyle Owen
-Original Message- From: myles dolan [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 1. Februar 2006 12:51 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Not seeing helloworld.html in /var/www/htdocs Good Morning I have a basic Hello World html in the apache document area

RE: [EMAIL PROTECTED] Not seeing helloworld.html in /var/www/htdocs

2006-02-01 Thread Axel-Stéphane SMORGRAV
What do the access and error log files say? -ascs -Original Message- From: myles dolan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 12:51 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Not seeing helloworld.html in /var/www/htdocs Good Morning I have a basic

RE: [EMAIL PROTECTED] RE: htaccess AuthType Basic: some files get served without a password challenge!

2006-02-01 Thread Boyle Owen
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Peter You may email me privately, and I will provide a true URL. Thx shoot... Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. Same with

[EMAIL PROTECTED] Virtual host

2006-02-01 Thread info . raa
Hi guys! I have no clue about BIND, so the easy way to start was relying on IP to rise my first site. I have used my own ip/adpter, now i need to build another site within my apache 2.0.52 on the same machine. i have tried another IP but the result you can imagine... How do i do it? Do i

RE: [EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Axel-Stéphane SMORGRAV
The thing is that the URL requested by the CONNECT method is not prefixed with http://. Therefore, ProxyMatch ^https will never match anything unless the host name is https. The following wil disallow access to http://www.forbidden.com/ (which translates into GET http://www.forbidden.com/;)

Re: AW: [EMAIL PROTECTED] Apache drops connection but ifdown/up resolves the issue!

2006-02-01 Thread Neil A. Hillard
Hi, [EMAIL PROTECTED] wrote: Are you running out of file descriptors with your Apache Process ? [ulimit -a] I don't believe so, results of ulimit -a: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited pending

Re: [EMAIL PROTECTED] Redirect

2006-02-01 Thread Joshua Slive
On 2/1/06, Dr. Stephen Judd [EMAIL PROTECTED] wrote: Try google on redirect html and take the very first link. If that's not what you meant, please be more clear. It's actually better to do this at the http protocol level rather than using html meta tags. In httpd.conf: RedirectMatch ^/$

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-01 Thread Joshua Slive
See the section Browser Dependent Content in http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#content Joshua. On 2/1/06, Oren Gozlan [EMAIL PROTECTED] wrote: I know it is possible ... but don't know how ... I want to show different page for each different user-agent (simple redirect)

RE: [EMAIL PROTECTED] only allowing specific hosts via https proxy

2006-02-01 Thread Sebastian Reitenbach
Hi, that helped me to do what I wanted. Now my apache configuration looks like this: ProxyMatch .* deny from all /ProxyMatch ProxyMatch ^www.trustedhost1.com|^www.trustedhost2.com|http://.*|ftp://.*; allow from all SetOutputFilter CLAMAV /ProxyMatch allows me to

[EMAIL PROTECTED] Re: Precompiled Mod_SSL binaries for Win32 and Apache 1.3

2006-02-01 Thread Joost de Heer
Jason J. Czerak wrote: Anyone have a link to such a binary? I can't find one at all! Is there a reason why you still want to use 1.3? Active development for this version has been stopped for quite a while now. Joost - The

[EMAIL PROTECTED] Re: Precompiled Mod_SSL binaries for Win32 and Apache 1.3

2006-02-01 Thread Jason J. Czerak
It was going to be a possible solution to a problem on Win32 with threads and Apache 2 and modperl 2 that was just breaking things under any sort of load. Our production boxen still use apache 1.3 and friends. :) But, because of the beloved QA process. things have to sit where they are. On

Re: [EMAIL PROTECTED] make error

2006-02-01 Thread Jonathan Mangin
I've upgraded gcc to 3.3.2 on Solaris 8x86, and most other build tools.(?) I'm now getting: Undefined first referenced symbol in file ap_mpm_run server/.libs/libmain.a(main.o) ap_send_error_response

Re: [EMAIL PROTECTED] Win32 Apahce 2.0.55 mod_ssl Apache::ASP

2006-02-01 Thread William A. Rowe, Jr.
Jason J. Czerak wrote: I'm benchmarking one of our sites. After some debugging I have found that when the site has ssl enabled, performance starts to degrade very rapidly, even to the point of rendering the server useless after 20 concurrent users. The servers CPU resources are 2% at this

Re: [EMAIL PROTECTED] Cookie problem in IE, but not FF

2006-02-01 Thread Boysenberry Payne
You'll probably get a better response from the mailing list that are more geared towards Apache2::Cookie... the mod_perl list is: modperl@perl.apache.org The module specific list for Apache2::Cookie is: apreq-dev@httpd.apache.org Without knowing what you're trying to do with your code I might

[EMAIL PROTECTED] Apache 2.0.52 mod_jk1.2.8 rewrite rule bug dealing with %23

2006-02-01 Thread Mohammed Rahman
I had following rewrite rule toforward http requests for everything in "Windchill" webapps to https RewriteEngine On RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^/Windchill/(.*) https://%{SERVER_NAME}/Windchill/$1 [NE,R]When it tries to rewrite following URL to https with no escaping

Re: [EMAIL PROTECTED] make error

2006-02-01 Thread Jonathan Mangin
I've upgraded gcc to 3.3.2 on Solaris 8x86, and most other build tools.(?) I'm now getting: I did find that RM and AWK needed their definitions added in httpd-2.0.55/build/config_vars.mk. I'm using gawk-3.1.4 and getting: awk -f

[EMAIL PROTECTED] Apache 1.3.34 make error:

2006-02-01 Thread Mukarram Syed
ild/apache-modssl.sephorakiosk.20060201/openssl-0.9.8a/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit dependency /usr/lib/libdl.so.1)dlopen /opt/home/msyed/apache-build/apache-modssl.sephorakiosk.20060201/openssl-0.9.8a/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit dependency /usr/lib/

[EMAIL PROTECTED] Off-topic. Domain (nameservers not transfered)

2006-02-01 Thread Alvaro Cobo
Hi guys:Sorry for this off-topic, but I think this is of interest of all of us whichwork with domains and stuff...One month ago I have asked my current hosting service to cancel their serviceand to change the nameserver from their to the server of the new hosting Ihave hired. They have

Re: [EMAIL PROTECTED] Off-topic. Domain (nameservers not transfered)

2006-02-01 Thread or in Portland Maine
transfer your domain to a registrar that cares about your business more than that of a reseller. several registrars are exemplary, most are hohum, and several are less than hohum. my 2 beads worth. your milage may vary. - The

Re: [EMAIL PROTECTED] Off-topic. Domain (nameservers not transfered)

2006-02-01 Thread Boysenberry Payne
If they're a business you can report them to the better business bureau, or something similar. Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Feb 1, 2006, at 9:42 PM, Alvaro Cobo wrote: Hi guys: Sorry for this off-topic, but I think this is of interest of all of us

Re: [EMAIL PROTECTED] AddDefaultCharset and Multiple Encodings

2006-02-01 Thread Skating Jim
--- Nick Kew [EMAIL PROTECTED] wrote: On Wednesday 01 February 2006 05:41, Skating Jim wrote: The basis for my comment is that the Apache documentation for AddDefaultCharset says: This should override any charset specified in the body of the response via a META element, though the