Displaying 20 results from an estimated 3000 matches similar to: "Getting the 'hidden' .htaccess file."
2010 Sep 30
3
Excluding most and including some problems continue.
Here is my rsync command as it currently stands.
/usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test
Here is the current .rsync-filter file.
+ das
+ em
+ enf
+ internal
+ itb
+ medtox
+ pml
+ psb
+ reg
+ whs
+ htdocs
+ docs
- /*
-
2010 Sep 16
1
Rsync failed as a cron task.
Any advice for an all around newbie.
I have a rsync command that works just fine whenever I have executed it directly from the command line.
/usr/local/bin/rsync -v -v -v -P --stats -z -r -t -p -l --delete --password-file=/export/home/webuser/.appprod --exclude "*.htaccess" /export/home/xternal/htdocs/ webuser at appprod::dprweb_www > /export/home/webuser/logs/rsync
But when we
2010 Oct 29
1
What won't rsync sync this file?
For some reason, Rsync did not copy two specific file. Then I tried to specifically tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but maybe on of you out there would see the obvious reason I am missing.
dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod
2010 Sep 21
2
Rsync command failing as a Cron Tab
We have this Rsync command that does what is desired when ran either directly OR with a shell script.
/usr/local/bin/rsync -vvv -P --stats -zrtpl --delete --password-file=/export/home/webuser/.appprod -
-log-file=/exp*/h*/web*/logs/rsync-log --exclude "*.htacc*" /exp*/h*/xter*/htdocs/ webuser at appprod::
dprweb_www > /exp*/h*/web*/logs/rsync-output
But no matter how we put it into
2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode.
Server A
/export
/home
/A-do
/A-not
/A-copy
/das
/htdocs
/docs
/em
/htdocs
/docs
/psb
/htdocs
/docs
/X-do
/X-not
/X-copy
Server B
/export
/home
/extranet
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
Hello.
I tried to create an access file with 'htpasswd -c
/etc/httpd/conf/myfile.htaccess testuser'.
In the SSL directory I have put a .htaccess file containing the followings:
AuthUserFile /etc/httpd/conf/myfile.htaccess
AuthName "Mydomain"
AuthType Basic
require valid-user
This worked with CentOS 3.
Now with CentOS 4, apache version 2.0.52, the access to the page is
2007 Nov 23
3
CopyHandler and hidden files?
Hello,
I was wondering whether the CopyHandler plugin works with hidden files
like .htaccess? I have an .htaccess under src/ and another one under
src/code/, but they won''t be copied to output/. My config.yaml is:
File/CopyHandler:
paths: [''**/*.css'', ''**/*.js'', ''**/*.jpg'', ''**/*.png'',
2007 Jul 17
3
.htaccess problems..... Using Drupal
Hi All;
I am trying out the web software from www.drupal.org and I have it
Installed to a point ok in my www.werren.net domains.
Every time I try to use the .htaccess file in the root directory
With even one command showing I get a server mis-config error on the site.
The default .htaccess is shown below
I use Cent OS 4.7 using the Blue Quartz installer from Nuonce Networks
2016 Aug 28
6
.htaccess file
Hello,
My home system on a DSL line is getting worn out by bad behavior robots.
Awhile back, I created a .htaccess file that block countries by IP blocks.
Its 2MB in size.
I have been running Linux since Slackware 1.0 and moved to Redhat around
2.0. I started after running a BBS using a doorway for newsgroups. Been
hooked ever since.
So, today, I tried following the directions for
2007 Dec 21
2
config Rails .htaccess
Hello, newbie here please help
I have developed my Rails site under www.mydomain.com/home
Now I want to map it to use www.mydomain.com, what should i change to
this .htaccess file
=============== Content of my .htaccess file under public directory
============
# General Apache options
AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI
# If you
2005 Jul 23
2
CentOS 4 snag with htaccess
I'm hitting a snag with htaccess. Have created .htaccess and .htpasswd
files, set up apache directory options just like always... the exact
same setup works fine on CentOS 3, but I can't seem to get it to
authenticate on CentOS 4? Am I just being blind stupid (as in not seeing
something 'exactly the same') or is there something different I'm
missing? I have selinux running
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
2016 Aug 28
5
.htaccess file
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Keith Keller
> Sent: Sunday, August 28, 2016 4:23 PM
> To: centos at centos.org
> Subject: Re: [CentOS] .htaccess file
>
> On 2016-08-28, TE Dukes <tdukes at palmettoshopper.com> wrote:
> >
> > I'm just not following or understanding.
2009 May 01
2
.htaccess
I use the following .htaccess file to restrict access to certain web
folders to only my IP pool.
Options +Indexes
order allow,deny
allow from x.x.x.
Is there anyway to allow a user right in if there in that IP pool but
require a password if there not?
Matt
2009 Dec 10
3
.htaccess and ?
Hi,
I'm trying to write .htaccess Rewrite rules and it doesn't seem to
work for me:
Match the string between the domain and the question mark: ?
http://www.abc.com/blog:long-name-of-page?action=diff and I want to
redirect it to: http://www.abc.com/blog:long-name-of-page
Any suggestion?
Thanks
2008 Jun 13
2
public/.htaccess missing from Rails 2.1?
I just started with rails and have been using rails 2.0.2 up until
today. I did a gem install of Rails 2.1 and I noticed that when I
created a new project with: rails -d mysql projectname, I don''t have
a .htaccess file any longer to tell Apache to execute the fcgi or cgi
scripts... Is this on purpose or did I do something wrong?
--~--~---------~--~----~------------~-------~--~----~
You
2006 Aug 07
1
htaccess htpasswd and satellite connections
Yeah, maybe this is a bit on the edge....
I am discovering several issues with users on satellite internet
connections not being able to authenticate via a htaccess/htpasswd
system. Some users cannot connect at all, some can connect reliably..
and some are hit and miss.. works one day and not the next. Yet those
same users can log in fine if they switch back to their dialup system.
Has
2011 Apr 25
1
Htaccess Help
Been looking for a while on this before resorting to asking. I have
an .htaccess file like so.
order allow,deny
allow from x.x.x.0/24
I have this in my root html directory and it works fine. Only allows
access by the x.x.x.0/24 subnet. Thing is I have one file
~"siteinfo.html" that I want to allow anyone to access. How would I
do that?
2016 Aug 29
2
.htaccess file
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Keith Keller
> Sent: Sunday, August 28, 2016 8:23 PM
> To: centos at centos.org
> Subject: Re: [CentOS] .htaccess file
>
> On 2016-08-28, TE Dukes <tdukes at palmettoshopper.com> wrote:
> > I setup an ipset but quickly ran out of room in the
2016 Aug 30
2
.htaccess file
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of Keith Keller
> Sent: Monday, August 29, 2016 7:39 PM
> To: centos at centos.org
> Subject: Re: [CentOS] .htaccess file
>
> On 2016-08-29, TE Dukes <tdukes at palmettoshopper.com> wrote:
> >>
> >> Can you be more specific about the