Re: Apache2.2 Debian SID wa s hat sich geändert

2006-11-02 Thread Paul Puschmann
On Wed, Nov 01, 2006 at 09:17:22AM +0300, Vladislav Vorobiev wrote: Sorry für den MailBomber aber ich korregiere mich: Hallo, Ein anderen Server habe ich auf Etch upgedatet das gleiche Problem. ich denke nicht das es etws mit den Modulen zutun hat. Es sieht so aus als ob der Apache sich

Re: Apache2.2 Debian SID w as hat sich geändert

2006-11-02 Thread Rainer Sokoll
On Thu, Nov 02, 2006 at 09:59:21AM +0100, [EMAIL PROTECTED] wrote: War das Problematisch? bzw wie macht man das am besten in die sourcelist quellen für etch eintragen und apt-get upgrade ? Das solltest Du auf einer Debian-Liste fragen. Und wenn Du /bitte/ Hallo Vladislav, bitte

[EMAIL PROTECTED] can Apache read a user cookie and write value to access_log?

2006-11-02 Thread tsarvak
Hi everyone - I'm a complete newbie to Apache and web development in general, just started learning about it it this week. Here's my situation: We have Apache 1.3 installed on an AIX server. I want to be able to read a cookie from the user's client PC when they access the website. This cookie

Re: [EMAIL PROTECTED] can Apache read a user cookie and write value to access_log?

2006-11-02 Thread tsarvak
I appreciate the fast reply. Okay, but what kind of code do I use and where would I place it in order to retrieve a cookie named, for example, DW_Cookie ? Joshua Slive-2 wrote: On 11/2/06, tsarvak [EMAIL PROTECTED] wrote: Hi everyone - I'm a complete newbie to Apache and web

Re: [EMAIL PROTECTED] can Apache read a user cookie and write value to access_log?

2006-11-02 Thread Joshua Slive
On 11/2/06, tsarvak [EMAIL PROTECTED] wrote: I appreciate the fast reply. Okay, but what kind of code do I use and where would I place it in order to retrieve a cookie named, for example, DW_Cookie ? You'll need to deal with that in the log processing program. mod_log_config will simply dump

[EMAIL PROTECTED] mod_scgi

2006-11-02 Thread Antonios Katsikadamos
Hi all. I have an application that demands the module mod_scgi to be installed. does anyone know how to install this module on apache 2?I am running suse linux and i have apache2 installed.thnx a lot. Kind regards, Antonios Want to start your own business? Learn how on Yahoo! Small

Re: [EMAIL PROTECTED] can Apache read a user cookie and write value to access_log?

2006-11-02 Thread Nick Kew
On Thu, 2 Nov 2006 06:46:15 -0800 (PST) tsarvak [EMAIL PROTECTED] wrote: Hi everyone - I'm a complete newbie to Apache and web development in general, just started learning about it it this week. Here's my situation: We have Apache 1.3 installed on an AIX server. If you're new to it,

Re: [EMAIL PROTECTED] can Apache read a user cookie and write value to access_log?

2006-11-02 Thread tsarvak
I'm just trying to work with what I've been given... Nick Kew wrote: On Thu, 2 Nov 2006 06:46:15 -0800 (PST) tsarvak [EMAIL PROTECTED] wrote: Hi everyone - I'm a complete newbie to Apache and web development in general, just started learning about it it this week. Here's my

[EMAIL PROTECTED] mod_rewrite not working

