RE: [EMAIL PROTECTED] How to cluster apache webserver?

2006-01-23 Thread G . Lams
But how about the sticky session? Will I lost all the web sessions from the primary httpd? I use the Apache webserver to load balance a set of tomcats. Never had a set-up like this, Googling should give you some intereting links (seems that sessions should be stored on a backend database to

RE: [EMAIL PROTECTED] samba artifact on error log?

2006-01-23 Thread Boyle Owen
-Original Message- From: Marty Landman [mailto:[EMAIL PROTECTED] Sent: Montag, 23. Januar 2006 04:01 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] samba artifact on error log? I've been annoyed by entries like this [Sun Jan 22 19:22:04 2006] [error] [client

[EMAIL PROTECTED] NO ADMINCLIENT AND METHOD TO GENERATE WSDL'S

2006-01-23 Thread mohan devanoor
hi all, i have axis c++ 1.5 windows binary version installed on apache2, in the manual it was mentioned 2 ways to create webservice and explained the method that starts from wsdl. But 1st method was not explained.( NOTE: wcg.exe in frozen state) Do any one have idea about how to generate wsdl from

[EMAIL PROTECTED] apache2 and suexec problem

2006-01-23 Thread Sterpu Victor
I have the following configuration. VirtualHost 192.168.250.91:80 DirectoryIndex index.html index.htm index.php index.php3 ServerName suexec2.ambra.ro SuexecUserGroup suexec2 suexec2 DocumentRoot /var/www/suexec2.ambra.ro Action application/x-httpd-php

[EMAIL PROTECTED] RewriteRule and Environment variables...

2006-01-23 Thread Neil A. Hillard
Hi, I've been bashing my head against the wall with this problem for a while now and apart from a headache haven't really got anywhere. I currently have Apache (2.0.54 but I've tried 2.0.55), built from source, running as an accelerator to several backends. Without getting too deep into

[EMAIL PROTECTED] suggest solution for mod_proxy

2006-01-23 Thread senthil kumar
Hi , We have lot of intranet server http://products , http://sales ,http://market. I want to access the intranet server from internet through my gateway server http://gatewaryserver. I have installed apache on gateway server. I would like to redirect all the request to appropriate intranet

Re: [EMAIL PROTECTED] apache2 and suexec problem

2006-01-23 Thread Sterpu Victor
Also when I start the apache I receive the following warning: Warning: SuexecUserGroup directive requires SUEXEC wrapper.; Suexec binary is in /usr/sbin And apache is compiled with the option SUEXEC_BIN=/usr/sbin/suexec. The command httpd -V |grep -i suexec prints -D

Re: [EMAIL PROTECTED] RewriteRule and Environment variables...

2006-01-23 Thread Robert Ionescu
Neil A. Hillard wrote: Hi, I've been bashing my head against the wall with this problem for a while now and apart from a headache haven't really got anywhere. I currently have Apache (2.0.54 but I've tried 2.0.55), built from source, running as an accelerator to several backends.

Re: [EMAIL PROTECTED] apache2 and suexec problem

2006-01-23 Thread Sterpu Victor
It seems it is a bug(http://www.mailarchives.org/list/apache-httpd-bugs/msg/2005/02170). But I can't find no patch, and information if this problem was solved or not. Is the latest version (2.2.0) fixed? Sterpu Victor wrote: Also when I start the apache I receive the following warning:

AW: [EMAIL PROTECTED] apache2 and suexec problem

2006-01-23 Thread Oliver.Schaudt
has your /usr/sbin/suexes the appropriate rights with the sticky bit set. Like this -r-sr-xr-x 1 root root 31703 Dec 12 11:27 suexec If not, than you will get this with these commands chmod 4555 /usr/sbin/suexec chown root:root /usr/sbin/suexec bye Oliver

Re: AW: [EMAIL PROTECTED] apache2 and suexec problem

2006-01-23 Thread Sterpu Victor
I installed apache 2.2.0 and I have exactly the same problem. It would be useful if someoune could confirm that apache 2 does not work with suexec, so I could try a apache 1.3. Or if someoane could say that apache 2 and suexec were tested an working. [EMAIL PROTECTED] wrote: has your

[EMAIL PROTECTED] RewriteRule and Environment variables...

2006-01-23 Thread Neil A. Hillard
Hi, Robert Ionescu wrote: Neil A. Hillard wrote: Hi, I've been bashing my head against the wall with this problem for a while now and apart from a headache haven't really got anywhere. I currently have Apache (2.0.54 but I've tried 2.0.55), built from source, running as an

Re: AW: [EMAIL PROTECTED] apache2 and suexec problem

2006-01-23 Thread Sterpu Victor
I compiled Apache/1.3.34 with suexec. This version is working. Sterpu Victor wrote: I installed apache 2.2.0 and I have exactly the same problem. It would be useful if someoune could confirm that apache 2 does not work with suexec, so I could try a apache 1.3. Or if someoane could say that

[EMAIL PROTECTED] Problem compiling 2.2.0 on solaris 8 with enabling so

2006-01-23 Thread Harald Falkenberg
Hallo, I'm trying to compile httpd 2.2.0 on solaris 8 and enabling shared libs via using the configuration: ./configure --prefix=/home/www/httpd-serv_2.2.0/ --enable-so The configuration, make and make install steps seem to run without problems. But when I try to start the server

RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-23 Thread Covington, Chris
As for the original problem you're trying to solve, if you turn ProxyPreserveHost Off and you add hostname.example.com (the DNS name of the reverse proxy host itself) with IP 10.11.12.13 (the IP of the Exchange server) to your /etc/hosts on the reverse proxy, you won't need to bother with

[EMAIL PROTECTED] Uploaded files empty - Apache configuration problem?

2006-01-23 Thread Niall Mullally
Hi, I'm in the process of moving an existing website from a shared host to a dedicated server. The dedicated server is running CentOS 4, Apache 2.0.52 and PHP 4.3.9. The site is PHP based and a few forms on the site upload files. The uploaded file is stored in the /tmp directory and then moved

Re: [EMAIL PROTECTED] IndexIgnore is Ignored With Multiple Slashses

2006-01-23 Thread Robert Ionescu
David Wolever wrote: I have noticed that mod_autoindex ignores the IndexIgnore directive if there is more than one slash after the domain name. I reopened bug 16013, I can confirm this behavior, too. -- Robert - The

[EMAIL PROTECTED] Require user and directory listing problem

2006-01-23 Thread M. Emrah Parlakay
Hi, I searched the web, apache documentation and mailing lists about this issue. Either nobody mentioned this before or i missed a simple point somewhere. Whatever, here is the deal: I used .htaccess file in order to protect a directory using basic authentication. Authentication works well but

RE: [EMAIL PROTECTED] Require user and directory listing problem

2006-01-23 Thread Boyle Owen
-Original Message- From: M. Emrah Parlakay [mailto:[EMAIL PROTECTED] I used .htaccess file in order to protect a directory using basic authentication. Authentication works well but my problem is that i can not see my protected directory in the parent directory's directory

Re: [EMAIL PROTECTED] Problem compiling 2.2.0 on solaris 8 with enabling so

2006-01-23 Thread httpd2
It may be that Apache does not like the lib/libexpat.so module. Try commenting it out in httpd.conf. See if Apache will start then. If so, then that is obviously where the problem is. Keith In theory, theory and practice are the same; In practice they are not. On Mon, 23 Jan 2006, Harald

[EMAIL PROTECTED] Apache 2 and SSL on server with multiple IPs, SSL won't load...

2006-01-23 Thread Brian V. Hughes
Hey gang. I've got a problem that's been giving me fits for the past several days and I just can't figure out what's wrong. Here's the situation: I've got an Apple Xserve, with a standard install of Apache 2.0.55 with mod_ssl. The server has 2 IP addresses assigned to it, lets call them

RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-23 Thread Covington, Chris
Woops, that's www.umich.edu/~malth/gaptuning/apache. -Original Message- From: Covington, Chris [mailto:[EMAIL PROTECTED] Sent: Mon Jan 23 08:54:36 2006 To: users@httpd.apache.org Subject:RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded As for the

Re: [EMAIL PROTECTED] Uninstalling Apache on OS X

2006-01-23 Thread Eliah Kagan
On 1/23/06, java_nutt wrote: Greetings to all! My name is James and I am new to this list. I'm working on learning Apache, HTTP, and all that jazz. I have an Apple Powerbook running OS X 10.4.4, and I would like to know if it is safe and/or possible to uninstall Apache. James-- Have you

Re: [EMAIL PROTECTED] Uninstalling Apache on OS X

2006-01-23 Thread info . raa
It will work. never mind removing the instalation of apache that comes with the osx. On 23 de Jan de 2006, at 2:52 PM, Eliah Kagan wrote: On 1/23/06, java_nutt wrote: Greetings to all! My name is James and I am new to this list. I'm working on learning Apache, HTTP, and all that jazz. I

[EMAIL PROTECTED] Substitution of URLs

2006-01-23 Thread or in Portland Maine
Hi, I've URLs of the form: http://wampum.wabanaki.net/vault/2006/01/002284.html ... I'd like to redirect these to the base URL http://wampum.wabanaki.net or to yet another URL http://wampum.wabanaki.net/vault/koufax/koufax05/ Suggestions please? Eric

Re: [EMAIL PROTECTED] Uploaded files empty - Apache configuration problem?

2006-01-23 Thread Gerry Danen
is /tmp world writable?On 1/23/06, Niall Mullally [EMAIL PROTECTED] wrote: Hi,I'm in the process of moving an existing website from a shared host toa dedicated server. The dedicated server is running CentOS 4, Apache2.0.52 and PHP 4.3.9.The site is PHP based and a few forms on the site upload

Re: [EMAIL PROTECTED] Uploaded files empty - Apache configuration problem?

2006-01-23 Thread Gerry Danen
On 1/23/06, Gerry Danen [EMAIL PROTECTED] wrote: is /tmp world writable?I guess, I'm asking to make sure. I had a similar problem and it turned out that when I double-checked, /tmp was not world writable...Gerry

RE: [EMAIL PROTECTED] Require user and directory listing problem

2006-01-23 Thread M. Emrah Parlakay
I use apache 2.0.52. I found a message in the archive and learned that the easiest solution is to upgrade to 2.2 and use the ShowForbidden IndexOption. thanks for the response -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 5:39 PM To:

[EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-23 Thread Kermit Short
Im having trouble getting the HTTPD process to kick off. I receive an error message when trying to start the daemon SYSV style (using the init.d startup script): httpd: bad user name apache. I have searched and searched, cant find a thing. Ive re-installed the RPMs from the original

Re: [EMAIL PROTECTED] Uploaded files empty - Apache configuration problem?

2006-01-23 Thread httpd2
I had a similar problem on SuSE Linux 8.2 pro. Initially, for testing I changed the permissions of /tmp to the same perms as apache, and it worked. I now have the following permissions on tmp: drwxrwxrwtroot root 12288 Jan 23 20:15 tmp Seems to be working OK for me. Keith In

Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-23 Thread httpd2
What about creating a unique user account and group for apache to run under. Then setting httpd.conf for apache to use that user and group? Keith In theory, theory and practice are the same; In practice they are not. On Mon, 23 Jan 2006, Kermit Short wrote: To: users@httpd.apache.org

Re: [EMAIL PROTECTED] Substitution of URLs

2006-01-23 Thread Joshua Slive
On 1/23/06, or in Portland Maine Eric Brunner-Williams at a VSAT somewhere [EMAIL PROTECTED] wrote: Hi, I've URLs of the form: http://wampum.wabanaki.net/vault/2006/01/002284.html ... I'd like to redirect these to the base URL http://wampum.wabanaki.net or to yet

RE: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-23 Thread Kermit Short
I've tried creating a different user called www-data (group of same name, group populated with that user) and still received the same error message. I've set the web daemon's username to my username, (NIS not local) and it launched successfully. I believe the only difference is that my account

[EMAIL PROTECTED] Re:[EMAIL PROTECTED] Apache 2 and SSL on server with multiple IPs, SSL won't load...

2006-01-23 Thread Oliver.Schaudt
In this line you sould put the certificate of your rootCA which has signed your certificate. SSLCACertificatePath /usr/local/apache2/conf/ssl.crt/root-ca.crt VerifyDepth 5 seems to be to high because than you need certificates in chain up to 5 like (e.g.cert1 + cert2 +cert3 +cert4 +rootCA) but

RE: [EMAIL PROTECTED] ldaps authentication - RESOLVED

2006-01-23 Thread Sturgis, Grant
Just thought I would let you all know that this does work perfectly. My problem was that I had the server certificate and not the CA certificate. Thanks, Grant -Original Message- From: Sturgis, Grant Sent: Friday, January 20, 2006 10:40 AM To: 'users@httpd.apache.org' Subject:

Re: [EMAIL PROTECTED] IndexIgnore is Ignored With Multiple Slashses

2006-01-23 Thread Joost de Heer
Robert Ionescu wrote: David Wolever wrote: I have noticed that mod_autoindex ignores the IndexIgnore directive if there is more than one slash after the domain name. Dirty fix (untested): RewriteCond %{REQUEST_URI} (.*)/{2,}(.*) RewriteRule (.*)/{2,}(.*) $1/$2 [N] Joost

[EMAIL PROTECTED] Re: Apache 2 and SSL on server with multiple IPs, SSL won't load...

2006-01-23 Thread Joost de Heer
Listen 129.170.xxx.yyy:443 SSLEngine on Use SSLEngine in the SSL vhost, not in the general configuration part. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-23 Thread Gary W. Smith
Kermit, I think you missed the point. In order to run Apache under the user apache and group apache they must have a group and a user with that same name. By default RHEL 4 creates the user/group apache as follows: passwd: apache:x:48:48:Apache:/var/www:/sbin/nologin group: apache:x:48: If

[EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-23 Thread Kermit Short
Thanks to Gary and Keith for their input! Indeed, RHEL 4 did create the apache accounts. In an attempt to verify that the accounts were not created improperly, I manually created another non-administrative account and attempted to launch the daemon under that identity. Both attempts failed

[EMAIL PROTECTED] Apache2 on Debian

2006-01-23 Thread Brian Street
Hello everyone, I'm interested in whether or not people running Apache2 on Debian 3.1 create a separate user for the web directory (/var/www/xxx). The default install has root owning everything, but starting the web server as www-data. Thank you, Brian.

[EMAIL PROTECTED] False Out of Memory errors - on new Suse Linux SLES 9.1 - Apache 2.0.54 - Blade servers running 4 GB of RAM

2006-01-23 Thread Jignesh Badani
Hello all, We recently migrated from a very stable Solaris 8 /Apache2.0.48/Siteminder Web Agent platform to SLES 9.1 on IBM Blade (Intel) servers running Apache 2.0.54 with 4 GB of RAM. We have 3 load balanced servers and each are running 3 instance of Apache2.0.54. Almost on a daily basis

Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-23 Thread Gary W. Smith
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start Kermit, You dont lunch it under the non-privileged account. You luanch it under root and then Apache will change the thread to run under the user your specify under the configuration file. As mentioned

RE: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start

2006-01-23 Thread Kermit Short
Title: Re: [EMAIL PROTECTED] Apache 2.0 on RedHat EL 4 - httpd process will not start Gary- I understand. Im not logging in as these users. What I meant by saying that I attempted to run apache as the users apache and www-data, was that I specified those usernames in the httpd.conf file.

Re: [EMAIL PROTECTED] False Out of Memory errors - on new Suse Linux SLES 9.1 - Apache 2.0.54 - Blade servers running 4 GB of RAM

2006-01-23 Thread httpd2
Is this of any relevance Jignesh? MaxMemFree Directive Description: Maximum amount of memory that the main allocator is allowed to hold without calling free() Syntax: MaxMemFree KBytes Default: MaxMemFree 0 Context: server config Status: MPM Module: beos, leader, mpm_netware, prefork,

Re: [EMAIL PROTECTED] False Out of Memory errors - on new Suse Linux SLES 9.1 - Apache 2.0.54 - Blade servers running 4 GB of RAM

2006-01-23 Thread Jignesh Badani
Thanks Kieth, well I learned something new, but no I do not have the parameter set anywhere in my conf. So MaxMemFree should be unlimited, right ? regards - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Jignesh Badani Intranet/Extranet Technical Services

[EMAIL PROTECTED] apache problem with soft link

2006-01-23 Thread Michael D. Berger
Using Fedora Core 2.6.14-1.1653_FC4 and apache httpd-2.0.54-10.3 I have a web site in which there are soft links from directories containing http files to directories containing jpg files. These links are all constructed using a simple installation script, and there are many such links. They all

Re: [EMAIL PROTECTED] Apache2 on Debian

2006-01-23 Thread Devraj Mukherjee
Hi Brian, I am not a debian user but I wouldn't think that it matters who owns the script unless the apache process has to write back to the files/directories. For example if you are running a CMS then it would matter or an application that uploaded pictures etc. Devraj Brian Street