Re: [EMAIL PROTECTED] Re: Enable Php in HTTPD.CONF

2007-03-06 Thread William A. Rowe, Jr.
Vince Bravdica wrote: > [EMAIL PROTECTED] wrote: >> >> #LoadModule php5_C:\php5\php5apache2.dll >> #AddType application/x-httpd-php .php >> #PHPdir "C:\php5 >> >> when this is not un commented it causes this error > I'm not an expert at this, but if you check the logs, I'm thinking that > your php

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-06 Thread Vince Bravdica
matt farey wrote: Vince Bravdica wrote: Randall Fox wrote: Hello, I am wondering if any of you use Apache on Windows, and if so what your experience has been like so far. Thanks, RL. Fox. *_Internet E-mail Disclaimer_ * This message contains confidential information and is inte

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-06 Thread matt farey
Vince Bravdica wrote: > Randall Fox wrote: >> >> Hello, I am wondering if any of you use Apache on Windows, and if so >> what your experience has been like so far. >> >> >> >> Thanks, RL. Fox. >> >> >> *_Internet E-mail Disclaimer_ * >> This message contains confidential information and is in

Re: [EMAIL PROTECTED] Re: Enable Php in HTTPD.CONF

2007-03-06 Thread Vince Bravdica
[EMAIL PROTECTED] wrote: Post Posted: Tue 06 Mar '07 13:50Post subject: Ok I think I made a break through Reply with quote Edit/Delete this post

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-06 Thread Vince Bravdica
Randall Fox wrote: Hello, I am wondering if any of you use Apache on Windows, and if so what your experience has been like so far. Thanks, RL. Fox. *_Internet E-mail Disclaimer_ * This message contains confidential information and is intended only for the individual(s) named. If you a

Re: [EMAIL PROTECTED] Failing redirects

2007-03-06 Thread Jonathan Mangin
- Original Message - From: "Mark Lavi" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 3:56 PM Subject: RE: [EMAIL PROTECTED] Failing redirects You should figure out the differences in your httpd.conf files between 2.0.55 and 2.0.59 to see if that reveals anything important. I wou

Re: [EMAIL PROTECTED] mod_cgi versus mod_cgid

2007-03-06 Thread Bob Kline
On 3/6/2007 2:53 PM, Joshua Slive wrote: First, ... Second, ... Finally, ... Thanks very much for the excellent tips and advice, Joshua. -- Bob Kline http://www.rksystems.com mailto:[EMAIL PROTECTED] - The official User-To-Us

Re: [EMAIL PROTECTED] Denial of Service?

2007-03-06 Thread matt farey
Reto Baumann wrote: > Hi all > > I'm dealing with a new problem for me. I'm running an Apache web server with > PHP and a MySQL database backend. The apps are doing fine so far and up until > recently everything worked just fine. > > About a few days ago, a strange phenomenon started. I normall

Re: [EMAIL PROTECTED] Getting encoding info into HTTP headers

2007-03-06 Thread matt farey
Doug McNutt wrote: > I'm stuck with apache 1.3.37 until my web hosting service changes things. If > my question is solved in apache 2 please consider this a request for evidence > of a time to change that can be used in a complaint. > > What I would like is to be able, on an html file by html f

[EMAIL PROTECTED] Getting encoding info into HTTP headers

2007-03-06 Thread Doug McNutt
I'm stuck with apache 1.3.37 until my web hosting service changes things. If my question is solved in apache 2 please consider this a request for evidence of a time to change that can be used in a complaint. What I would like is to be able, on an html file by html file basis, to persuade apache

Re: [EMAIL PROTECTED] configure problem

2007-03-06 Thread William A. Rowe, Jr.
Once you have apr/apr-util installed on their own, it becomes necesary to to continue to build/install those before building apache. --with-apr and --with-apr-util are the toggles you are looking for, they take a path to your installed apr[-util] William Chan wrote: > I have httpd 2.2.3 running f

[EMAIL PROTECTED] configure problem

