Hi,
> (13)Permission denied: exec of '/etc/nagios/sbin/status.cgi' failed,
> referer: http://217.37.64.81/nagios/side.html
> [Thu Mar 09 14:55:01 2006] [error] end of script headers: status.cgi,
> referer: http://217.37.64.81/nagios/side.html
Something that has nothing to do with your problem:
Is it possible to display multiple types of data if content-lengths are
specified satisfactorily in the headers?
For example, indicating that there will be X bytes of ASCII data, Y
bytes of binary JPG data, Z bytes of more ASCII data, etc? This is for a
content-management system.
I can on
Hello,
I am trying to find a sane and simple way to redirect unauthenticated
user from directory /foo to a secure directory /bar. After
successful authentication occurs in /bar, I would like to redirect
them back to /foo via http, not https. Is this possible?
Directory /foo is configured with t
Is there a format I can use in my file to specify permissions on any
directory called 'config'? Basically I want all users to be read only to
this location. It's position in directory hierarchy will be the same for
every parent folder (ie. /ProjectA/config, /ProjectB/config)
My current .groups fil
>> I have a lot of theses (Apache internal dummy connection),
>but I can't
>> get rid of them, I don't know where they come from. Any hints ?
>>
>>
>> 192.168.1.20 - - [09/Mar/2006:08:42:40 +] "GET / HTTP/1.0" 200
>> 15545 "-" "Apache (internal dummy connection)" 192.168.1.20 - -
>> [09/Ma
My virtual host logs catches all logs :-( , and not only the
access/error for that virtual hosts, I don't even have the main server
logs anymore :-(
Here's my logs configuration in my virtual-host
"/etc/httpd/conf.d/jehan-procaccia.conf"
ErrorLog
/mci/mci/procacci/public_html/logs/jeh
Victor,
Thank you for your response. It got me thinking in the right paradigm
to solve the problem. My main httpd.conf file had an Include line for
including other .conf files. The problem was that the syntax of this
line ended in *.conf, so all of the .conf files in the specified path
wer
Thank you. Unfortunately, this is on a shared hosting server, and I
don't have access to the config files, nor the re-write log (if there
is one).
I figured out after I posted my question that I needed to exclude the
/demo/ directory, since that's where this is. I tried the regex you
suggested --
Alan Little wrote:
I have a rule in
doc root for the domain
Why don't you use the Rules in per-server context (httpd.conf), many
things are a lot easier there, because there is no internal redirect and
the regEx is only compiled once at startup and not per each request.
What can you find in
Is the error:
[warn] NameVirtualHost aaa.bbb.ccc.ddd:80 has no VirtualHosts
or
[warn] NameVirtualHost *:80 has no VirtualHosts
If you have a directive, but the
error is actually "[warn] NameVirtualHost *:80 has no VirtualHosts",
then you have an extra "NameVirtualHost *:80" somewhere. Do you hav
Just an update to this. The problem is that proxypass does not work inside
the locationmatch, that is proxypass cannot evaluate a RE. You need to use
rewriterule to achive this task. Here is an example:
RewriteEngine On
BalancerMember ajp://10.0.0.152:8009 loadfacto
Perhaps the syntax in my .conf file is wrong. Here is a more explicit
description of my .conf file.
NameVirtualHost aaa.bbb.ccc.ddd:80
#a bunch of stuff that is commented out
ServerAdmin [EMAIL PROTECTED]
DocumentRoot ibetyouwouldliketoknowthistoo
ServerName e.f.com:80
CustomLog
Dear List
I have installed nagios 1.13 on a develop machine that is running fedora core 4
and it works fine.
When I installed the same packages on to my production server the cgi does not
seam to work, All I get in the error logs the following:
(13)Permission denied: exec of '/etc/nagios/
Ryan,
If modifying apache config doesn't cure the problem, you are
probably hitting a TCP parameter timeout on your operating system.
Try looking at the TCP/IP tuning for your OS.
rgds
Let's try this again...
I'm seeing an odd issue on apache2 for Debian Sarge (Server version:
Apache/2.0
Your .conf should contain something like this:
# name based virtualhost
NameVirtualHost *:80
# default virtualhost if nothing else matches criteria
.
Basicly, it seems that you have stated NameVitrualHost *:80 but have
none virtual host and that's why Apache is complainig.
Cheers,
Alek
Let's try this again...
I'm seeing an odd issue on apache2 for Debian Sarge (Server version:
Apache/2.0.54, Server built: Sep 5 2005 11:11:08). I've got a Perl CGI can
be counted on to run for as long as an hour. After 15 minutes/900 seconds, the
browser stops accepting content from the brow
I am using Apache v2.0.55. In my error log file, I am seeing the
following entry.
[warn] NameVirtualHost *:80 has no VirtualHosts
Now, looking in my .conf file, I do see a line that reads
"NameVirtualHost *:80", and it is commented out. However, when I
uncommented it, I still received the w
Sorry if this has been asked before; I tried to find if there were
searchable archives for this list, but couldn't find anything.
I want to do a rewrite based on the value of a cookie. I have a rule in
doc root for the domain, which directs it to the demo directory based on
the third-level domain
Nick, I really did not get this.
To me it is clear that using a front-end web server for serving static contents
and proxying other requests to a back-end application server, whether being
Tomcat, Sun, BEA, IBM or other, offloads the application server and improves
overall performance of an (J2
That's the problem: as far as I remember, mod_expires adds the Expires header
after mod_cache has declined to cache the response. Therefore, adding the
expires header will not cause Apache to cache the response, but the client
agents (navigators) will.
If you can verify that what I wrote is cor
Naresh,
I don't know exactly what you are talking about, but for handling
lightweight XML-based communication between a client and a server, you might
look into XML::RPC or a technology like that. This does not come with the
apache server, as far as I know. You will have to write some CGI code (
Joshua Slive wrote:
On 3/8/06, Jehan PROCACCIA <[EMAIL PROTECTED]> wrote:
When I go to http://jehan-procaccia.int-evry.fr/cgi/printenv.cgi I get
"500 Internal server Error", apache logs says "Premature end of script
headers: printenv.cgi" and suexec logs:
[2006-03-08 19:05:26]: uid: (14503/
On Fri, Mar 03, 2006 at 02:58:44PM +, Matthew Claridge wrote:
I'm using version 2.0.46, with Resin (not that important whats behind
apache...). I have the following config set up to rewrite some elements
of our dynamic URLs:
RewriteEngine On
ProxyMaxForwards 200
Rewri
Thanks for the explanation! At least this means that the description of
CacheDefaultExpire is somewhat misleading , I think.
I don't use a reverse proxy and I have little control over the output
from the CGI program, but maybe mod_expires or mod_headers can add the
header before mod_cache eval
Hi
> I have a lot of theses (Apache internal dummy connection), but I can't get
> rid of them, I don't know where they come from. Any hints ?
>
>
> 192.168.1.20 - - [09/Mar/2006:08:42:40 +] "GET / HTTP/1.0" 200 15545 "-"
> "Apache (internal dummy connection)"
> 192.168.1.20 - - [09/Mar/2006:08
> -Original Message-
> From: Nick Kew [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 9. März 2006 09:57
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Configuring Apache 2 with Tomcat 5.11
>
> On Thursday 09 March 2006 07:28, Boyle Owen wrote:
>
> > The basic idea is that a
On Thursday 09 March 2006 07:28, Boyle Owen wrote:
> The basic idea is that apache acts as the front-end and receives incoming
> requests from the web. Usually, you use apache to serve static stuff
> (images, downloads, plain HTML etc.) because it's fast. Requests for
> dynamic content are "passed
Hello,
I have a lot of theses (Apache internal dummy connection), but I can't get
rid of them, I don't know where they come from. Any hints ?
192.168.1.20 - - [09/Mar/2006:08:42:40 +] "GET / HTTP/1.0" 200 15545 "-"
"Apache (internal dummy connection)"
192.168.1.20 - - [09/Mar/2006:08:42:41
Hi,
> Is there anybody out there who knows how to get the Apache Webserver and
> Tomcat application server (servlet engine) working. I already configured
> the apache webserver and it is working fine with static contents but it
> doesn't work with dynamic ones. I need to get the tomcat engine
> in
29 matches
Mail list logo