.htaccess help?

2022-06-21 Thread Maurizio Caloro
a-sts.txt - [L,R=403]     SSLCertificateFile /etc/letsencrypt/live/mta-sts.caloro.ch/fullchain.pem     SSLCertificateKeyFile /etc/letsencrypt/live/mta-sts.caloro.ch/privkey.pem     Include /etc/letsencrypt/options-ssl-apache.conf -- /var/www# cat .htaccess RewriteEngine On Rew

Re: Works on .htaccess but not in sites-available

2012-11-02 Thread Wolfgang Karall
Hello, On 10/30/2012 10:02 PM, Jorge wrote: > In /var/www/www.etxea.org/htdocs/.htaccess I've got the following > content ... [..] > RewriteCond $1 !^(index\.php|images|robots\.txt|user_guide) > RewriteRule ^(.*)$ /index.php/$1 [L] [..] > > RewriteCond $1 !^(i

Works on .htaccess but not in sites-available

2012-10-30 Thread Jorge
Good evening. I've got apache2 on squeeze. In /var/www/www.etxea.org/htdocs/.htaccess I've got the following content ... IndexIgnore * RewriteEngine on # Any HTTP request other than those for index.php, images, and robots.txt is treated as a request for your index.php file R

Re: Apache2 does not enable htaccess

2012-10-25 Thread Gorka
On 25/10/2012 14:26, Gorka wrote: On 25/10/2012 13:19, Gorka wrote: On 25/10/2012 12:48, Lars Nooden wrote: On Thu, 25 Oct 2012, Gorka wrote: I've put my .htaccess under /var/www with this lonely line ... IndexIgnore * ... also there is in /etc/apache2/sites-available/defaul

Re: Apache2 does not enable htaccess

2012-10-25 Thread Gorka
On 25/10/2012 13:19, Gorka wrote: On 25/10/2012 12:48, Lars Nooden wrote: On Thu, 25 Oct 2012, Gorka wrote: I've put my .htaccess under /var/www with this lonely line ... IndexIgnore * ... also there is in /etc/apache2/sites-available/default the following content ... Server

Re: Apache2 does not enable htaccess

2012-10-25 Thread Gorka
On 25/10/2012 12:48, Lars Nooden wrote: On Thu, 25 Oct 2012, Gorka wrote: I've put my .htaccess under /var/www with this lonely line ... IndexIgnore * ... also there is in /etc/apache2/sites-available/default the following content ... ServerAdmin webmaster@loca

Re: Apache2 does not enable htaccess

2012-10-25 Thread Lars Nooden
On Thu, 25 Oct 2012, Gorka wrote: > I've put my .htaccess under /var/www with this lonely line ... > > IndexIgnore * > > ... also there is in /etc/apache2/sites-available/default the following > content ... > > > ServerAdmin webmaster@localhost &g

Re: Apache2 does not enable htaccess

2012-10-25 Thread Gorka
On 25/10/2012 12:37, Gorka wrote: I've put my .htaccess under /var/www with this lonely line ... IndexIgnore * ... also there is in /etc/apache2/sites-available/default the following content ... ServerAdmin webmaster@localhost DocumentRoot /va

Apache2 does not enable htaccess

2012-10-25 Thread Gorka
I've put my .htaccess under /var/www with this lonely line ... IndexIgnore * ... also there is in /etc/apache2/sites-available/default the following content ... ServerAdmin webmaster@localhost DocumentRoot /var/www Options FollowSym

Re: Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9

2012-08-24 Thread Camaleón
On Wed, 22 Aug 2012 16:32:01 -0300, Dr Beco wrote: > Does anyone knows how to protect against unauthorized change of > .htaccess? Uninstalling WordPress/Joomla/PHP-Nuke and all that "frameworking" stuff? Just kidding, but having this pre-made environments on you server it p

Re: Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9

2012-08-23 Thread Go Linux
--- On Thu, 8/23/12, shthead wrote: > From: shthead > Subject: Re: Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9 > To: debian-user@lists.debian.org > Date: Thursday, August 23, 2012, 1:27 AM > On 23/08/2012 3:32 AM, Dr Beco > wrote: > > One of my sites,

Re: Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9

