On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 3/26/07, Krist van Besien <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I have an apache 2.0.59 instance that is used as a proxy. In order to
> debug some problems I wanted to have a look at all the data that
> passed through it, so I recompile
Hello everybody
I have an apache 2.2.4 on a freebsd 5.4 server.
I try to set up a virtual host with load balancing.
Here is a part of my httpd.conf:
LoadModule proxy_module libexec/apache22/mod_proxy.so
LoadModule proxy_balancer_module libexec/apache22/mod_proxy_balancer.so
LoadMod
PIRONET Benoit wrote:
> Hello everybody
>
>
>
> I have an apache 2.2.4 on a freebsd 5.4 server.
>
>
>
> I try to set up a virtual host with load balancing.
>
>
>
> Here is a part of my httpd.conf:
>
> LoadModule proxy_module libexec/apache22/mod_proxy.so
>
> LoadModule proxy_balancer_
I have changed my VirtualHost configuration like this:
ServerName lbtest.lifeonline.be
ServerAdmin [EMAIL PROTECTED]
ProxyPass / balancer://mycluster2 stickysession=PHPSESSIONID
nofailover=On
BalancerMember http://www.lifeonline.be:80
On 3/27/07, Krist van Besien <[EMAIL PROTECTED]> wrote:
On 3/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
> LogLevel debug
This did not make any difference at all...
(although, according to the manual it should)
I tried putting LogLevel debug in my virtualhost context, and now I
get the o
Regarding this error, I'm still having the same problem.
I've visited the httpd room on IRC and posted in several forums.
Here is the page I'm having problems with:
http://www2.specialistagencyservices.co.uk/sections/needwork/test.php
It links to a script that shows the variables produced by
Mark Crosby wrote:
> Regarding this error, I'm still having the same problem.
>
> I've visited the httpd room on IRC and posted in several forums.
>
> Here is the page I'm having problems with:
> http://www2.specialistagencyservices.co.uk/sections/needwork/test.php
>
> It links to a script that s
On 3/26/07, Steve Kelem <[EMAIL PROTECTED]> wrote:
I'm trying to get userdir to work. Home directories are defined as
/home/foobar/user, but /home/foobar is a symbolic link
to /export/home. How do I enable following that symbolic link?
Options FollowSymLinks
needs to be set in the directory c
On 3/26/07, Peter Lauri <[EMAIL PROTECTED]> wrote:
Hi,
I am having some problems getting my mod_rewrite to work on my development
server. On my
production server (fedora c6) this works fine. But on my development server
(fedora c6) it
woun't work.
I have a file basicpage.php that is located in
My server hangs sometimes. When I call the server-status in mod_status,
all my children are in status "R", "..reading..". To trace my problem I
have to know what this exactly means.
What means "..reading.."?
In which state of the Apache live cicle does this appear?
Does it correspond with entrie
Hi,
I'm having problems with LDAP authentication. What worked in Apache
v2.0.53 does not work in Apache v2.2.4 and I assume that the difference
is actually between mod_auth_ldap.c and mod_authnz_ldap.c. Below is an
example of an LDAP configuration that works with the older server
(w/mod_auth_lda
Hi all.
I have an apache 2.2.4, which handles specific queries by module,
written using mod_cplusplus library.
I was using Apache2.2.3 for a long time (as only it was released) and
all going right. But after changing to 2.2.4 troubles arrived: apache
return in response header wrong content-typ
I did a mistack it is not
ProxyPassReverse / htt://www.lifeonline.be:80
but
ProxyPassReverse / http://www.lifeonline.be:80
I also add ProxyPass / http://www.lifeonline.be:80
but it still not runs :(
Here is my actual VirtualDomain Configuration:
ServerName lbtest.lifeonline.be
At 19:34 + 3/27/07, Dmitriy Gorbenko wrote:
>I have an apache 2.2.4, which handles specific queries by module, written
>using mod_cplusplus library.
>I was using Apache2.2.3 for a long time (as only it was released) and all
>going right. But after changing to 2.2.4 troubles arrived: apache re
Ah, the missing piece: "AuthBasicProvider ldap" Thanks.
-- Rob
Ricardo Stella said the following on 03/27/2007 10:19 AM:
> Rob Tanner wrote:
>
>> Hi,
>>
>> I'm having problems with LDAP authentication. What worked in Apache
>> v2.0.53 does not work in Apache v2.2.4 and I assume that the diff
Rob Tanner wrote:
> Hi,
>
> I'm having problems with LDAP authentication. What worked in Apache
> v2.0.53 does not work in Apache v2.2.4 and I assume that the difference
> is actually between mod_auth_ldap.c and mod_authnz_ldap.c. Below is an
> example of an LDAP configuration that works with t
Hi Joshua,
On Fri, Mar 16, 2007 at 09:29:30AM -0400, Joshua Slive wrote:
> I don't see any direct way this could happen. Some thoughts:
>
> 1. OpenBSD's "apache" is somewhat-heavily patched based on an obsolete
> version and therefore might do any number of things different from
> regular apache
Thanks, that worked, but it took me a while to realize that there has to
be a space between "/home/" and ">".
Thanks,
Steve
Joshua Slive said the following on 03/27/2007 06:33 AM:
> On 3/26/07, Steve Kelem <[EMAIL PROTECTED]> wrote:
>> I'm trying to get userdir to work. Home directories are defin
On 3/27/07, Steve Kelem <[EMAIL PROTECTED]> wrote:
Thanks, that worked, but it took me a while to realize that there has to
be a space between "/home/" and ">".
No, there doesn't, as far as I know. There was probably something else going on.
Joshua.
---
Hi
How to set htaccess on apache2 on Ubuntu
$ dpkg -l apache2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name
Version
On 3/27/07, Kaushal Shriyan <[EMAIL PROTECTED]> wrote:
Hi
How to set htaccess on apache2 on Ubuntu
That's pretty-close to a meaningless question. Perhaps you want to start here:
http://httpd.apache.org/docs/2.0/howto/htaccess.html
Joshua.
-
21 matches
Mail list logo