Eric Covener wrote:
On Sat, Sep 25, 2010 at 2:11 PM, MikeB wrote:
Can anyone please tell me where this variable is defined? I see it in the
httpd.conf file but I can't find where it is defined.
It's probably defined in whatever shell invoked
apachectl/httpd/whatever. "Real" environment vari
On Sat, Sep 25, 2010 at 2:11 PM, MikeB wrote:
> Can anyone please tell me where this variable is defined? I see it in the
> httpd.conf file but I can't find where it is defined.
>
It's probably defined in whatever shell invoked
apachectl/httpd/whatever. "Real" environment variables can be
access
Can anyone please tell me where this variable is defined? I see it in
the httpd.conf file but I can't find where it is defined.
Thanks.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://ht
On Sat, Sep 25, 2010 at 7:19 AM, Julien Jabouin wrote:
> Hello,
>
> I have Apache/2.2.9 (Debian) with apache2.conf extract :
>
> ErrorLog /var/log/apache2/error.log
> LogLevel warn
>
> But when i watch my log file i see "notice" messages.
The manual says:
"When logging to a regular file messages
Hello,
I have Apache/2.2.9 (Debian) with apache2.conf extract :
ErrorLog /var/log/apache2/error.log
LogLevel warn
But when i watch my log file i see "notice" messages.
Do you know why ?
Thanks,
Julien
-
The official User-To-U
Richard Riley writes:
>
> So I added the rewrite rules below but they are not triggering. As you
> see I tried debugging but I am getting nothing into the log file.
This is now fixed. I had to create a .htaccess file and place rewrite
rules in there. I dont know why it didnt work from the httpd
Hi, Hopefully a simple Q as I am running around in circles a little bit.
I wish to use mass vhosts. I would like all sites to share a common
codebase/page repository - in this case "lib" which is a symbolic link
elsewhere. Each site has its own custom, db and images directories. I
can get these d
2010/9/25, Nick Kew :
> The concept you're looking for is "Authoritative" authorization (you need
> to turn it Off to use more than one Require with OR logic).
I tried setting "AuthzLDAPAuthoritative off", without success, it's
still AND logic (group and user must match).
Reading the documentation
On 25 Sep 2010, at 08:14, swm38 swm38 wrote:
> Hello,
>
> I've set up ldap authentication and would like to allow access to all
> users in groupA and another user userA (not part of the group).
>
> Require user userA
> Require ldap-group groupA
> Satisfy any
>
> This doesn't work, it accepts a
Hello,
I've set up ldap authentication and would like to allow access to all
users in groupA and another user userA (not part of the group).
Require user userA
Require ldap-group groupA
Satisfy any
This doesn't work, it accepts any user.
>From looking at the documentation, it seems like this si
10 matches
Mail list logo