2012-08-23 Thread shthead
cript entitled "jos_jpxn.php" running that was rewriting my .htaccess" (lickface) I quite often see Joomla sites that get hacked have a few PHP shells dropped around the place that the attacker then uses to do other things (reset passwords/change htaccess files/phising sites etc.). A

Re: Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9

2012-08-22 Thread Henrique de Moraes Holschuh
On Wed, 22 Aug 2012, Dr Beco wrote: > For this system I don't have root access. It is managed abroad by a > "host farm". I already wrote to them to report the (second) problem. I suggest you take your business elsewhere. You don't want to risk your name/site/domain being associated with criminals

Re: Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9

2012-08-22 Thread Dr Beco
Henrique de Moraes Holschuh, Wed, 22 Aug 2012 16:41:59 -0300: > > If you have root access, try to use chattr to mark that file as > immutable (chattr +i). > > But really, if they keep changing your .htaccess, it means they have > compromised the box, and will remain compromising

Re: Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9

2012-08-22 Thread Henrique de Moraes Holschuh
On Wed, 22 Aug 2012, Dr Beco wrote: > Does anyone knows how to protect against unauthorized change of .htaccess? If you have root access, try to use chattr to mark that file as immutable (chattr +i). But really, if they keep changing your .htaccess, it means they have compromised the box,

Hacked .htaccess redirect to htttp://reltime2012.ru/frunleh?9

2012-08-22 Thread Dr Beco
Dear debianusers, Does anyone knows how to protect against unauthorized change of .htaccess? I googled the "htttp://reltime2012.ru/frunleh?9 redirect problem" and found out that a lot of sites (mainly using wordpress) got hacked and is redirected to a russian site. One of my sites

Re: .htaccess , how to bypass authentication for specific IPs ?

2012-08-13 Thread Tom Grace
On 13/08/12 16:55, Camaleón wrote: >> You need "Order allow,deny". See >> http://httpd.apache.org/docs/2.0/mod/mod_access.html#order for details. > > The order is consistent with the samples given in the link I sent before > but how is that altering the "Al

Re: .htaccess , how to bypass authentication for specific IPs ?

2012-08-13 Thread Camaleón
gt;>> >>> [...] >>> Order deny,allow >>> Deny from all >>> AuthName "htaccess password prompt" >>> AuthUserFile /home/askapache.com/.htpasswd AuthType Basic Require >>> valid-user >>> Allow from 172.17.10.1 >>>

Re: .htaccess , how to bypass authentication for specific IPs ?

2012-08-13 Thread Tom Grace
On 13/08/12 16:25, Camaleón wrote: > On Mon, 13 Aug 2012 10:40:51 +0530, J. B wrote: > >> I have the following in my .htaccess to force the authentication >> >> [....] >> AuthName "htaccess password prompt" >> AuthUserFile /home/askapache.com/

Re: .htaccess , how to bypass authentication for specific IPs ?

2012-08-13 Thread Camaleón
On Mon, 13 Aug 2012 10:40:51 +0530, J. B wrote: > I have the following in my .htaccess to force the authentication > > [] > AuthName "htaccess password prompt" > AuthUserFile /home/askapache.com/.htpasswd AuthType Basic > Require valid-user > [...] > &

.htaccess , how to bypass authentication for specific IPs ?

2012-08-12 Thread J. B
Dear list, I have the following in my .htaccess to force the authentication [] AuthName "htaccess password prompt" AuthUserFile /home/askapache.com/.htpasswd AuthType Basic Require valid-user [...] Now I like some IPs to bypass the authentication. Hence I have modified th

Re: .htaccess problem...please provide some hints.

2011-06-21 Thread Lubos Rendek
SOLVED: If someone reads this post, here is how I solved my problem: RewriteEngine On RewriteCond %{QUERY_STRING} lang= RewriteRule (.*) ? [R=302,L] lubos On Tue, Jun 21, 2011 at 3:54 PM, Lubos Rendek wrote: > Hi guys, > > I'm unable to get the right redirection using .htacces

.htaccess problem...please provide some hints.

2011-06-20 Thread Lubos Rendek
Hi guys, I'm unable to get the right redirection using .htaccess file. What I have is this URL http://example.com/?lang=ar&; or http://example.com/?lang=ar®istration and I would like this to be redirected to http://example.com/ . In fact I would like to have all URL's which cont

