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 configur

[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: Seed

[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] 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 /inet/src/httpd-2.2.3/srclib/apr/include/apr_pol

[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 Header set 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 Expi

[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: Require valid-user Require user max

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 > >

[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 for

Re: [EMAIL PROTECTED] Apache 2.2.3 and PHP 5.1.6

2006-11-02 Thread Ed Lazor
Thanks, that helped a lot.  I discovered two problems...1.  I'd changed configure, but make install wasn't replacing the old httpd.conf file.  I deleted it, ran make install again and this time noticed a very different httpd.conf file.2.  I went to the LoadModules area and added:LoadModule php5_mod

[EMAIL PROTECTED] Apache2.2.3 build failing on x390s zlinux running SuSe 9.3x Server code.

2006-11-02 Thread Roger Hendrix at Baldor-IS
Note the target computer is SuSe 9.3x running on an IBM Mainframe; therefore, it is 64-bit. Ok, I downloaded Apache2 2.2.3 source and have attempted to run the following: ./configure --prefix=/srv/www/apache2 make Now, the make is failing as follows: ==

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" AddType application/x-httpd-php .php  AddType application/x-httpd-php-source .phps Bill Angus, MAhttp://www.psychtest.com - Original Message - From:

[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 php5_module

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.

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 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 "Mult

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 f

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

[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 08:22:16

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. >

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

[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! Sma

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

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 we

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: 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

[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 w

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

2006-11-02 Thread Quentin North
Serge, you are a genius! Problem solved. Thanks very much. > -Original Message- > From: Serge Dubrouski [mailto:[EMAIL PROTECTED] > Sent: 01 November 2006 17:36 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Problem building apache 2.2.23 > with mod_ldap_auth > > I was c