2007-03-06 Thread William Chan
I have httpd 2.2.3 running fine on a linux box. I always compiled my httpd from source. Yesterday I tried to compile the new httpd ( ver 2.2.4 ) from source. Following is the error I got : ./configure --prefix=/usr/local/apache224 --enable-modules=all --enable-ssl --with-ssl=/usr/local/ssl --ena

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-06 Thread matt farey
truly wonderful, those apache guys and gals are great. latest apache with mod_security2 with php, perl, python (...) modules on win pro hundreds of thousands of requests per day, complex apps, hundreds of vhosts, no issues whatsoever, uptime is great, (no abnormal crashes ever) (which I think i

Re: [EMAIL PROTECTED] Apache on Windows

2007-03-06 Thread Steve Swift
I have a very light-weight server running under Windows at http://swiftys.org.uk The homepage leads nowhere, and I don't advertise the pages on this site. I use it for CGI scripting and demonstration pages, by invitation only. Overall I'm very happy with it. It doesn't restart cleanly from the con

[EMAIL PROTECTED] Apache on Windows

2007-03-06 Thread Randall Fox
Hello, I am wondering if any of you use Apache on Windows, and if so what your experience has been like so far. Thanks, RL. Fox. Internet E-mail Disclaimer This message contains confidential information and is intended only for the individual(s) named. If you are not the named addressee you

[EMAIL PROTECTED] RE: Enable Apache Module

2007-03-06 Thread Lisa Tan
I am wondering if there is a way to enable the module without reinstalling Apache? Thanks, Lisa - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

[EMAIL PROTECTED] Denial of Service?

2007-03-06 Thread Reto Baumann
Hi all I'm dealing with a new problem for me. I'm running an Apache web server with PHP and a MySQL database backend. The apps are doing fine so far and up until recently everything worked just fine. About a few days ago, a strange phenomenon started. I normally have around 20- 50 Apache proces

Re: [EMAIL PROTECTED] mod_cgi versus mod_cgid

2007-03-06 Thread Joshua Slive
On 3/6/07, Bob Kline <[EMAIL PROTECTED]> wrote: I'd like to replace mod_cgi with mod_cgid in order to avoid an annoying bug which is in the former but not the latter. What would be the drawbacks (if any) of doing this? I noticed the following sentence in http://httpd.apache.org/docs/2.0/mpm.htm

Re: [EMAIL PROTECTED] Render an image for a 404 on images

2007-03-06 Thread matt farey
why not have a rewrite that says if the request is an image, and is not present, then redirect to the 404 images, you can capture the type of extension in the rewrite and direct to the appropriate pre-rendered image. philguillard wrote: > Hi, > > I'd like to render a specific 404.gif file when the

[EMAIL PROTECTED] mod_cgi versus mod_cgid

2007-03-06 Thread Bob Kline
I'd like to replace mod_cgi with mod_cgid in order to avoid an annoying bug which is in the former but not the latter. What would be the drawbacks (if any) of doing this? I noticed the following sentence in http://httpd.apache.org/docs/2.0/mpm.html: For example, sites that need a great de

[EMAIL PROTECTED] authnz with multiple AD domains and Global Catalog

2007-03-06 Thread Keith O'Brien
I am trying to get authnz to work with multiple domains via the global catalog. There is documentation on this under the 2.3 docs on apache. ( http://httpd.apache.org/docs/trunk/mod/mod_authnz_ldap.html ). There are reports of other people getting this to work. I built the latest version of ap

Re: [EMAIL PROTECTED] Render an image for a 404 on images

2007-03-06 Thread Joshua Slive
On 3/6/07, philguillard <[EMAIL PROTECTED]> wrote: Hi, I'd like to render a specific 404.gif file when the requested gif/png/jpg image is not found on the file system while other documents are still redirected to a 404.html document with "ErrorDocument 504 /404.html" directive. Is there a way t

[EMAIL PROTECTED] Render an image for a 404 on images

2007-03-06 Thread philguillard
Hi, I'd like to render a specific 404.gif file when the requested gif/png/jpg image is not found on the file system while other documents are still redirected to a 404.html document with "ErrorDocument 504 /404.html" directive. Is there a way to do that in http.conf? I can do it within my a

[EMAIL PROTECTED] Re: Enable Php in HTTPD.CONF

2007-03-06 Thread michael
Posted: Tue 06 Mar '07 13:50    Post subject: Ok I think I made a break through The problem with my httpd.conf is this little bit of code #LoadModule php5_C:\php5\php5apache2.dll #AddType application/x-httpd-php .php #PHPdir "C:\php5 when this is not un commented it causes this error Cou

[EMAIL PROTECTED] mod_actions.c: Action to take more arguments

2007-03-06 Thread Jan van den Berg
Hi, I'm looking for a way to enable the Action command in my VirtualHost to not only pass a script/cgi to the Action command but also an argument, so like this Action my_script.sh -c my.config or whatever. This doesn't seem possible right now because when I try this I get the following error:

[EMAIL PROTECTED] httpd mod_proxy_balancer sessionid detection and Java Servlet Spec JSESSIONID requirements

2007-03-06 Thread Ryan Murray
Dear all (and especially to the Apache mod_proxy_balancer and mod_jk committers)- Like many, I am using Apache as a load balancing reverse proxy for a Tomcat cluster using sticky session and routes. Sticky sessions must be enabled using the case-sensitive session parameter (ie either JSESSIONID o

Re: [EMAIL PROTECTED] Awstats and re-write rule for Zope

2007-03-06 Thread Gaël Lams
Hi I personnaly use the following similare rewrite rules on a few zope instances and it works perfectly: RewriteEngine on RewriteRule ^/awstats/(.*) /awstats/$1 [L,PT] RewriteRule ^/awstatsclasses/(.*) /awstatsclasses/$1 [L,PT] RewriteRule ^/awstatscss/(.*) /awstatscss/$1 [L,PT] R