RE: [EMAIL PROTECTED] htaccess session timeout

2005-11-22 Thread Boyle Owen
> -Original Message- > From: Brent Clark [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 23. November 2005 07:27 > To: Apache > Subject: [EMAIL PROTECTED] htaccess session timeout > > > Hi all > > Would anyone know if its possible to use htaccess with a > session timeout. > Just to be cle

SV: [EMAIL PROTECTED] High cpu load on apache

2005-11-22 Thread Kjell Grindalen
Hello, and thank you for the reply! First of all I am not using any dynamically loaded module, and I am not realyy using the proxy module either. I could eaily rmove them and get the same functonality Here is the output of pstack of a process taking nearly 50% cpu I will try to get gdb working if

[EMAIL PROTECTED] htaccess session timeout

2005-11-22 Thread Brent Clark
Hi all Would anyone know if its possible to use htaccess with a session timeout. Basically I would like it so that if a user walks away from there work station, on returning they have to re login. If anyone has any tips, advice or URL links, I would be most grateful. Kind Regards Brent Clark

Re: [EMAIL PROTECTED] apache2: spurious [black diamond] question marks in iso-8859-1 HTML files

2005-11-22 Thread Alan Ezust
Aha, firefox was not displaying the document using the expected charset. I guess this has nothing to do with httpd2 and is only peculiar to firefox. IE does choose the correct charset, in fact. I was confused because it was reproducing on windows and linux and mac, but I guess it was 1.07 on all th

[EMAIL PROTECTED] Spawned process doesn't get termination signal in worker MPM

2005-11-22 Thread Phil Endecott
Dear List, I have an Apache2 module that forks a new process when it first handles a request. Subsequent request-handling processes/threads communicate with this "back-end" process via shared memory. This generally works, but I am having trouble at termination. It seems that my backend proc

[EMAIL PROTECTED] Memory leak or normal behavior

2005-11-22 Thread Apostolos Pantsiopoulos
I am running a source-built version of apache 2.0.55 with modperl 2 and php 5.0.5. When one of my scripts use a lot of memory then I can see the httpd processes get quite large, which is quite normal. But when my script finishes then this memory is not released from the httpd process (if it was

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
Hi Joshua, the httpd is actually the name of the script that calls the httpd binary (see below): [EMAIL PROTECTED] bin]$ cat httpd #!/sbin/sh # # Start up the Apache web server case "$1" in 'start') LD_LIBRARY_PATH=/usr/lib:/usr/local/lib;export LD_LIBRARY_PATH if [ -x /usr/lo

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Joshua Slive
On 11/22/05, Ken Murach <[EMAIL PROTECTED]> wrote: > Hi Joshua, > > Found out that for solaris, use the truss command instead of strace so I > ran the truss command (see below): > > [EMAIL PROTECTED] bin]$ truss -o /tmp/output httpd start I don't know what that "httpd" is, but it certainly isn'

Re: [EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-22 Thread Joshua Slive
On 11/22/05, Joel CARNAT <[EMAIL PROTECTED]> wrote: > Hi, > > I had an Apache 2.0.54 running on gentoo/i386. > I did an minor update (-r9 to -r31 which I suspect to be gentoo > internals). > > Since then, Apache won't start anymore... > I tried updating a few things (like mod_php, ...), cleanly rem

RE: [EMAIL PROTECTED] Connection Refused

2005-11-22 Thread Michael Avila
> Windows XP Pro > Apache 2.0.55 > Dynamic IP Address on DSL > > > For about a week or so whenever I start up my PC and try to connection to Apache, I keep getting a message "The connection > was refused when attempting to contact" and then the domain name. >it's via the internet so that your requ

Re: [EMAIL PROTECTED] Vhost number limited ?

2005-11-22 Thread William A. Rowe, Jr.
david micheneau wrote: Do you know how many Virtual Host apache is able to manage ? Unlimited. But consider that memory, and especially the number of available file descriptors (FDs) on your platform, considering you probably open at least an access and error log for each vhost, will be your p

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
Hi Joshua, Found out that for solaris, use the truss command instead of strace so I ran the truss command (see below): [EMAIL PROTECTED] bin]$ truss -o /tmp/output httpd start Starting the able Apache web server     http://itis-appdev.harvard.edu:10061     https://itis-appdev.harvard.edu:

