Re: [users@httpd] Apache-1.3.33 compilation error

2005-07-01 Thread Lyndon Tiu
You need the berkeley db package. On Sat, 2 Jul 2005 13:18:03 0800 (CST) users@httpd.apache.org wrote: > Hi, > > I am compiling Apache-1..3.33 with the following options: > > ./configure --prefix=/var/apache1.3 --localstatedir=/home > --enable-module=most --enable-shared=max > > I have hit

[users@httpd] Apache-1.3.33 compilation error

2005-07-01 Thread ziwei ds
Hi,   I am compiling Apache-1..3.33 with the following options:   ./configure --prefix=/var/apache1.3 --localstatedir=/home --enable-module=most --enable-shared=max   I have hit into the following error during 'make.   mod_auth_dbm.c:41:18: ndbm.h: No such file or directorymod_auth_dbm.c: In functi

[users@httpd] Multiple AuthTypes

2005-07-01 Thread Kris Maglione
I've searched for this, and all I've found is a message from this list from 2001. I'd like to know if it's possible to use multiple AuthTypes in Apache 2. The message that I found says that it wasn't. Is it possible now? Will it ever be? How much code would be required to make it possible? Is it p

Re: [users@httpd] Apache Configuration for PHP

2005-07-01 Thread Dan Trainor
nephish wrote: > Bagus Nugroho wrote: > >> Hi All, >> >> Currently, I'm used Apache 1.3 and willing to upgrade to Apache 2.0/php5 >> But I'm failed, and just show php code on web-browser. >> Is there any special command on httpd.conf or php.ini which totally >> different with apache 1.3/php 4.3. >

Re: [users@httpd] Apache Configuration for PHP

2005-07-01 Thread nephish
Bagus Nugroho wrote: Hi All, Currently, I'm used Apache 1.3 and willing to upgrade to Apache 2.0/php5 But I'm failed, and just show php code on web-browser. Is there any special command on httpd.conf or php.ini which totally different with apache 1.3/php 4.3. Thanks

[users@httpd] Apache Configuration for PHP

2005-07-01 Thread Bagus Nugroho
Hi All, Currently, I'm used Apache 1.3 and willing to upgrade to Apache 2.0/php5 But I'm failed, and just show php code on web-browser. Is there any special command on httpd.conf or php.ini which totally different with apache 1.3/php 4.3. Thanks ---

Re: [users@httpd] Starting apache in non-daemon mode

2005-07-01 Thread Rick Wong
Ah ha! ./httpd -DNO_DETACH -DFOREGROUND Can't use -X because it implies -DONE_PROCESS which is bad for me. Thanks for the lead! -- Rick André Malo wrote: * Rick Wong wrote: This helps very much. That's exactly what I need. By the way, the -X is not documented. Where would I find a l

Re: [users@httpd] Suexec invocation problem

2005-07-01 Thread Joshua Slive
On 7/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I am positive that the virtual host serving the requests is the one > where I have the > > User/Group directives && that I am editing the correct httpd.conf. > > Just to be sure I ran a test. I added the directive > > SetEnv testval

Re: [users@httpd] Suexec invocation problem

2005-07-01 Thread [EMAIL PROTECTED]
Joshua Slive wrote: On 7/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: However, suexec is not being invoked. When I say not being invoked, I dont mean it is failing one of its many test, I mean not being invoked at all. Anyone have any thoughts on this issue. PLEASE HELP!!

RE: [users@httpd] Possible to add columns to dir listings?

2005-07-01 Thread Dan Mahoney, System Admin
On Fri, 1 Jul 2005, Jaeger wrote: It can't be done through plain htaccess. You have three options. 1) Hack the source code for mod_autoindex. Ugly. 2) Find an alternate module that does this. Hard. 3) Write something in the language of your choice (perl, php, c, python) that does this, and

[users@httpd] mod_proxy performance tips needed

2005-07-01 Thread Jason Joines
I'm attempting to use mod_proxy under Apache 2.0.52 with the prefork MPM on SuSE Linux 8.1 to reverse proxy connections to the File Manager module of a Usermin 1.140 server running on SuSE Linux 9.2. The Apache server and the Usermin server are both using SSL. The Apache server is a PII

Re: [users@httpd] Starting apache in non-daemon mode

2005-07-01 Thread Rick Wong
doh! thanks! André Malo wrote: * Rick Wong wrote: This helps very much. That's exactly what I need. By the way, the -X is not documented. Where would I find a list of undocumented switches in case there are other options I need? Well, uhm, ... http://httpd.apache.org/docs-2.0/pr

Re: [users@httpd] Starting apache in non-daemon mode