2006-11-02 Thread Richard de Vries
I have a very strange situation. I am running two webservers. Both Apache 2.0.59 with almost identical configuration. On both servers I configured a mod_rewrite rule. It works on one, but not on the other. The webserver that does not work reports the following error message: [Thu Nov 02

Re: [EMAIL PROTECTED] mod_rewrite not working

2006-11-02 Thread Joshua Slive
On 11/2/06, Richard de Vries [EMAIL PROTECTED] wrote: I have a very strange situation. I am running two webservers. Both Apache 2.0.59 with almost identical configuration. On both servers I configured a mod_rewrite rule. It works on one, but not on the other. The webserver that does not work

Re: [EMAIL PROTECTED] mod_rewrite not working

2006-11-02 Thread Richard de Vries
There error message is quite explicit. On the working server, you must have someplace else in the config (or an .htaccess or an Include'd config file) where you are turning on Options FollowSymLinks or SymLinksIfOwnerMatch. That's just it, there is not. I don't have any .htaccess files

Re: [EMAIL PROTECTED] mod_rewrite not working

2006-11-02 Thread Richard de Vries
I looked thru it again ... and I did a grep on Options on *ALL* the config files and I can't find anything. # This is the working config: $ grep Options * httpd.conf:Options None httpd.conf:# Possible values for the Options directive are None, All, httpd.conf:# Note that MultiViews

Re: [EMAIL PROTECTED] mod_rewrite not working

2006-11-02 Thread Joshua Slive
On 11/2/06, Richard de Vries [EMAIL PROTECTED] wrote: I looked thru it again ... and I did a grep on Options on *ALL* the config files and I can't find anything. Do the same grep for Include to see what other config files you are using. Joshua.

Re: [EMAIL PROTECTED] mod_rewrite not working

2006-11-02 Thread Richard de Vries
I did that prior to the grep on Options and then copied all the included configuration files in the same directory, followed by the grep 'Options' *. I have 2 more servers that have the exact same configuration settings (other than the directives for the servername etc), which work properly too.

[EMAIL PROTECTED] Apache 2.2.3 and PHP 5.1.6

2006-11-02 Thread Ed Lazor
I've been Googling and searching the mailing list archive with no luck, so I thought I'd try asking for help... I'm getting an error of: Invalid command 'AddType' when trying to start Apache. The PHP 5 installation instructions say to modify httpd.conf and add LoadModule

Re: [EMAIL PROTECTED] Apache 2.2.3 and PHP 5.1.6

2006-11-02 Thread Bill Angus
Here's what I do (Windows environment)... works fine for me. LoadModule php5_module "C:\php\php5apache2_2.dll"PHPIniDir "C:/php"IfModule mod_mime.cAddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps/IfModule Bill Angus, MAhttp://www.psychtest.com -

[EMAIL PROTECTED] images getting mismatched while page renders

2006-11-02 Thread Arjun Datta
Hi, I am using Apache 2.2 on a FC5 machine running kernel 2.6. It is setup as a load balancing reverse proxy server that sends requests to a pool of web servers. I am using mod_rewrite for a load balancing solution using proxy throughput round robin as outlined in the URL rewriting guide

RE: [EMAIL PROTECTED] Problem building apache 2.2.23 with mod_ldap_auth

2006-11-02 Thread John P. Dodge
On Tue, 31 Oct 2006, Quentin North wrote: John Thanks for your reply -Original Message- From: John P. Dodge [mailto:[EMAIL PROTECTED] On Fri, 27 Oct 2006, Quentin North wrote: Im trying to build apache 2.2.23 on Centos4 with mod_ldap_auth. Im using the following

[EMAIL PROTECTED] WebDAV config ... want to support COPY operations, but only in 1 direction

2006-11-02 Thread Todd Hivnor
I have a WebDAV server, running Apache 2.0, where each user has their own user directory. They should have read/write access to their own directory, and read-only access to everyone else's directory. I've used configuration code like this: Directory /home/apache/file-server/Users/Max Limit GET

[EMAIL PROTECTED] How does mod_expires handle proxied Cache-control content ?

2006-11-02 Thread ABAPGUY
Hi all , I have an Apache 2.0 Reverse Proxy . One of my downstream servers is an IIS server with Expires Headerset to 12 hours for content . I have Apache configured with mod_expires as so (3600 seconds = 1 hour) ExpiresActive On ExpiresByType image/gif A3600 ExpiresByType image/png A3600

[EMAIL PROTECTED] httpd 2.2.3 build issue

2006-11-02 Thread Gary D. Margiotta
I'm running into an issue when trying to compile httpd from source: gawk -f /inet/src/httpd-2.2.3/srclib/apr/build/make_var_export.awk /inet/src/httpd-2.2.3/srclib/apr/include/apr_thread_mutex.h /inet/src/httpd-2.2.3/srclib/apr/include/apr_env.h

[EMAIL PROTECTED] Sending 2+ GIG data via mod_proxy hangs Apache 2.2.3 with 100% CPU.

2006-11-02 Thread toadie D
Environment: Apache 2.2.3 Windows 2000 Config: Apache 2.2.3 --- mod_proxy/proxy_http --- Tomcat 5.5.x When a client sends via HTTP (or /S) to apache which proxies the request to the backend Tomcat , at right around 2 GIG mark (e.g. 2 GIG less 8K) , the Apache box started to spin up its

[EMAIL PROTECTED] Can't start Apache 2.0.59

2006-11-02 Thread IT Professional
I've compiled Apache 2.0.59 with OpenSSL 0.9.9[dev]. The server can run well with RSA cert but when I tried to run it with ECC cert, the server refused to start. Log files are showing: [Fri Nov 03 14:52:20 2006] [info] Init: Initializing OpenSSL library [Fri Nov 03 14:52:20 2006] [info] Init:

RE: [EMAIL PROTECTED] mod_rewrite not working

2006-11-02 Thread Boyle Owen
-Original Message- From: Richard de Vries [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 7:24 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_rewrite not working I did that prior to the grep on Options and then copied all the included configuration