> -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
> -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
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
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
#
#
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
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
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
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
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
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
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
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
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
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"
> 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
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
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
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
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
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
>> 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
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
>
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
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.
> > 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
> -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
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
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
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
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
>> 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
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
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
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
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
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
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
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
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
>> > 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
> 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
41 matches
Mail list logo