htaccess basic passwords

2010-02-26 Thread James Allsopp
Hi, I'm having trouble getting apache to set a password on a directory. I know I can do this in the apache config file but wanted to do this as a proof of concept, The directory is /var/www/basic and the .htaccess is as follows Hawaiian:/var/www/basic# ls -l .htaccess -rw-r--r-- 1 root ro

Re: .htaccess?

2008-07-23 Thread Lóránd Erik
+0200, Lóránd Erik ([EMAIL PROTECTED]) > wrote: > > > Why doesn't .htaccess rules work, when i example write this in it: > > > > AuthUserFile /home/username/.htpasswd > > AuthGroupFile /dev/null > > AuthName "Private Area" > > AuthType Basic >

[OT] Re: .htaccess?

2008-07-23 Thread Patrick Wiseman
On Wed, Jul 23, 2008 at 1:54 AM, Lóránd Erik <[EMAIL PROTECTED]> wrote: > Why doesn't .htaccess rules work, when i example write this in it: > > AuthUserFile /home/username/.htpasswd > AuthGroupFile /dev/null > AuthName "Private Area" > AuthType Basic >

Re: .htaccess?

2008-07-23 Thread Bob Cox
On Wed, Jul 23, 2008 at 07:54:59 +0200, Lóránd Erik ([EMAIL PROTECTED]) wrote: > Why doesn't .htaccess rules work, when i example write this in it: > > AuthUserFile /home/username/.htpasswd > AuthGroupFile /dev/null > AuthName "Private Area" > AuthType Basic

.htaccess?

2008-07-22 Thread Lóránd Erik
Why doesn't .htaccess rules work, when i example write this in it: AuthUserFile /home/username/.htpasswd AuthGroupFile /dev/null AuthName "Private Area" AuthType Basic require valid-user i just want to secure a folder by password, on apache2 [i just installed it, it works, but

Re: best pactice - apache, rewrite, ssl, virtualhost or .htaccess

2006-08-01 Thread Simo Kauppi
On Mon, Jul 31, 2006 at 10:24:41PM +0200, Ernst-Magne Vindal wrote: > > On Mon, July 31, 2006 19:43, Casey T. Deccio said: > > On Mon, 2006-07-31 at 14:41 +0200, Ernst-Magne Vindal wrote: > >> I have tryed to redir with .htaccess file and by config virtualhosts. Both >

Re: best pactice - apache, rewrite, ssl, virtualhost or .htaccess

2006-07-31 Thread Ernst-Magne Vindal
On Mon, July 31, 2006 19:43, Casey T. Deccio said: > On Mon, 2006-07-31 at 14:41 +0200, Ernst-Magne Vindal wrote: >> I have tryed to redir with .htaccess file and by config virtualhosts. Both >> seams >> to work ok, but will be happy for some comments for best practice. >

Re: best pactice - apache, rewrite, ssl, virtualhost or .htaccess

2006-07-31 Thread Casey T. Deccio
On Mon, 2006-07-31 at 14:41 +0200, Ernst-Magne Vindal wrote: > I have tryed to redir with .htaccess file and by config virtualhosts. Both > seams > to work ok, but will be happy for some comments for best practice. According to: http://httpd.apache.org/docs/2.0/howto/htaccess.

Re: best pactice - apache, rewrite, ssl, virtualhost or .htaccess

2006-07-31 Thread Roberto C. Sanchez
On Mon, Jul 31, 2006 at 02:41:32PM +0200, Ernst-Magne Vindal wrote: > Hi, I'm running Apache2 on Debian Sarge and redirect some sites to https. > > I have: > debian 2.6.8-16sarge1 > apache2 - 2.0.54-5 with mod_ssl, mod_rewrite > > I have tryed to redir with .h

Re: best pactice - apache, rewrite, ssl, virtualhost or .htaccess

2006-07-31 Thread Jon Dowland
At 1154356892 past the epoch, Ernst-Magne Vindal wrote: > I have tryed to redir with .htaccess file and by config > virtualhosts. Both seams to work ok, but will be happy for > some comments for best practice. .htaccess is more relocatable, as you are keeping the "logic"

best pactice - apache, rewrite, ssl, virtualhost or .htaccess

