I will be out of the office starting February 15, 2008 and will not return
until February 19, 2008.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for
I have the following situations.
Apache uses User and Group directives to switch to that user.
But the user is overquota. Apache starts but cannot create pid file
and after that my scripts cannot determine pid of the appropriate
apache process (i have a bunch of httpd processes each running its o
On Thursday 14 February 2008 8:24:03 am john frey wrote:
> I've just started hosting some files for a Gnu/Linux project and my
> upstream bandwidth is saturated. How can I limit upstream bandwidth in
> Apache web server?
>
> I think it's my upstream bandwidth. Suddenly after posting the link for
On Thu, 14 Feb 2008 13:10:55 -0500
"D'Ausilio, John" <[EMAIL PROTECTED]> wrote:
> Should also mention .. the OPTIONS request comes in *without* a user,
> hence the 401 ..
Why not just , and either unconditionally allow it
or return a canned response?
--
Nick Kew
Application Development with Ap
Hello, I solved the problem. Thankyou for all
The problem was a transparent proxy where the request was redirect
On Feb 13, 2008 4:05 PM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Feb 13, 2008 12:14 PM, Carlos Eduardo Maiolino <[EMAIL PROTECTED]>
> wrote:
> > The Permissions Are OK
>
> Start
On Thu, Feb 14, 2008 at 09:05:16PM +0100, Ivan Garcia Sainz-Aja wrote:
> is it posible reading the password form an operating system env
> variable, can it be configured from an environment variable set at
> startup
That might be a terrible idea, depending on your OS. On Linux, for
example, with
Update:
After rebuilding Expat several times I explicitly disabled the static
build and enabled the shared ( though it's supposed to be shared by
default ) and the size changed and I'm now able to get different errors:
httpd: Syntax error on line 55 of
/web/apache/production/conf/httpd.conf: Cann
hi all
i need u r help in configuring http 2.0.60 server
i am cognos consultant i wanna install websever for cognos to run on web .i
wanna create virtual directories , so that i can link tham to my cognos folder
in my local system
please reply and help me
Hi all,
In order to protect AuthLDAPBindPassword password
how is the best way I can protect AuthLDAPBindPassword:
is it posible reading the password form an operating system env
variable, can it be configured from an environment variable set at
startup
if not, does it make any sense to keep thi
On Thu, Feb 14, 2008 at 2:21 PM, Andrew2008
<[EMAIL PROTECTED]> wrote:
>
>
>
> Joshua Slive-2 wrote:
> >
> > The problem is almost-certainly that your application is sending the
> > wrong Content-Type header. For instructions on how to look at the
> > header, see:
> > http://wiki.apache.org/h
Joshua Slive-2 wrote:
>
> The problem is almost-certainly that your application is sending the
> wrong Content-Type header. For instructions on how to look at the
> header, see:
> http://wiki.apache.org/httpd/WatchingHttpHeaders
>
> That leaves open the question of WHY the wrong content-type i
2008/2/14 Eric Covener <[EMAIL PROTECTED]>:
> On Thu, Feb 14, 2008 at 9:13 AM, Radosław Antoniuk
> <[EMAIL PROTECTED]> wrote:
>
> > So, Is it possible? The question is, is there a way of using the
> > actual login/password credentials for the binding phase and if bind
> > succeeds ==> authent
Excellent! Works like a charm! Thanks kindly!!
jd
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
Slive
Sent: Thursday, February 14, 2008 1:29 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] HTTP OPTIONS and auth issues
On Thu, Feb 14
On Wed, Feb 13, 2008 at 6:03 PM, Moacir Schmidt
<[EMAIL PROTECTED]> wrote:
> Hi, everybody!
>
> I'm trying to develop an 'uploader' dso module to handle file
> submissions from client browsers. The code worked well on win32 but on
> debian hangs with files which size is over 22k.
You might wan
On Wed, Feb 13, 2008 at 1:33 PM, Qingshan Xie <[EMAIL PROTECTED]> wrote:
> Team,
>
>As you know filer or shared storage has been widely used in the
> infrastructure build. In the case of multiple web hosts share the same
> filer, does Apache instance on a host need to read/write some running
On Thu, Feb 14, 2008 at 1:27 PM, Andrew2008
<[EMAIL PROTECTED]> wrote:
>
>
>
> PingBad wrote:
> >
> > Have you tried the DefaultType
> > [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive?
> >
>
> I changed the defaulttype directive but it still does not render correctl
On Thu, Feb 14, 2008 at 12:55 PM, D'Ausilio, John <[EMAIL PROTECTED]> wrote:
>
>
>
>
> I've got a tomcat app with apache (2.2) in front of it. Apache handles the
> auth through LDAP and requires membership in a specific group. One of the
> app features allows the user to generate an csv file from s
PingBad wrote:
>
> Have you tried the DefaultType
> [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive?
>
I changed the defaulttype directive but it still does not render correctly.
The good news is when I did a view source, it looked like it has all html
elements in
Should also mention .. the OPTIONS request comes in *without* a user,
hence the 401 ..
I've got a tomcat app with apache (2.2) in front of it. Apache handles
the auth through LDAP and requires membership in a specific group. One
of the app features allows the user to generate an csv fi
At 09:56 AM 2/14/2008, Melanie Pfefer wrote:
excuse this beginner's question:
how to configure apache so that when I enter
http://localhost/cacti goes directly to
http://localhost/cacti/index.php
You could probably do something with a redirect, or
DirectoryIndex index.php
If you also have index.html in that directory and would like that
index.php is always accessed first, then move it up all the way, like
DirectoryIndex index.php index.html...
Jan
On Feb 14, 2008, at 12:56 PM, Melanie Pfefer wrote:
excuse this beginner's question:
how to configure apache s
On Thu, Feb 14, 2008 at 12:56 PM, Melanie Pfefer
<[EMAIL PROTECTED]> wrote:
> excuse this beginner's question:
>
> how to configure apache so that when I enter
> http://localhost/cacti goes directly to
> http://localhost/cacti/index.php
Find the DirectoryIndex directive in httpd.conf and add in
excuse this beginner's question:
how to configure apache so that when I enter
http://localhost/cacti goes directly to
http://localhost/cacti/index.php
thanks
___
Support the World Aids Awareness campaign this month with Yahoo! For Go
I've got a tomcat app with apache (2.2) in front of it. Apache handles
the auth through LDAP and requires membership in a specific group. One
of the app features allows the user to generate an csv file from some
data and download it. When this download fires with an IE client, the
browser also issu
On Thu, Feb 14, 2008 at 10:30 AM, O'DELL, TODD E (ATTOPS)
<[EMAIL PROTECTED]> wrote:
> I'm able to build the 2.2.8 Apache on a AIX 5.3 server. It will compile
> and install but when I go to start it I get this:
>
> exec(): 0509-036 Cannot load program httpd because of the following
> errors:
>
On Thu, Feb 14, 2008 at 9:13 AM, Radosław Antoniuk
<[EMAIL PROTECTED]> wrote:
> So, Is it possible? The question is, is there a way of using the
> actual login/password credentials for the binding phase and if bind
> succeeds ==> authentication true and go to authorization phase?
The problem yo
I've just started hosting some files for a Gnu/Linux project and my upstream
bandwidth is saturated. How can I limit upstream bandwidth in Apache web
server?
I think it's my upstream bandwidth. Suddenly after posting the link for the
files my internet access is very slow.
---
2008/2/14 Krist van Besien <[EMAIL PROTECTED]>:
> On Thu, Feb 14, 2008 at 3:13 PM, Radosław Antoniuk
> <[EMAIL PROTECTED]> wrote:
>
> > But the problem is that I need to bind to LDAP for this phase with the
> > credentials that are going to be checked. because:
> > 1. my LDAP does not allow
On Thu, Feb 14, 2008 at 3:13 PM, Radosław Antoniuk
<[EMAIL PROTECTED]> wrote:
> But the problem is that I need to bind to LDAP for this phase with the
> credentials that are going to be checked. because:
> 1. my LDAP does not allow anonymous binding
> 2. i don't have any guest user that I want
On Thu, Feb 14, 2008 at 9:53 AM, Scott Haneda <[EMAIL PROTECTED]> wrote:
> Am I correct in that this is a bug in the google analytics javascript,
> and they are sending in a bad request?
I don't know about that. Somehow a bad request is getting generated,
and it does look related to the google
Well, yes, spaces are illegal, which is why apache returned a 400
error on those requests. The log is simply reporting the request line
as received by the client (with quote-escaping).
In my view, the parsing rules are relatively clear. Fields in the logs
(in common log format and its derivatives
On Wed, Feb 13, 2008 at 11:31 PM, Scott Haneda <[EMAIL PROTECTED]> wrote:
> pokey.example.com 59.92.230.64 - - [22/Jan/2008:08:14:19 -0800] "GET /
> \" + gaJsHost + \"google-analytics.com/ga.js HTTP/1.1" 400 376 "-" "-"
> These show up as errors in my stats software, (summary.net)
> The deve
Hey!
I'm just trying to configure LDAP authentication for apache, and it
looks like my scenario is not supported (or I can't find a word about
it).
I've read the docs on http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html.
Most of LDAP servers accept anonymous binding for the authentication
33 matches
Mail list logo