Re: htaccess

2003-09-27 Thread Asbjorn Hoiland Aarrestad
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

Re: htaccess

2003-09-26 Thread Brandon Evans
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

Re: htaccess

2003-09-26 Thread Asbjorn Hoiland Aarrestad
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

Re: htaccess

2003-09-26 Thread Brandon Evans
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

Re: htaccess

2003-09-26 Thread Asbjorn Hoiland Aarrestad
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

Re: htaccess

2003-09-26 Thread MKlinke
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

htaccess

2003-09-26 Thread Asbjorn Hoiland Aarrestad
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

.htaccess problem with Apache 2.0.40

2003-08-14 Thread teddy
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

Re: .htaccess problem with Apache 2.0.40

2003-08-12 Thread DUFFER
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

Re: .htaccess problem with Apache 2.0.40

2003-08-12 Thread MKlinke
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

Re: Re: .htaccess problem with Apache 2.0.40

2003-08-10 Thread edukes
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

Re: .htaccess problem with Apache 2.0.40

2003-08-08 Thread David Hart
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

Re: .htaccess problem with Apache 2.0.40

2003-08-06 Thread teddy
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

Re: .htaccess Authentication Problem

2003-07-31 Thread Christian Paul
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

RE: .htaccess Authentication Problem

2003-07-30 Thread Thomas E. Dukes
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

RE: .htaccess Authentication Problem

2003-07-30 Thread Thomas E. Dukes
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

.htaccess Authentication Problem

2003-07-30 Thread 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   And I've also modified the /etc/httpd/httpd.conf file directory section for /var/www/html to have   AllowOveride ALL  

Re: Re: How do you correctly set .htaccess, htpasswd, and httpd.conf?

2003-07-22 Thread Joshua Peter
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

Re: How do you correctly set .htaccess, htpasswd, and httpd.conf?

2003-07-22 Thread Joshua Peter
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

How do you correctly set .htaccess, htpasswd, and httpd.conf?

2003-07-22 Thread Joshua Peter
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:

Re: .htaccess

2003-03-13 Thread Borislav Borisov
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

.htaccess

2003-03-13 Thread Richard Humphrey
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

Re: htaccess Problem

2002-12-04 Thread beno
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

Re: htaccess Problem

2002-12-04 Thread Tom Eastep
--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

Re: htaccess Problem

2002-12-04 Thread beno
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

Re: htaccess Problem

2002-12-04 Thread Jonathan Bartlett
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

htaccess Problem

2002-12-04 Thread beno
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

Re: htaccess http segfault

2002-11-18 Thread Leonard den Ottolander
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

Re: htaccess http segfault

2002-11-17 Thread Yoink!
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

htaccess http segfault

2002-11-17 Thread Jay Hodges
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

Re: Apache 2.0 and .htaccess (Out of Office)

2002-11-15 Thread Jacob Petrie
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

Re: Apache 2.0 and .htaccess (Out of Office)

2002-11-15 Thread Jacob Petrie
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

Re: Apache 2.0 and .htaccess (Out of Office)

2002-11-15 Thread Jacob Petrie
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

Re: Apache 2.0 and .htaccess (Out of Office)

2002-11-14 Thread Jacob Petrie
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

Re: Apache 2.0 and .htaccess (Out of Office)

2002-11-14 Thread Jacob Petrie
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

Re: Apache 2.0 and .htaccess (Out of Office)

2002-11-14 Thread Jacob Petrie
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

Apache 2.0 and .htaccess

2002-11-14 Thread Jay Hodges
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

Re: bizarre htaccess/htpasswd problem

2002-11-03 Thread Roger
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

Re: bizarre htaccess/htpasswd problem

2002-11-03 Thread John Nichel
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

bizarre htaccess/htpasswd problem

2002-11-03 Thread Den Locke
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

Re: .htaccess file

2002-10-21 Thread Hiten Desai
> > [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 >

.htaccess file

2002-10-20 Thread Blair MacDonald
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

Re: .htaccess file

2002-10-20 Thread Schelstraete Bart
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

Re: .htaccess file

2002-10-20 Thread Frank Bax
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

RE: .htaccess/.passwd

2002-03-20 Thread David Winters
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

RE: .htaccess/.passwd

2002-03-20 Thread Burke, Thomas G.
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,

Re: [REDHAT] .htaccess/.passwd

2002-03-19 Thread Maynard B. Fernando
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: > > >

Re: [REDHAT] .htaccess/.passwd

2002-03-19 Thread Maynard B. Fernando
> 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"

Re: [REDHAT] .htaccess/.passwd

2002-03-19 Thread David Kramer
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

.htaccess/.passwd

2002-03-19 Thread Maynard B. Fernando
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

Apache .htaccess

2000-09-05 Thread Carlos
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

Re: .htaccess problems

2000-01-30 Thread Gate
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:

Re: .htaccess problems

2000-01-30 Thread ware
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

.htaccess problems

2000-01-30 Thread Gate
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

Re: htaccess file

2000-01-23 Thread ware
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

htaccess file

2000-01-23 Thread ware
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

Apache and htaccess

2000-01-23 Thread Tressens Lionel
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

htaccess zeroes out passwd file

1999-12-01 Thread Charles Galpin
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.

Re: .htaccess

1998-06-04 Thread Igmar Palsenberg
>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

.htaccess

1998-06-03 Thread Marcantonio Magnarapa
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