2006-07-31 Thread Ernst-Magne Vindal
Hi, I'm running Apache2 on Debian Sarge and redirect some sites to https. I have: debian 2.6.8-16sarge1 apache2 - 2.0.54-5 with mod_ssl, mod_rewrite I have tryed to redir with .htaccess file and by config virtualhosts. Both seams to work ok, but will be happy for some comments for best pra

Re: .htaccess in Sarge [solved]

2006-04-18 Thread Hans du Plooy
On Tue, 2006-04-18 at 08:19 -0400, Roberto C. Sanchez wrote: > Do you have an "AllowOverride None" directive anywhere in your > apache2.conf? If so, you can allow the authentication like so: > > > AllowOverride AuthConfig > Right on the money - thanks a lot! Hans -- To UNSUBSCRIBE, email

Re: .htaccess in Sarge

2006-04-18 Thread Roberto C. Sanchez
Hans du Plooy wrote: > Hi guys, > > I'm not sure what I'm missing. I migrated some web apps from a SLES9 > box to a Sarge box, and all is fine, except one page that is protected > by a .htaccess file. > > Apache2 simply doesn't see it - nothing in the logs,

.htaccess in Sarge

2006-04-18 Thread Hans du Plooy
Hi guys, I'm not sure what I'm missing. I migrated some web apps from a SLES9 box to a Sarge box, and all is fine, except one page that is protected by a .htaccess file. Apache2 simply doesn't see it - nothing in the logs, and no password prompt. Here is the content o

Re: .htaccess and .htpassword

2005-10-26 Thread Adam Aube
Nevruz Mesut Sahin wrote: > I want to make a new .htaccess and .htpasswd file in > /mywww/mssites/xsecure/newfile but I don't know how can I do. Apache has documentation on this: http://httpd.apache.org/docs/2.0/howto/htaccess.html http://httpd.apache.org/docs/2.0/howto/auth

Re: .htaccess and .htpassword

2005-10-26 Thread Meni Shapiro
On 10/26/05, Nevruz Mesut Sahin <[EMAIL PROTECTED]> wrote: Hello we are using apache on linux debian.  /mywww/mysites/xstore  is directory of web server, /mywww/mysites/xsecure is https part of domain and  there is an .htaccess and  an .htpasswd  file in /mywww/mysites/xsecure/azxcvbnm file

.htaccess and .htpasswd

2005-10-26 Thread Nevruz Mesut Sahin
Hello we are using apache on linux debian.  /mywww/mysites/xstore  is directory of web server, /mywww/mysites/xsecure is https part of domain and  there is an .htaccess and  an .htpasswd  file in /mywww/mysites/xsecure/azxcvbnm file.   I want to make a new .htaccess  and .htpasswd file in  /mywww

.htaccess and .htpassword

2005-10-26 Thread Nevruz Mesut Sahin
Hello we are using apache on linux debian.  /mywww/mysites/xstore  is directory of web server, /mywww/mysites/xsecure is https part of domain and  there is an .htaccess and  an .htpasswd  file in /mywww/mysites/xsecure/azxcvbnm file.   I want to make a new .htaccess  and .htpasswd file in  /mywww

apache redirect in htaccess

2004-05-07 Thread Joseph
I'm trying to redirect user from http to https using command in htaccess file: Redirect permanent / https://www.mydomain.com/directory when user enter http://www.mydomain.com/directory I'm trying to redirect them to https but I'm getting error message When I use: https://w

Re: .htaccess question