2005-07-01 Thread André Malo
* Rick Wong wrote: > This helps very much. That's exactly what I need. By the way, the -X > is not documented. Where would I find a list of undocumented switches > in case there are other options I need? Well, uhm, ... http://httpd.apache.org/docs-2.0/programs/httpd.html or `man 8 httpd` ;-)

Re: [users@httpd] Starting apache in non-daemon mode

2005-07-01 Thread Rick Wong
This helps very much. That's exactly what I need. By the way, the -X is not documented. Where would I find a list of undocumented switches in case there are other options I need? Thanks, -- Rick André Malo wrote: * Rick Wong wrote: When I start apache 2.0 in Linux, it starts itself i

Re: [users@httpd] Possible to add columns to dir listings?

2005-07-01 Thread Joshua Slive
On 7/1/05, Jaeger <[EMAIL PROTECTED]> wrote: > Does anyone know if it is possible to add custom columns to directory > listings using .htaccess? Thx No, it is not possible. If you were a little more specific about what you want to do, we might be able to give you some suggestions. Joshua. ---

Re: [users@httpd] Suexec invocation problem

2005-07-01 Thread Joshua Slive
On 7/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > However, suexec is not being invoked. When I say not being invoked, I > > dont mean it is failing one of its many test, I mean not being invoked > > at all. > Anyone have any thoughts on this issue. PLEASE HELP!! > I don't recall s

[users@httpd] Possible to add columns to dir listings?

2005-07-01 Thread Jaeger
Does anyone know if it is possible to add custom columns to directory listings using .htaccess? Thx -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: 6/29/2005

Re: [users@httpd] htaccess help

2005-07-01 Thread Michael
My www root is /www/html.Then I have only one .htaccess and its in /www/html/admin. There is bunch of subfolders in admin. The admin folder is for phpMyAdmin so i think it has all necessary files included in that folder. The only other thing i can think of is the connection to db. I followed in

RE: [users@httpd] htaccess help

2005-07-01 Thread Boyle Owen
> -Original Message- > From: Michael [mailto:[EMAIL PROTECTED] > Sent: Freitag, 1. Juli 2005 15:28 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] htaccess help > > > The apache ver i have is Apache 2.0.40 runing on Red Hat 9.2. > I wasnt clear enough my bad. I type in the a

Re: [users@httpd] Technology Forums

2005-07-01 Thread John Nichel
anshul wrote: How many threads are you going to hijack on how many different mailing lists? Keep your SPAM and your worthless 'technology forum' to yourself. -- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED] - T

Re: [users@httpd] Suexec invocation problem

2005-07-01 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: Hello all, Suexec is driving me crazy! Apache 1.3.33 compiled with the suexec related options --enable-suexec \ --suexec-uidmin=100 \ --suexec-gidmin=100 \ --suexec-caller=nobody \ --suexec-doc

Re: [users@httpd] htaccess help

2005-07-01 Thread Michael
The apache ver i have is Apache 2.0.40 runing on Red Hat 9.2. I wasnt clear enough my bad. I type in the address of the folder i want to protect in the browser. Then the wuthentication window pops up. I enter the user and passwd info hit OK and more than half of the page loads up and authentica

[users@httpd] Output from apachebench

2005-07-01 Thread Jordi Buj
Hi, where could I find documentation about the output from ab (ApacheBench) tool? I'm particularly interested in the Connect / Processing / Waiting fields. Thanks, Jordi _ Express yourself instantly with MSN Messenger! Download to

[users@httpd] Re: [Fri Jul 01 07:08:30 2005] [alert] (22)Invalid argument: setgid: unable to set group id to Group 4294967295

2005-07-01 Thread Joost de Heer
Lionel Roux said: > Hello, > > I have the following error when I am trying to launch apache server: > [Fri Jul 01 07:08:30 2005] [alert] (22)Invalid argument: setgid: unable to > set group id to Group 4294967295 > > Have you seen this message before ? You have the group set to -1. Some systems don

RE: [users@httpd] Réf. : Re: [users@httpd] E rror message during the make

2005-07-01 Thread Boyle Owen
> -Original Message- > From: Lionel Roux [mailto:[EMAIL PROTECTED] > Sent: Freitag, 1. Juli 2005 10:26 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Réf. : Re: [EMAIL PROTECTED] Error message > during the > make > Importance: High > > > Hello, > how can I avoid this war

[users@httpd] Réf. : Re: [users@httpd] Error message during the make

2005-07-01 Thread Lionel Roux
Hello, how can I avoid this warning : 1506-507 (W) No licenses available. Contact your program supplier to add additional users. Compilation will proceed shortly. thanks Lionel Roux - Réacheminé par Lionel Roux/Marnes/FR/BIO-RAD le 01/07/2005 10:24 -