RE: [EMAIL PROTECTED] Apache does not see end of cgi module

2005-10-19 Thread Boyle Owen
> -Original Message- > From: Jain, Abhay K, ALABS [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 19. Oktober 2005 22:23 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache does not see end of cgi module > > > I am running apache 1.3.33 on Tru64Unix. > Once in a while, after I pr

RE: [EMAIL PROTECTED] Removing index.cgi

2005-10-19 Thread Boyle Owen
> -Original Message- > From: Kai Hendry [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 20. Oktober 2005 05:19 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Removing index.cgi > > > I'm trying to remove "index.cgi" from my URL structure on my shared > host. I've been trying Rewr

[EMAIL PROTECTED] Removing index.cgi

2005-10-19 Thread Kai Hendry
I'm trying to remove "index.cgi" from my URL structure on my shared host. I've been trying Rewriterules in my .htaccess without luck. Can someone please help? Don't want "index.cgi" in URI structure: http://trac2.natalian.org/index.cgi/browser/projects/ This is how I want it: http://trac2.natali

[EMAIL PROTECTED] Virual hosts not working

2005-10-19 Thread Bill Measday
Under Fedora Core 4 and Apache 2.0, I have the following in /etc/httpd/conf/httpd.conf ... Listen *:80 ... NameVirtualHost *:80 # Where do we put the lock and pif files? LockFile "/var/lock/httpd.lock" CoreDumpDirectory "/etc/httpd" # Defaults for virtual hosts # Logs # # Virtual hosts # #

[EMAIL PROTECTED] Re: Apache With SBC DSL

2005-10-19 Thread Shankar Unni
Michael Avila wrote: question. Is it a 192 address? Yep, you guessed it! The answer was yes. No, it's not (not a 192.**168**.* address (private), that is). Whatever address you get will be a public IP address. But yes, watch out for various ports being blocked (a whole lot of them are bloc

[EMAIL PROTECTED] httpd still using too much memory - serious memory leak?

2005-10-19 Thread Marc Perkel
I've asked about this before and never got an answer. I used to run my server on a dual xeon computer and it was very memory efficient. I moved to the 64 bit version of of Fedora Core 4 and now it's filling up memory really fast. Both servers had 4 gigs of ram. And basically the same configura

[EMAIL PROTECTED] Apache does not see end of cgi module

2005-10-19 Thread Jain, Abhay K, ALABS
I am running apache 1.3.33 on Tru64Unix. Once in a while, after I press submit button, the cgi script performs its function and quits but the progress bar stays on the browser. It seems that apache does not see whatever tells it that cgi script has exited. After five minute timeout, I see entry in

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joshua Slive
On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote: > oh ok, i guess you are talking about using top to find an httpd process with > high cpu? then how do i attach a debugger to it? gdb /path/to/httpd attach pid where (replace pid with the process id obtained from top) http://httpd.apache.org/dev/debug

[EMAIL PROTECTED] IndexIgnore question

2005-10-19 Thread Hugh Williams
Hi; Is there any way in Apaceh 1.3.x to get a negation of the IndexIgnore directive, that is, tell the index displayer to show anything that's *not* listed instead of hiding whatever *is* listed? I'm looking for "show anything that matches the following pattern and skip all others"... It looks l

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joe A
oh ok, i guess you are talking about using top to find an httpd process with high cpu? then how do i attach a debugger to it?On 10/19/05, Joshua Slive < [EMAIL PROTECTED]> wrote:On 10/19/05, Joe A < [EMAIL PROTECTED]> wrote:> joshua,>>  what do u mean by "shows a process on cpu"?Something with high

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joshua Slive
On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote: > joshua, > > what do u mean by "shows a process on cpu"? Something with high cpu usage. Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joe A
joshua, what do u mean by "shows a process on cpu"?On 10/19/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote: > What would cause apache2 to occasionally become unresponsive? SAR isn't> reporting any heavy load for the 10 minute period during which it crashed

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joshua Slive
On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote: > What would cause apache2 to occasionally become unresponsive? SAR isn't > reporting any heavy load for the 10 minute period during which it crashed... > apparently when it was unresponsive there was "just one single apache thread > running" Usually a

[EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-19 Thread Joe A
What would cause apache2 to occasionally become unresponsive? SAR isn't reporting any heavy load for the 10 minute period during which it crashed... apparently when it was unresponsive there was "just one single apache thread running"

Re: [EMAIL PROTECTED] Todd W Stephens is out of the office.

2005-10-19 Thread Covington, Chris
> From: Todd W Stephens [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 1:52 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Todd W Stephens is out of the office. > > I will be out of the office starting 10/18/2005 and will not return until 10/21/2005. > I will respond to

Re: [EMAIL PROTECTED] Apache not working?

2005-10-19 Thread Uzo Madujibeya
Elizabeth,from your earlier post you say that you have installed apache right? So open a command window and type in the location of the apache install for example:> cd /usr/local/apache2/binthen type:> ./apachectl startNow open up a browser window and type:http://127.0.0.1If you see an introduction

FW: Re: [EMAIL PROTECTED] Apache not working?

2005-10-19 Thread Elizabeth Datig
Can anyone give me some advice on what to do? From: "Elizabeth Datig" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache not working? Date: Mon, 17 Oct 2005 12:21:45 -0400 I took your advice and installed the bundled package XA

Re: [EMAIL PROTECTED] mod_cache

2005-10-19 Thread Joshua Slive
On 10/19/05, Praveen Alavilli <[EMAIL PROTECTED]> wrote: > Hi Guys, > Just wanted to find out if anyone is using mod_cache and what their > experiences are. The web site says it's still in experimental mode - though > the page might be an outdated one. At apache.org, we use mod_cache to front-en

Re: [EMAIL PROTECTED] problem integrating apache,linux,python

2005-10-19 Thread Joshua Slive
On 10/19/05, neha gupta <[EMAIL PROTECTED]> wrote: > The problem is,when i m running my python script,after > starting apache ,it is showing me the code it has. > LoadModule python_module > /home/ngupta/Apache2/modules/mod_python.so > > > DocumentRoot "/home/ngupta/Apache2/htdocs" > > > AllowO

Re: [EMAIL PROTECTED] apache2 processes eating CPU

2005-10-19 Thread Joshua Slive
On 10/19/05, Marius Pumputis <[EMAIL PROTECTED]> wrote: > I have a problem with Apache/2.0.54 on debian. It started few days ago. Apache > started to use all the CPU. It does it in a rather strange way: every ~5 or ~6 > minutes one apache processes starts running "full speed" and doesn't stop, > af

Re: [EMAIL PROTECTED] How to prevent AuthBasic login pop-up after first failed login attempt

2005-10-19 Thread Martin Knoblauch
>> hmm. Not sure that this will help. The 401 ErrorDocument is only >> displayed, when I finally press the "cancel" button on the login >> pop-up. I can do an infinite number of failed logins before without >> getting the ErrorDocument displayed. > >No, in fact, the ErrorDocument is delivered to

Re: [EMAIL PROTECTED] MySQL versus Postgres Auto Increment

2005-10-19 Thread Sean Davis
On 10/19/05 8:01 AM, "Uzo Madujibeya" <[EMAIL PROTECTED]> wrote: > Have you guys by any chance investigated using Hibernate as persistence layer > which you can use to interrogate a number of RDBMS? Many of the issue you > mention with specific database usage are handled by hibernate. > > Uzo >

Re: [EMAIL PROTECTED] MySQL versus Postgres Auto Increment

2005-10-19 Thread Uzo Madujibeya
Have you guys by any chance investigated using Hibernate as persistence layer which you can use to interrogate a number of RDBMS? Many of the issue you mention with specific database usage are handled by hibernate.UzoOn 19 Oct 2005, at 12:31, Sean Davis wrote:I am not a programmer, but I do use dat

Re: [EMAIL PROTECTED] MySQL versus Postgres Auto Increment

2005-10-19 Thread Sean Davis
On 10/18/05 11:12 PM, "Michael Avila" <[EMAIL PROTECTED]> wrote: > I have been reading the series of messages on MySQL versus Postgres. I have a > couple of concerns myself. There is one that is important to me. Am I being > paranoid or is there a good reason to be concerned? Here is my situation.

RE: [EMAIL PROTECTED] Configuring a reverse proxy for SSL

2005-10-19 Thread David Leangen
> > What seems strange to me is that the proxy host requires > > a certificate just to tunnel a session to an https backend > > system... This seems like quite a lot of overhead for > > nothing... > well, that is is because it is not just a tunnel. :-) > If you want just that, then you could use

RE: [EMAIL PROTECTED] Configuring a reverse proxy for SSL

2005-10-19 Thread Boyle Owen
> -Original Message- > From: David Leangen [mailto:[EMAIL PROTECTED] > > What seems strange to me is that the proxy host requires a > certificate just > to tunnel a session to an https backend system... This seems > like quite a > lot of overhead for nothing... What you're doing is rece

[EMAIL PROTECTED] mod_cache

2005-10-19 Thread Praveen Alavilli
Hi Guys, Just wanted to find out if anyone is using mod_cache and what their experiences are. The web site says it's still in experimental mode - though the page might be an outdated one. thanks for any info Praveen - The

RE: [EMAIL PROTECTED] Configuring a reverse proxy for SSL

2005-10-19 Thread Manuel Martin
Hello David, > What seems strange to me is that the proxy host requires a > certificate just > to tunnel a session to an https backend system... This seems > like quite a > lot of overhead for nothing... well, that is is because it is not just a tunnel. :-) If you want just that, then you coul

Re: [EMAIL PROTECTED] Apache stalling when serving certain files

2005-10-19 Thread Anders Bruun Olsen
On Wed, Oct 19, 2005 at 01:28:47AM +0200, Anders Bruun Olsen wrote: > > > > And then nothing more happens. Again this is only with some pictures, > > > > although it seems to have spread - all of a sudden a large number of > > > > picture-files are unable to be transfered via Apache. > > > If I had

Re: [EMAIL PROTECTED] security issue

2005-10-19 Thread Kailash Vyas
The call was made exploiting a vulnerability in a open source application which had a script which was making xml rpc calls. I have removed the script the rpc services were  disabled on the server. thanks, kailashOn 10/19/05, Boyle Owen <[EMAIL PROTECTED]> wrote: Plain text please...> There was a

RE: [EMAIL PROTECTED] Configuring a reverse proxy for SSL

2005-10-19 Thread David Leangen
>> I am having trouble getting my reverse proxy to work with SSL. > > Do you want the reverse proxy to be https-enabled, or do you > want to reverse-proxy to a https-host? > > To RP to a https-backend system you need 'SSLProxyEngine on'. Ah! That's the little detail I was missing. :-) Thank

RE: [EMAIL PROTECTED] security issue

2005-10-19 Thread Boyle Owen
Plain text please... > There was a process running on the server which was downloaded to tmp > directory > by using wget from a script making rpc calls on the server. If I understand you correctly: - some script running on another machine made a remote procedure call (RPC) to your server. - t

Re: [EMAIL PROTECTED] urgent help required strange .cgi page access problems

2005-10-19 Thread Sri
i am migrating from apache1.3 to apache2 the same script is working fime under 1.3 and under apache2 now i am getting   Server error! The server encountered an internal error and was unable to complete your request. Error message: Premature end of script headers: search.cgi   thanks for your hel

Re: [EMAIL PROTECTED] urgent help required strange .cgi page access problems

2005-10-19 Thread Eimantas Vaičiūnas
Hi, I suppose it's mod_includes (for SSI processing). Sri wrote: Hi, I am running apache2.0.54 on debian3.1 One of my customer is reported the error message abouth the apache2 error whenever they try to access the .cgi page they are getting the following error. Internal Server Error T

[EMAIL PROTECTED] urgent help required strange .cgi page access problems

2005-10-19 Thread Sri
Hi,    I am running apache2.0.54 on debian3.1     One of my customer is reported the error message abouth the apache2 errorwhenever they try to access the .cgi page they are getting the following error.   Internal Server Error The server encountered an internal error or misconfiguration and was una

Re: [EMAIL PROTECTED] Help with Apache-2.0.54 with mod_ldap_auth

2005-10-19 Thread Dmitriy Kirhlarov
On Tue, Oct 18, 2005 at 11:04:41AM -0500, Brenda Washington wrote: > I am trying to install Apache-2.0.54 with mod_ssl, mod_ldap, and > mod_auth_ldap with no success with the mod_auth_ldap > piece. My configure runs find, but I can't get apache to make. This is my > configure statement: > > # CP

Re: [EMAIL PROTECTED] LDAPS authentication failure in Apache2

2005-10-19 Thread Dmitriy Kirhlarov
On Tue, Oct 18, 2005 at 09:37:57AM -0500, Craig R. Bina wrote: > No apparent problem with the certificate: Plz, give me more information. 1. OS, apache, openldap versions. Compilations directive for apache. 2. Move ErrorLog /your/error_log LogLevel debug directives in head of httpd.conf 3. Can I

[EMAIL PROTECTED] security issue

2005-10-19 Thread Kailash Vyas
hi all, I was facing some problems with webserver security. There was a process running on the server which was downloaded to tmp directry by using wget from a script making rpc calls on the server. I have disabled the wget execute permissions but how do i make the webserver more secure for

[EMAIL PROTECTED] problem integrating apache,linux,python

2005-10-19 Thread neha gupta
hi, i m trying to integrate python with apache on linux.For this i m using mod_python. I dont see any problem with the versions of python,apache and mod_python i m using. the versions i m using are apache version2. mod_python v3.1.14 python2.4 The problem is,when i m running my python script,after

RE: [EMAIL PROTECTED] Configuring a reverse proxy for SSL

2005-10-19 Thread Joost de Heer
>> > I am having trouble getting my reverse proxy to work with SSL. Do you want the reverse proxy to be https-enabled, or do you want to reverse-proxy to a https-host? To RP to a https-backend system you need 'SSLProxyEngine on'. > [warn] proxy: No protocol handler was valid for the URL /path/bl

[EMAIL PROTECTED] Re: Apache With SBC DSL

2005-10-19 Thread Joost de Heer
> and it is a private network (192.0.0.0) address? 192.168.0.0/16 is a private network, the rest of the 192.0.0.0/8 network is routable. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See h