Re: [EMAIL PROTECTED] What did I do wrong?

2005-11-22 Thread Oil Pine
Hi, I've solved the problem. I failed to specify the port (:80) as follows: NameVirtualHost *:80 # # NOTE: NameVirtualHost cannot be used without a port specifier # (e.g. :80) if mod_ssl is being used, due to the nature of the # SSL protocol. # pine

[EMAIL PROTECTED] Load images

2005-11-22 Thread Benjamin Adams
My images have trouble loading at a good speed. System, Mac Dual G5, apache 1.3.33 httpd.conf --- RLimitNPROC max max ExtendedStatus On Timeout 40 KeepAlive On MaxKeepAliveRequests 300 KeepAliveTimeout 10 MaxClients 500 MinSpareServers 5 MaxSpareServers 18 StartSer

Re: [EMAIL PROTECTED] Migrating from IIS to Apache - how to keep the SSL certificate?

2005-11-22 Thread Joost de Heer
herauthon wrote: > Suspicious whitespace sequence : Avast Alert could you please fix your mail program so it won't bug us with this useless information? Joost - The official User-To-User support forum of the Apache HTTP Server

[EMAIL PROTECTED] Vhost number limited ?

2005-11-22 Thread david micheneau
Do you know how many Virtual Host apache is able to manage ?   David.     David Micheneau System Administrator Le Millenium 12, quai de Queyries F-33072 Bordeaux Cedex

[EMAIL PROTECTED] Apache stops/freezes before "Digest: done"

2005-11-22 Thread Joel CARNAT
Hi, I had an Apache 2.0.54 running on gentoo/i386. I did an minor update (-r9 to -r31 which I suspect to be gentoo internals). Since then, Apache won't start anymore... I tried updating a few things (like mod_php, ...), cleanly remove packages and remaning directories and reinstalling the package

RE: [EMAIL PROTECTED] What did I do wrong?

2005-11-22 Thread Oil Pine
Owen, I get the error message to http://www.yxxx.org/ . There is nothing configured for mod_ssl in my httpd.conf. mod_ssl is not loaded or even listed in the config file. As I said, I did not have any problem until I set up virtual host. ServerName www.yxxx.org ServerAlias yxxx.org *.yx

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
Hi Joshua, Thanks for replying to my posting. The logs directory for each account (able & fad) are 777 across the board and they are owned by itisgrp:itis. Here's what I get when I try to start up apache 1.3.33 for the able account for example as itisgrp: [EMAIL PROTECTED] bin]$ ./httpd sto

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Joshua Slive
On 11/22/05, Ken Murach <[EMAIL PROTECTED]> wrote: > Hi everyone, > > My name is Ken Murach and I'm relatively new to the apache world. I'm a > unix administrator and I was recently asked to install apache 1.3.33 on one > of our servers. I was able to install/configure apache 1.3.33 successfully. >

[EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
Hi everyone, My name is Ken Murach and I'm relatively new to the apache world. I'm a unix administrator and I was recently asked to install apache 1.3.33 on one of our servers. I was able to install/configure apache 1.3.33 successfully. However, the user itisgrp is unable to start apache 1.3.3

RE: [EMAIL PROTECTED] What did I do wrong?

2005-11-22 Thread Boyle Owen
> -Original Message- > From: Oil Pine [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 22. November 2005 17:02 > To: httpd user group > Subject: [EMAIL PROTECTED] What did I do wrong? > > > I'd been running apache2 server on my fedora core 3 machine for some > time. Since I set up two virtual

Re: [EMAIL PROTECTED] What did I do wrong?

2005-11-22 Thread Josh Feather
Did you enable mod_ssl...what command did you use to configure apache? "Oil Pine" <[EMAIL PROTECTED]> 11/22/2005 10:02 AM Please respond to users@httpd.apache.org To "httpd user group" cc Subject [EMAIL PROTECTED] What did I do wrong? I'd been running apache2 server o

RE: [EMAIL PROTECTED] Problems with installing a precompiled tarball to separate directories

2005-11-22 Thread Axel-Stéphane SMORGRAV
1. I would build and install httpd in the same root on all servers. If you install httpd under any other directory prefix, you will need to adjust the library path somehow, e.g. using LD_LIBRARY_PATH. 2. The web server configuration does not necessarily need to be below the httpd install root.

[EMAIL PROTECTED] What did I do wrong?

2005-11-22 Thread Oil Pine
I'd been running apache2 server on my fedora core 3 machine for some time. Since I set up two virtual servers, I've been getting the following error message. I did not mean to make the port SSL-enabled. pine --- Bad Request Your browse

Re: [EMAIL PROTECTED] mod_rewrite passing arguments in url

2005-11-22 Thread Joshua Slive
On 11/22/05, Edu Miralles <[EMAIL PROTECTED]> wrote: > > > I need to > rewrite the url with the arguments between "-" onto a normal notation > to php. As the log says, the rewriting it's ok but after applicate the > rules, mod_rewrite splits the arguments, and at the end they are gone > > In this

Re: [EMAIL PROTECTED] High cpu load on apache

2005-11-22 Thread Joshua Slive
On 11/22/05, Kjell Grindalen <[EMAIL PROTECTED]> wrote: > I am runninng apache-2.0.55 on a Solaris 9 SPARC server. > I use the server a a frontend for my websphere 5.1 server > My configure looks like this > > ./configure --prefix=/usr/local/apache_prod --with-mpm=prefork --enable-info > --enable-s

[EMAIL PROTECTED] About ab (or ab2) output

2005-11-22 Thread Daniel
Hi to all! I need help to understand the ab output. I tried a lot of associations to the values but I always get an inconsistency :( Below, is an example of output: ## $ /usr/bin/time ab -n 1 -c 1 http://localhost/ This is

[EMAIL PROTECTED] High cpu load on apache

2005-11-22 Thread Kjell Grindalen
Title: High cpu load on apache Hi everyone! I am runninng apache-2.0.55 on a Solaris 9 SPARC server. I use the server a a frontend for my websphere 5.1 server My configure looks like this ./configure --prefix=/usr/local/apache_prod --with-mpm=prefork --enable-info --enable-so --enable-r

RE: [EMAIL PROTECTED] Proxy and Virtual Host

2005-11-22 Thread Flanakin Michael C Ctr HQ OSSG/OMR
No, that's perfect. As long as outside requests come on port 80, I don't care how internal ports are treated. The biggest thing was that I wasn't sure if I could setup a proxy block within a virtual host block. Just one question. Can I specify the domain address as opposed to the IP address in the

[EMAIL PROTECTED] mod_rewrite passing arguments in url

2005-11-22 Thread Edu Miralles
I need to rewrite the url with the arguments between "-" onto a normal notation to php. As the log says, the rewriting it's ok but after applicate the rules, mod_rewrite splits the arguments, and at the end they are gone In this group I have found similar problems, but their workaround has not

[EMAIL PROTECTED] Re: Migrating from IIS to Apache - how to keep the SSL certificate?

2005-11-22 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > Hi, > > We are considering a migration from IIS to apache2 on a win2k server. I > got mod_ssl up and running with a self-signed sertificate but I hit the > wall when I tried to reuse our existing certificate signed from a CA. First export the IIS certificate: - Go to th