Brandon Evans wrote:
Asbjorn Hoiland Aarrestad wrote:
Brandon Evans wrote:
Asbjorn Hoiland Aarrestad wrote:
I had htaccess working on my previous webserver, running on rh 7.3
After installilng rh 9.0 I never got htaccess to work. (latest
apache version from up2date)
I have working htaccess
Asbjorn Hoiland Aarrestad wrote:
Brandon Evans wrote:
Asbjorn Hoiland Aarrestad wrote:
I had htaccess working on my previous webserver, running on rh 7.3
After installilng rh 9.0 I never got htaccess to work. (latest apache
version from up2date)
I have working htaccess files (at least for rh
Brandon Evans wrote:
Asbjorn Hoiland Aarrestad wrote:
I had htaccess working on my previous webserver, running on rh 7.3
After installilng rh 9.0 I never got htaccess to work. (latest apache
version from up2date)
I have working htaccess files (at least for rh 7.3)
I have added AllowOverride
Asbjorn Hoiland Aarrestad wrote:
I had htaccess working on my previous webserver, running on rh 7.3
After installilng rh 9.0 I never got htaccess to work. (latest apache
version from up2date)
I have working htaccess files (at least for rh 7.3)
I have added AllowOverride All to the httpd.conf
MKlinke wrote:
On Friday 26 September 2003 14:46, Asbjorn Hoiland Aarrestad wrote:
I had htaccess working on my previous webserver, running on rh 7.3
After installilng rh 9.0 I never got htaccess to work. (latest apache
version from up2date)
I have working htaccess files (at least for rh 7.3
On Friday 26 September 2003 14:46, Asbjorn Hoiland Aarrestad wrote:
> I had htaccess working on my previous webserver, running on rh 7.3
>
> After installilng rh 9.0 I never got htaccess to work. (latest apache
> version from up2date)
>
> I have working htaccess files (at lea
I had htaccess working on my previous webserver, running on rh 7.3
After installilng rh 9.0 I never got htaccess to work. (latest apache
version from up2date)
I have working htaccess files (at least for rh 7.3)
I have added AllowOverride All to the httpd.conf file and restarted
What more do I
I'm sending this email because I've spent countless hours trying to figure
out why the .htaccess on my webserver doesn't do anything at all. I've read
some tutorials and howtos on how to get password protection on different
parts of my website. I'm emailing you to find
until you find the next instance of AllowOverride. This is
the one I changed to get my
.htaccess to work.
I a real beginner at this, but it worked for me.
Hope this helps, if not, maybe an expert on this list can find the problem
for you.
best regards,
Tom
> On Wed, 2003-08-06 at 11
On Wednesday 06 August 2003 10:07, teddy wrote:
> I'm sending this email because I've spent countless hours trying to
> figure out why the .htaccess on my webserver doesn't do anything at
> all. I've read some tutorials and howtos on how to get password
> pro
I'm not sure what you are doing wrong. I followed this example and had no problems:
http://httpd.apache.org/docs/howto/auth.html
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
On Wed, 2003-08-06 at 11:07, teddy wrote:
> I'm sending this email because I've spent countless hours trying to figure
> out why the .htaccess on my webserver doesn't do anything at all. I've read
> some tutorials and howtos on how to get password protection on dif
Mike, Thanks alot, I didn't have the permissions correct on .htaccess
and .htpasswd files.. thanks again
-- Original Message ---
From: MKlinke <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Wed, 6 Aug 2003 10:12:48 -0500
Subject: Re: .htaccess problem with Apache 2
Am Mittwoch, 30. Juli 2003 22:02 schrieb Real Cucumber:
> Hi,
>
> Running Redhat 8.0 here...
>
> I've setup a .htaccess file /var/www/html/.htaccess
>
> I've also setup a passwords file /usr/local/apache/password/passwords
>
[..]
Did you encrypt your
To: [EMAIL PROTECTED]
Subject: .htaccess Authentication Problem
Hi,
Running Redhat 8.0 here...
I've setup a .htaccess file /var/www/html/.htaccess
I've also setup a passwords file /usr/local/apache/password/passwords
And I've also modified the /etc/httpd/httpd.conf file direct
To: [EMAIL PROTECTED]
Subject: .htaccess Authentication Problem
Hi,
Running Redhat 8.0 here...
I've setup a .htaccess file /var/www/html/.htaccess
I've also setup a passwords file /usr/local/apache/password/passwords
And I've also modified the /etc/httpd/httpd.conf file direct
Hi,
Running Redhat 8.0 here...
I've setup a .htaccess file /var/www/html/.htaccess
I've also setup a passwords file /usr/local/apache/password/passwords
And I've also modified the /etc/httpd/httpd.conf file directory section for /var/www/html to have AllowOveride ALL
I found a bit of a problem that is no biggie, but I
would like to have it cleared up anyway.
On my Linux box, I can see in PHPMyAdmin browser
window an image that's a link to the PHPMyAdmin
website. However, when I browse to my website from a
Windows 2000 box, I'm not seeing that same icon.
Instea
I was able to fix my own problem from the overflowing
amount of information on the web. I was trying to go
this route before, but I found a bit of info on a
message board that solved my problem. I moved the
located on the htpasswd file, and modified my
httpd.conf and htaccess files accordingly
I'm trying to secure my directory that has phpmyadmin.
I've placed a .htaccess file in there that has:
# .htaccess contents
AuthType Basic
AuthUserFile /var/www/passwd/phpmyadmin.pwd
AuthName My Realm
Require valid-user
htpasswd is in a seperate dir as indicated in my
.htaccess:
In your httpd.conf your make change:
AllowOverride AuthConfig
- Original Message -
From: "Richard Humphrey" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Sent: 14 Март 2003 г. 00:51
Subject: .htaccess
> Is anyone else having trou
Is anyone else having trouble using .htaccess on RH 8.0? I am trying to
protect a directory under /var/www/html/mydirectory and I have followed the
instructions for using .htaccess. When I attempt to go to that directory, I
get blocked and I do not get a login dialog to allow me to put in my
At 10:05 AM 12/4/2002 -0800, you wrote:
--On Wednesday, December 04, 2002 01:32:55 PM -0400 beno
<[EMAIL PROTECTED]> wrote:
Happy day! That works. Now: why doesn't my .htaccess file work? It's as
if I hadn't installed it at all. Here's everything again:
Have y
--On Wednesday, December 04, 2002 01:32:55 PM -0400 beno
<[EMAIL PROTECTED]> wrote:
Happy day! That works. Now: why doesn't my .htaccess file work? It's as
if I hadn't installed it at all. Here's everything again:
Have you set up the directory in your httpd.con
At 07:01 AM 12/4/2002 -0800, you wrote:
It sounds like there is another reason it's denied. I would check the
following:
Directory permissions (read/execute by all)
file permissions (same)
.htaccess permissions (same)
password.file permissions (same)
Happy day! That works. Now: why doesn
It sounds like there is another reason it's denied. I would check the
following:
Directory permissions (read/execute by all)
file permissions (same)
.htaccess permissions (same)
password.file permissions (same)
Also check error_log and see if more info is available.
Jon
On Wed, 4 Dec
Hi;
I've created a file like this:
htpasswd -c password.file webmaster
htpasswd password.file steve
and now I have this file:
/home/httpd/cgi/client/password.file
Then I go here:
/home/httpd/vhosts/client/Store/maint
and create this file:
.htaccess
with these contents:
AuthUserFile
Hello Jay,
> Anyone have any ideas? I have searched the net, been over the config
> endlessly, remade all the .htaccess and .htpasswd files using the new
> utilities, and still the child processes segfault.
Did you have a look at http://bugzilla.redhat.com? Maybe somebody repor
On Sun, 17 Nov 2002, Jay Hodges wrote:
> Rh 8.0 Apache 2.0.40 and stock install. Get a child process segfault
> whenever trying to access a page with a .htaccess file in the directory.
>
> Anyone have any ideas? I have searched the net, been over the config
> endlessly, remade al
Rh 8.0 Apache 2.0.40 and stock install. Get a child process segfault
whenever trying to access a page with a .htaccess file in the directory.
Anyone have any ideas? I have searched the net, been over the config
endlessly, remade all the .htaccess and .htpasswd files using the new
utilities, and
I will be out of the office Friday, November 15th. If this is an emergency please
contact the IT help desk.
Thank you,
Jacob Petrie
Web Systems/Information Technology
Kitsap Community Federal Credit Union
[EMAIL PROTECTED]
360.662.2140
--
redhat-list mailing list
unsubscribe mailto:redhat-l
I will be out of the office Friday, November 15th. If this is an emergency please
contact the IT help desk.
Thank you,
Jacob Petrie
Web Systems/Information Technology
Kitsap Community Federal Credit Union
[EMAIL PROTECTED]
360.662.2140
--
redhat-list mailing list
unsubscribe mailto:redhat-l
I will be out of the office Friday, November 15th. If this is an emergency please
contact the IT help desk.
Thank you,
Jacob Petrie
Web Systems/Information Technology
Kitsap Community Federal Credit Union
[EMAIL PROTECTED]
360.662.2140
--
redhat-list mailing list
unsubscribe mailto:redhat-l
I will be out of the office Friday, November 15th. If this is an emergency please
contact the IT help desk.
Thank you,
Jacob Petrie
Web Systems/Information Technology
Kitsap Community Federal Credit Union
[EMAIL PROTECTED]
360.662.2140
--
redhat-list mailing list
unsubscribe mailto:redhat-l
I will be out of the office Friday, November 15th. If this is an emergency please
contact the IT help desk.
Thank you,
Jacob Petrie
Web Systems/Information Technology
Kitsap Community Federal Credit Union
[EMAIL PROTECTED]
360.662.2140
--
redhat-list mailing list
unsubscribe mailto:redhat-l
I will be out of the office Friday, November 15th. If this is an emergency please
contact the IT help desk.
Thank you,
Jacob Petrie
Web Systems/Information Technology
Kitsap Community Federal Credit Union
[EMAIL PROTECTED]
360.662.2140
--
redhat-list mailing list
unsubscribe mailto:redhat-l
Clean install RH 8.0 and Apache 2.0
.htaccess directories return a page not found error (similar to a missing
website error)
the directories are called out as AuthConfig All but no luck.
Am I missing something with the stock config?
Thanks,
Jay
--
redhat-list mailing list
unsubscribe
htforward. When I connect to my website, it prompts me for a
> username/password but it never lets me in! I know the username/passwords
> are right! I have created my .htaccess file. I changed permissions (chmod
> 666!) on .htaccess. It points (in full path) to a .htpasswd file. I
> modi
y easy and
straightforward. When I connect to my website, it prompts me for a
username/password but it never lets me in! I know the username/passwords
are right! I have created my .htaccess file. I changed permissions (chmod
666!) on .htaccess. It points (in full path) to a .htpasswd file. I
modified perm
sword but it never lets me in! I know the username/passwords
are right! I have created my .htaccess file. I changed permissions (chmod
666!) on .htaccess. It points (in full path) to a .htpasswd file. I
modified permissions on .htpasswd too. I changed the AllowOverride
AuthConfig in my httpd.conf
>
> [root@local host]# htpasswd -c /etc/httpd/users client
>
> and the user file is there
>
> I go to my html dir
>
> cd /var/www/html
>
> and create a .htaccess file with the following
>
> AuthName "restricted stuff"
> AuthType Basic
>
Greetings Earthlings :)
I have redhat 8.0 and apache 2.0 (du I
think). I have created a password file with the following command
[root@local host]# htpasswd -c /etc/httpd/users
client
and the user file is there
I go to my html dir
cd /var/www/html
and create a .htaccess
file
and create a .htaccess file with the following
AuthName "restricted stuff"
AuthType Basic
AuthUserFile etc/httpd/users
AuthUserFile /etc/httpd/users
You forgot a trailing '/'. I suppose this was just a typo?
require valid-user
*)Check the permissions of
At 02:53 AM 10/20/02, Schelstraete Bart wrote:
and create a .htaccess file with the following
AuthName "restricted stuff"
AuthType Basic
AuthUserFile etc/httpd/users
AuthUserFile /etc/httpd/users
You forgot a trailing '/'. I suppose this was just a typo?
As for
On Wed, 20 Mar 2002, Burke, Thomas G. wrote:
>I've had the same problem, so's I'm really interested in the answers here...
>
>-Original Message-
>From: Maynard B. Fernando [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, March 19, 2002 5:13 AM
>To: [EMAIL PROTE
Title: Message
I've
had the same problem, so's I'm really interested in the answers
here...
-Original Message-From: Maynard B. Fernando
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 19, 2002 5:13
AMTo: [EMAIL PROTECTED]Subject:
.htaccess/.passwd
to all,
sir, thanks! i got it... :-)
- Original Message -
From: "David Kramer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 20, 2002 9:50 AM
Subject: Re: [REDHAT] .htaccess/.passwd
> On Tue, 19 Mar 2002, Maynard B. Fernando wrote:
>
> >
> You probably need to enable them in your conf files. Look for a section
> like this:
>
> #
> # This controls which options the .htaccess files in directories can
> # override. Can also be "All", or any combination of "Options",
"FileInfo"
On Tue, 19 Mar 2002, Maynard B. Fernando wrote:
> Messageto all,
>
> i want to restrict a certain directory and have already these files
> (.htaccess/.htpasswd) but it seems that it failed to take place. what
> else should i do to make this thing possible? im pretty sure that th
Title: Message
to all,
i want to restrict a certain directory
and have already these files (.htaccess/.htpasswd) but it seems
that it failed to take place. what else should i do to make this thing possible?
im pretty sure that the contents of these files are all correct...
please help
Hello all,
I am using apache 1.3.12 on RH6.2 Kernel 2.2.12-20.
I am trying to restrict access to a directory with .htaccess,
but it doesn't seem to work. I can still see the contents. I
Have set up .htaccess before and not had a problem. I checked
in httpd.conf and found the
In access.conf, does the
> path you specify for the directory contain any symbolic links? My
> experience is that it won't follow symbolic links. Good luck.
>
> Ryan Ware
> ([EMAIL PROTECTED])
> http://www.RyanAndAmy.net
>
> On Sun, 30 Jan 2000, Gate wrote:
an Ware
([EMAIL PROTECTED])
http://www.RyanAndAmy.net
On Sun, 30 Jan 2000, Gate wrote:
> I just created a .htaccess file in the directory of a virtual hosted
> server, and created the proper .htpasswd file in a separate directory. The
> .htaccess format is correct, correctly points to t
I just created a .htaccess file in the directory of a virtual hosted
server, and created the proper .htpasswd file in a separate directory. The
.htaccess format is correct, correctly points to the .htpasswd file, but I
still do not get prompted for a password. Any specific permissions that
are
tations
> from my forehead.
>
> I'm trying to password protect certain directories in Apache. I've used
> htpasswd to create a user:password file. I've put it in
> /usr/local/etc/httpd with global read permissions. I've added the
> "AllowOveride Aut
issions. I've added the
"AllowOveride AuthConfig" line in access.conf. I've created the .htaccess
file in the directory I want to protect with the following:
AuthName "restricted stuff"
AuthType Basic
AuthUserFile /usr/local/etc/httpd/users
require valid-user
A
I run apache from the apache-1.3.9-4 rpm but it looks like if the access
controls with htaccess files doesn't work...
In the apache config, the module db_auth_module is loaded :
LoadModule db_auth_module modules/mod_auth_db.so
AddModule mod_auth_db.c
In srm.conf, the filename is cor
All of a sudden htaccess is zeroing out the passwd file when changing it
(or trying to create a new one). Without complaining at all.
Anyone seen this before?
thanks
charles
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.
>Hi,
>I have set up a .htaccess file with a AddHandler directive, but it is
>simply ignored by apache.
>The AccessFileName directive in the srm.conf file is ".htaccess", so >it
>should be read and considered. But apache keeps on ignoring it.
>Any sugges
Hi,
I have set up a .htaccess file with a AddHandler directive, but it is
simply ignored by apache.
The AccessFileName directive in the srm.conf file is ".htaccess", so it
should be read and considered. But apache keeps on ignoring it.
Any suggestions?
M
60 matches
Mail list logo