Displaying 20 results from an estimated 3000 matches similar to: "Centos6 - Apache + mod_dav_svn + ldap"
2015 Feb 12
0
info/EL5: subversion / mod_dav_svn
Just to point out that EL5 does not get this patch:
https://rhn.redhat.com/errata/RHSA-2015-0165.html
"A NULL pointer dereference flaw was found in the way the mod_dav_svn module
handled REPORT requests. A remote, unauthenticated attacker could use a
specially crafted REPORT request to crash mod_dav_svn. (CVE-2014-3580)"
https://bugzilla.redhat.com/show_bug.cgi?id=1174054#c17
2013 May 27
2
Wireless USB adaptor recommendation
Hello,
can someone recommend me wireless USB adaptor, which is supported in
Centos 5.7? I found information about various chipsets, but nothing like
"device X is OK". In most online stores the chipset is not announced.
Thanks in advance.
2009 Oct 11
3
SVN hell!
Hi!
I'm trying to install SVN on a latest version of CentOS (5.3). I just did:
yum install subversion
yum install mod_dav_svn
Then i edited /etc/httpd/conf.d/subversion.conf
and here is the content:
========================
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
# Limit write permission to list of valid users.
<LimitExcept GET PROPFIND OPTIONS
2014 Jan 14
2
Laptop recommendation
Hello,
I am looking for a laptop with the following specs:
Built-in GSM module
Trusted platform module
Support for these modules, as for the network (Ethernet + WiFi) for
RHEL/Centos6.
I tested Lenovo W540, and the WiFi is not detected. lspci shows:
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 818b
I came across
2008 Apr 06
4
Apache Authorization Access Control - location of htpasswd in Centos 5.1?
Hi,
I?m trying to set up a private family web site for genealogy, and want to set up Apache Authorization access control for this site, and once the user has logged in has access to the entire site. I?ve been reading the info at http://httpd.apache.org/docs/2.2/howto/auth.html to learn how to do this. I?m just planning on passing out the same username and password to all family members and
2008 Apr 06
2
Apache Authorization Access Control - location of, htpasswd in Centos 5.1
I don't think it's the path of htpasswd that's the problem but here it
is anyway: /usr/bin/htpasswd.
The problem is more likely that the directory you're trying to create
the password file in with the command "htpasswd -c /passwd/passwords
famsite" doesn't exist.
Iain Lee
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
2007 Mar 12
1
Basic authentication with Apache and Mongrel
I recently moved an app. from lighttpd + fastcgi to apache 2.2 +
mod_proxy_balancer + Mongrel. On lighttpd, I was using basic
authentication with a configuration like this:
auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = "/path/to/htpasswd"
auth.require = ("/" => ("method" => "basic", "realm" => "My
2007 Mar 13
1
Fwd: Re: Basic authentication with Apache and Mongrel
There is a big difference if you are not running a pure rails site. I am doing auth apache-side because I serve static content, perl scripts via cgi and feed the mongrel pack from Apache.
The REMOTE_USER variable value can be passed to rails using a technique described deep down in one of the informative pieces on the Mongrel website.
Bill
On Mon, 12 Mar 2007 17:54:07 -0700, Matte Edens wrote:
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
I get the following error on installing Apache 2.2.4 on, any ideas what
might be wrong.
make[1]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
make[2]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -pthread -o
htpasswd htpasswd.lo -lm
/home/odege/Desktop/httpd-2.2.4/srclib/pcre/libpcre.la
2012 Jan 29
0
HTPasswd format and protecting XSL pages
Hi,
I had a need to look at icecast.org yesterday. Despite the fact that it
had been there for over 3 years (since the last release), I only just
noticed that XSL pages can be password-protected using the same auth
mechanism available to other items. I was very interested in this as I
wanted to be able to protect our stats info without giving those with a
right to access it the admin
2024 Nov 10
1
How do I stop status.xsl
So how does this work? Are you prompted with a password-only dialog,
then what you type in has to match the value in htpasswd?
On 2024-11-06 14:07, Jordan Erickson wrote:
> This is what I've got to protect against unauthorized views:
>
> ------------------------------------------------------------------------------------------------
> <!-- *** Web server status page
2013 Feb 13
1
htaccess is not working
Hello,
I'm new here, and after trying by myself, I'm looking for some help ...
I have installed webalizer, on my CentOS 6 server. Root path for webalizer is /var/www/usage/
It's working, but after putting a .htaccess in /var/www/usage/ and the appropriate .htpasswd in /var/www/html/auth/ there is no password asked.
Here are my files :
.htacess :
AuthName ?Veuillez vous
2024 Nov 06
1
How do I stop status.xsl
This is what I've got to protect against unauthorized views:
------------------------------------------------------------------------------------------------
<!-- *** Web server status page protection *** -->
?? <mount type="normal">
????? <mount-name>/status.xsl</mount-name>
????? <authentication type="htpasswd">
???????? <option
2004 Aug 06
4
No Duplicate Users - Patch
I'd like to commit the following patch which adds a new option to the
htpasswd client authenticator. This option <option
name="allow_duplicate_users"> specifies wether or not the same username can
connect to a mountpoint more than once. This is pretty much a required
feature for any decent use of the listener authentication capabilities of
icecast.
thoughts ? comments ?
2015 Feb 16
0
listener authentication
On 02/16/2015 03:08 PM, Ron Harmon wrote:
> Thanks for your quick reply.
> I am looking at htpasswd. I am using 2.41 on Windows 7 with BUTT.
> I have read the documentation but I don't understand where to enter
> this in the config file.
> |<mount>
> <mount-name>/example.ogg</mount-name>
> <authentication type="htpasswd">
>
2015 Feb 16
2
listener authentication
Thomas,
Thanks for your quick reply.
I am looking at htpasswd. I am using 2.41 on Windows 7 with BUTT.
I have read the documentation but I don't understand where to enter this in
the config file.
<mount>
<mount-name>/example.ogg</mount-name>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option
2015 Feb 18
0
listener authentication
On 02/17/2015 12:09 AM, Ron Harmon wrote:
> Thomas,
>
> Sorry to be a pain, but I'm still getting errors when I start Icecast.
> StartingIcecast 2.4.1
> Using config "icecast.xml" from installation directory ...
>
> Please open http://localhost:8000 or http://127.0.0.1:8000 in your web
> browser t
> o see the web interface.
> [2015-02-16 18:49:49] WARN
2008 Apr 18
2
Can't get .htaccess to work
Hi,
I'm trying to password protect one of my web accessable
directories and I can't get .htaccess to work in a Centos 5.1 box
Here's what I did
I created an .htaccess file with the contents:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/mysite/.htpasswd
AuthGroupFile /dev/null
require valid-user
and I uploaded it to the dir I want to protect. Then I
2006 Mar 24
2
Basic Auth in WEBrick
Yo all,
All I want to accomplish at this moment in time is simple password
protection around a rails application in development using WEBrick on
a custom port. Just one account would be fine.
I have done an extensive Google hunt for an example, but I all find
are code chunks for starting WEBrick such as:
realm = "Gnome realm"
start_webrick {|server|
htpasswd
2004 Aug 06
0
icecast2 ogg vorbis client request headers
On Friday 02 April 2004 16:00, Dave St John wrote:
> hmmm. never heard of svn
> so we can no longer use cvs?
Xiph.Org has started using 'Subversion' (commonly abbreviated 'SVN') instead
of CVS - so all new development is happening in the subversion repository.
>
> >Let me know if you want more details.
>
> Absolutely, spill the beans im all ears :)
Well, we