2003-12-19 Thread Vineet Kumar
* Gruessle ([EMAIL PROTECTED]) [031219 16:15]: > From: Vineet Kumar [mailto:[EMAIL PROTECTED] > > mv shop/even/more/images . > > ln -s ../../../images shop/even/more > > Sorry but I still don't get it > > Your mv line will move everything in shop/even/more/images into where No, it will move the

Re: .htaccess question

2003-12-19 Thread Monique Y. Herman
On Fri, 19 Dec 2003 at 22:50 GMT, Gruessle penned: >> >> Don't bother with HTTP redirects. Just use a symlink. >> >> good times, Vineet > > This is what I found: > > #include > > int symlink(const char *name1, const char *name2); > > Now I am guessing I have to put a file in to each

RE: .htaccess question

2003-12-19 Thread Gruessle
t; > http://myserver.com/images/1000-1999/ > > > > http://myserver.com/images/2000-2999/ > > > > http://myserver.com/images/1-10999/ > > > > etc. > > > > > > > > The problem is that I am running oscommerce and > oscommerce gets his &g

Re: .htaccess question

2003-12-19 Thread Vineet Kumar
-10999/ > > > etc. > > > > > > The problem is that I am running oscommerce and oscommerce gets his > > > image files from that location. > > > > > > Is there a way I can use .htaccess to redirect oscommerce to get the > > > files from the n

RE: .htaccess question

2003-12-19 Thread Gruessle
m/images/1-999/ > > http://myserver.com/images/1000-1999/ > > http://myserver.com/images/2000-2999/ > > http://myserver.com/images/1-10999/ > > etc. > > > > The problem is that I am running oscommerce and oscommerce gets his > > image files from that locati

Re: .htaccess question

2003-12-19 Thread Vineet Kumar
myserver.com/images/1-10999/ > etc. > > The problem is that I am running oscommerce and oscommerce gets his > image files from that location. > > Is there a way I can use .htaccess to redirect oscommerce to get the > files from the new location? > If so how? > Or

.htaccess question

2003-12-19 Thread Gruessle
location. Is there a way I can use .htaccess to redirect oscommerce to get the files from the new location? If so how? Or is there a better solution? Why do I wont that? Because I like to be able to ftp the oscommerce directory back and forth without having to ftp those images back and forth

Re: http authentication , apache , .htaccess

2003-10-27 Thread Haim Ashkenazi
Options None > AllowOverride AuthConfig > Order allow,deny > Allow from all > > > > - > .htaccess > > AuthName "Teste" > AuthType Basic > AuthUserFile /etc/nagios/htpasswd.users > require valid-user > > > ---

Re: RES: http authentication , apache , .htaccess

2003-10-27 Thread Monique Y. Herman
On Mon, 27 Oct 2003 at 10:59 GMT, Lucio de Aquino Marinho penned: > > the two directories > [snip] I think he meant the permissions of htpasswd.users. -- monique Unless you need to share ultra-sensitive super-spy stuff with me, please don't email me directly. I will most likely see your pos

RES: http authentication , apache , .htaccess

2003-10-27 Thread Lucio de Aquino Marinho
the two directories linux-lab:/usr/lib/cgi-bin/nagios# ls -la total 2546 drwxr-xr-x2 root root 640 Oct 24 10:20 . drwxr-xr-x3 root root 72 Oct 24 07:42 .. -rwxr-xr-x1 root root 123 Oct 24 12:16 .htaccess -rwsr-xr-x1 nagios root

Re: http authentication , apache , .htaccess

2003-10-27 Thread Lukas Ruf
> Lucio de Aquino Marinho <[EMAIL PROTECTED]> [2003-10-27 11:18]: > > > ----- > .htaccess > > > htpasswd.users > > are they readable by httpd? wbr, Lukas -- Lukas Ruf | Wanna know anything about raw | <http://w

http authentication , apache , .htaccess

2003-10-27 Thread Lucio de Aquino Marinho
allow,deny Allow from all Options ExecCGI Alias /nagios/ /usr/share/nagios/htdocs/ #Options None AllowOverride AuthConfig Order allow,deny Allow from all - .htaccess AuthName "Teste" AuthType Basic AuthUserFile /

RE: Apache-ssl .htaccess files

2002-12-30 Thread Michael Olds
1. Create ".htaccess" file in the directory to be protected. AuthUserFile /etc/apache/htusers AuthName "This Directory Requires Authentication by A Valid User" AuthType Basic require valid-user order deny,allow allow from all CHMOD: 755 Note: This file can contain adjustmen

Re: Apache-ssl .htaccess files

2002-12-29 Thread Jacob S .
ing is pulling out my hair. > > > > I'm trying to require logins to a certain directory on my webserver > > using .htaccess files. I've got the following in the .htaccess file > > in the directory needing to be password protected: > > > > >

Re: Apache-ssl .htaccess files

2002-12-29 Thread Bill Moseley
On Mon, 30 Dec 2002, Jacob S. wrote: > Howdy List, > > I keep thinking this is a simple problem and ought to have a simple fix, > but all I'm succeeding at doing is pulling out my hair. > > I'm trying to require logins to a certain directory on my webserver >

Apache-ssl .htaccess files

2002-12-29 Thread Jacob S .
Howdy List, I keep thinking this is a simple problem and ought to have a simple fix, but all I'm succeeding at doing is pulling out my hair. I'm trying to require logins to a certain directory on my webserver using .htaccess files. I've got the following in the .htaccess file i

[Apache] htaccess Problem about Two Definition

2002-09-26 Thread axacheng
Hello there, I'm now confused about how authentication with .htaccess on Apache is implemented. Suppose that I got two directories, /home/Anderson/public_html/ and /home/A/B/, and they are all defined almost identically in httpd.conf : Options FollowSymLinks Multi

Apache mirracle (htaccess)

2002-09-02 Thread O Sass
imple user/password basis, using simple authentification and .htaccess-files. This had been working very well for a long time. The problem: After I had installed and uninstalled mySQL-server/client, horde and imp - it stopped working. (Or let's say, after a log time...) The symptomes: .hta

htaccess confusion! Need help.

2002-04-25 Thread Gary Hennigan
I'm trying to set up digest authentication for a particular directory accessible via Apache. I thought it would be as simple as creating the .htaccess file with the contents: AuthType Digest AuthName "Private Access Only" AuthDigestFile /etc/apache/digest-auth.passwd in the dire

Re: .htaccess does not work under /var/www/

2002-03-20 Thread John Harrison
--- Patrick Hsieh <[EMAIL PROTECTED]> wrote: > I made a very simple .htaccess file under /var/www, > which is the default DocumentRoot in the apache of > Debian, but it doesn't work. > > However, if I put it under ~/public_html/, it works! > Is there any confi

Re: .htaccess does not work under /var/www/

2002-03-20 Thread Crispin Wellington
On Wed, 2002-03-20 at 15:16, Patrick Hsieh wrote: > Hello list, > > I made a very simple .htaccess file under /var/www, which is the default > DocumentRoot in the apache of Debian, but it doesn't work. > > However, if I put it under ~/public_html/, it works! > Is there

.htaccess does not work under /var/www/

2002-03-20 Thread Patrick Hsieh
Hello list, I made a very simple .htaccess file under /var/www, which is the default DocumentRoot in the apache of Debian, but it doesn't work. However, if I put it under ~/public_html/, it works! Is there any configuration problem? -- Patrick Hsieh <[EMAIL PROTECTED]> GPG publ

.htaccess doesnt working :(

2002-02-20 Thread Milamber
Hi everyone, and another problem after the update from potato to woody: My apache ignores all .htaccess files :( They were working perfect before update, but now, for no password or username is aksed.. I've looked around, the files are still in the right directories.. When I updated Apac

Re: .htaccess help!

2001-10-16 Thread Wayne Topa
> httpd.conf. Which I do. > > Thend I was told that I need an .htaccess file which I created with > htpasswd in /home/myusername/.htaccess... > > But when i create the file and look for > http://www.myserver.com/~myusername i get: > > Internal Server Error > T

Re: .htaccess help!

2001-10-16 Thread Alexander Wallace
Thanks! I got it now, It was all a misunderstandig, but you helped me clear it out... Again, thanks! Gracias! On Tue, 16 Oct 2001, [EMAIL PROTECTED] wrote: > > Well, > > A example in .conf or .htaccess with only user authentification (no group): > > AuthType Bas

Re: .htaccess help!

2001-10-16 Thread Alexander Wallace
Gracias, si no te molesta ayudarme un poco mas lo podemos hacer en espanyol... Use htpasswd para crear .htaccess. A ver si entendi, debo poner en ese archivo las lineas que mencionaste (AuthType Basic, etc)??? Es necesario hacerla cambios a /etc/apache/access.conf? Gracias! On Tue, 16 Oct

Re: .htaccess help!

2001-10-16 Thread Alexander Wallace
0500, you wrote: > >Hello there, I hope you can excuse my ignorance in these matters... > > > >In order to protect certain html dirs with a password, I was told by a > >good member of this list to make sure that I had the mod_auth enabled in > >httpd.conf. Which I do. > >

Re: .htaccess help!

2001-10-16 Thread [EMAIL PROTECTED]
Well, A example in .conf or .htaccess with only user authentification (no group): AuthType Basic AuthName "Restricted Access" AuthUserFile /home/web/etc/sdjhsfdi Require valid-user Just must be sure that Web-server (so the ID or GID of the WebServer process) have

.htaccess help!

2001-10-16 Thread Alexander Wallace
Hello there, I hope you can excuse my ignorance in these matters... In order to protect certain html dirs with a password, I was told by a good member of this list to make sure that I had the mod_auth enabled in httpd.conf. Which I do. Thend I was told that I need an .htaccess file which I

Re: Protecting single files via .htaccess ?

2000-08-14 Thread staf
On Mon, 14 Aug 2000, Oliver Schoenknecht wrote: > I want to protect single files from accessing them from outside. I am > aware that .htaccess does quite well in protecting directories but can > I protect single files as well, for example the "passes.php3" ? > > Any help

Re: Protecting single files via .htaccess ?

2000-08-14 Thread jbardin
i am just saying there might be better luck in finding ananswer to questions asked if they look on the program specific mailing lists and forums. and most of the software questions that come across this mailing list do not have such exstensive FAQs and online documentation as apahce does. so yes it

Re: Protecting single files via .htaccess ?

2000-08-14 Thread Marko Cehaja
Dear On Mon, Aug 14, 2000 at 08:00:14AM -0400, [EMAIL PROTECTED] wrote: > as this is the debian mailing list ad not theapache list you might have > better luck reading throught the extensive online documentation for > apahce and othere apache related user groups and forums. but to answer > your qu

Re: Protecting single files via .htaccess ?

2000-08-14 Thread jbardin
as this is the debian mailing list ad not theapache list you might have better luck reading throught the extensive online documentation for apahce and othere apache related user groups and forums. but to answer your question look at this: http://www.apache.org/docs/mod/core.html#location i beleive

Protecting single files via .htaccess ?

2000-08-14 Thread Oliver Schoenknecht
Hello everyone, I want to protect single files from accessing them from outside. I am aware that .htaccess does quite well in protecting directories but can I protect single files as well, for example the "passes.php3" ? Any help is appreciated very well ! Thanks in advance

Re: .htaccess

1999-11-03 Thread aphro
first, make a .htaccess file e.g. AuthUserFile /path/to/.htpasswd AuthName "My protected pages" AuthType Basic require valid-user -- next ..make the password cd to /path/to (or wherever your password file is stored) and run htpasswd -c ( dont use the <>'s of course)

.htaccess

1999-11-03 Thread SGaerner
Hi! I need info about the .htaccess and htpasswd files that can restrict user access to html-files. Bye

.htaccess file

1999-09-19 Thread Usef Saiful Ulum
Hi, I have created a .htaccess file and an associated passwd file: ---cut here--- $ cd /home/clinton/public_html/loser $ cat > .htaccess AuthName Rese Pisan Euy AuthType Basic AuthGroupFile /dev/null AuthUserFile /home/clinton/public_html/lo

Re: problems with htaccess

1999-07-12 Thread Samuel R. Scarano
> My apache seems to be ignoring the .htaccess file. Everythings I apologize if I'm insulting your intelligence here, but make sure you have 'AllowOverride AuthConfig' (or 'AllowOverride All') in the appropriate (or , etc.) block in (assuming you're using Debian) /etc/apache/access.conf.

Re: problems with htaccess

1999-07-12 Thread Greg Baker
> Does anyone know of something that could affect apache's behavior > for htaccess? I'm loading the appropiate module and the .htaccess file is > well defined in srm.conf There are a few Apache directives that affect the .htaccess file. I could find: AccessFileName

problems with htaccess

1999-07-12 Thread Pere Camps
Hi! My apache seems to be ignoring the .htaccess file. Everythings correct (the permissions, etc). I've even tried to copy the same .htaccess to a different server and it worked there. Then I looked into the configuration files of the other server and everything seems like

Logging htaccess protected accesses.

1999-03-23 Thread Matthew Myers
Does anyone know how to log which user logs into an .htaccess protected directory?

automount trying to mount /home/.htaccess

1998-08-07 Thread Ossama Othman
Hi, I recently installed apache (debian package) on my hamm system. For some reason automount keeps trying to mount /home/.htaccess. However, there is no .htaccess in my auto.home map. Here is the error I get: automount[193]: attempting to mount entry /home/.htaccess automount[9518]: lookup

apache .htaccess seem not to be read

1998-02-11 Thread Tony
Hello, I have been trying to configure apache to have a few password protected directories. I have .htaccess files in the directories that worked with my previous installation, but seem not to with the default debian config files. Is there an extra directive I should be adding to the /etc

Re: apache 1.3b3-9 ignores .htaccess

1998-01-03 Thread Hamish Moffatt
On Fri, Jan 02, 1998 at 10:33:20PM -0600, Jeff Noxon wrote: > AllowOverride AuthConfig > This worked in Apache < 1.3b3. AllowOverride All here, which works for < 1.3b3-8 and = 1.3b3-10. Hamish -- Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Latest Debian packages at

Re: apache 1.3b3-9 ignores .htaccess

1998-01-03 Thread Jeff Noxon
; > > I hate "me too" posts, but since you asked, me too. I'm using passwd files > > instead of db files; same problem... > > > > On Sat, Jan 03, 1998 at 01:05:58PM +1100, Hamish Moffatt wrote: > > > I have just upgra

Re: apache 1.3b3-9 ignores .htaccess

1998-01-03 Thread Scott K. Ellis
Sat, Jan 03, 1998 at 01:05:58PM +1100, Hamish Moffatt wrote: > > I have just upgraded to apache 1.3b3-9; I have the following .htaccess > > in one directory: > > > > > > AuthDbGroupFile /etc/apache/groups.db > > AuthDbUserFile /etc/apache/users.db >

Re: apache 1.3b3-9 ignores .htaccess

1998-01-03 Thread Hamish Moffatt
On Fri, Jan 02, 1998 at 09:58:32PM -0600, Jeff Noxon wrote: > I hate "me too" posts, but since you asked, me too. I'm using passwd files > instead of db files; same problem... Grab 1.3b3-10 from ftp.debian.org; it hasn't made it to my local mirror yet since it was only uploaded yesterday. It seem

Re: apache 1.3b3-9 ignores .htaccess

1998-01-03 Thread Hamish Moffatt
On Sat, Jan 03, 1998 at 01:05:58PM +1100, Hamish Moffatt wrote: > I have just upgraded to apache 1.3b3-9; I have the following .htaccess > in one directory: > [snip] > This seems to be ignored! Pages from the directory are served > without any authentication at all. Has anyone e

Re: apache 1.3b3-9 ignores .htaccess

1998-01-03 Thread Jeff Noxon
I hate "me too" posts, but since you asked, me too. I'm using passwd files instead of db files; same problem... On Sat, Jan 03, 1998 at 01:05:58PM +1100, Hamish Moffatt wrote: > I have just upgraded to apache 1.3b3-9; I have the following .htaccess > in one directory: &g

apache 1.3b3-9 ignores .htaccess

1998-01-03 Thread Hamish Moffatt
I have just upgraded to apache 1.3b3-9; I have the following .htaccess in one directory: AuthDbGroupFile /etc/apache/groups.db AuthDbUserFile /etc/apache/users.db AuthName staff access AuthType basic require group staff This seems to be ignored! Pages from the directory are served without

Re: [Off Topic] Apache Web Server and .htaccess

1997-09-03 Thread Jeff Noxon
On Wed, Sep 03, 1997 at 12:35:21PM -0500, Jeff Noxon wrote: > From /etc/apache/httpd.conf: That should have been access.conf. :-) Thanks, Jeff -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: [Off Topic] Apache Web Server and .htaccess

1997-09-03 Thread Jeff Noxon
On Wed, Sep 03, 1997 at 11:53:38AM -0500, Anthony Landreneau wrote: > Greetings all you helpful folks, > Been ruuning an apache Web Server on a Debian box for about 6 months. > Now > I need to password protect the whole directory tree of web pages. Tried to > use the &quo

[Off Topic] Apache Web Server and .htaccess

1997-09-03 Thread Anthony Landreneau
Greetings all you helpful folks, Been ruuning an apache Web Server on a Debian box for about 6 months. Now I need to password protect the whole directory tree of web pages. Tried to use the ".htaccess" type of protection but can't seem to get it to work. Anyone