RE: Apache startet nicht mehr

2006-04-10 Thread Oliver.Schaudt
Hallo Wolfgang, hast du dem virtuellen Server weniger RAM spendiert wie vorher ? Das der httpd -X funktioniert wundert nicht, denn da läuft immer nur 1 Prozess und er forkt keine neuen. Er hat wohl gerade soviel RAM übrig, um einen Prozess zu starten, aber dann keine weiteren. Gruss Oliver

Problem Apache2_modssl komische Fehlermeldung

2006-04-10 Thread Florian Timm Schubert
Hallo Liste! Seit ein paar Tagen habe ich Apache 2.0.55 mit mod_ssl unter FreeBSD 5.4 am laufen. Alles funktioniert wunderbar. Nur im Logfile tauchen z.T. pro Tag mehrere Dutzend Fehlermeldungen auf: - [Mon Apr

Re: Apache startet nicht mehr

2006-04-10 Thread Wolfgang Jeltsch
Am Montag, 10. April 2006 16:57 schrieb [EMAIL PROTECTED]: Hallo Wolfgang, hast du dem virtuellen Server weniger RAM spendiert wie vorher ? Hallo, na ja, wenn jemand weniger RAM spendiert hat als vorher, dann war das nicht ich, sondern mein Anbieter. Der legt ja fest, wieviel Arbeitsspeicher

RE: [EMAIL PROTECTED] A lil Mod Rewrite help please...

2006-04-10 Thread Axel-Stéphane SMORGRAV
What about something like this? RewriteEngine On RewriteLog logs/rewrite_log RewriteLogLevel 9 RewriteCond %{HTTP_HOST} ^(webmail\.[^:]+) RewriteRule .* http://%1:7080/webmail.exe [R] -ascs -Original Message- From: m i l e s [mailto:[EMAIL PROTECTED] Sent: Saturday,

RE: [EMAIL PROTECTED] weird caching problem

2006-04-10 Thread Axel-Stéphane SMORGRAV
A HTTP response is cacheable if it contains a cache validator (ETag, Last-Modified) or an Expires header (or both), provided neither the response or the request that elicited it contain a Cache-Control header explicitely forbidding caching. If the response is cached, it must contain one of the

RE: [EMAIL PROTECTED] What is available with SetEnvIf ?

2006-04-10 Thread Boyle Owen
-Original Message- From: Tom Vandall [mailto:[EMAIL PROTECTED] Sent: Samstag, 8. April 2006 23:08 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] What is available with SetEnvIf ? Hi, I'd like to use SetEnvIf to test if https is used. SERVER_PORT seems to be

[EMAIL PROTECTED] Content-type on SOAP fault

2006-04-10 Thread dmitri zelikov
Hi All, I have a Web Service returning a SOAP fault. The content-type I set with the SOAP fault is text/xml and response code is set to 500. I modify the request_rec struct and set content-type - m_rq-content_type = text/xml; I even changed the headers_out and err_headers_out as below -

Re: [EMAIL PROTECTED] Global and virtual host log configuration

2006-04-10 Thread Terry Burton
Hi all. This is cross-posted from the users mailing list. Please reply on the dev list. It seems to be an irritating limitation of the configuration system that one cannot configure httpd to simultaneously log to a global access log as well as a virtualhost log since the virtualhost customlog

[EMAIL PROTECTED] Problems with mod_auth configuration using apache 2.0.55 ...

2006-04-10 Thread MATTHEW MCHUGH
Hello, I'm having a terrible time configuring something that is pretty basic with apache and I'm not sure what I'm missing. I have a new apache 2.0.55 install (on redhat 3.0) with mod_auth built in (the default). I am trying to put some basic authentication on some directories off of the

[EMAIL PROTECTED] Restricting the number of times a file can be downloaded.

2006-04-10 Thread david0005
Hi, Is there a way of tracking and restricting the number times a file (such as an avi) can be downloaded from a apache server. If so how? Thanks - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] Problems with mod_auth configuration using apache 2.0.55 ...

2006-04-10 Thread Matt Bockol
Hello Matthew, I'm guessing that the confusion is the difference between Directory and Location blocks. Directory blocks reference the filesystem, location blocks are relative to the docroot and can be virtual. Matt Bockol MATTHEW MCHUGH wrote: Hello, I'm having a terrible time

[EMAIL PROTECTED] Apache performance figures on 2.4.19 kernel

2006-04-10 Thread satinders
Title: Apache performance figures on 2.4.19 kernel Hi, I need to get the performance and scalability figures for Apache on linux 2.4.19. Have anybody got these? Or what test tool should I use? I need to test HTTPS protocol. I tried using a simple ssl client and a test module which blocks