BackupPC-users

Re: [BackupPC-users] Forbidden You don't have permission to access /BackupPC on this server.

2015-09-22 15:31:45
Subject: Re: [BackupPC-users] Forbidden You don't have permission to access /BackupPC on this server.
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: Brad Alexander <storm16 AT gmail DOT com>
Date: Tue, 22 Sep 2015 14:30:34 -0500
On Tue, Sep 22, 2015 at 2:20 PM, Brad Alexander <storm16 AT gmail DOT com> 
wrote:
>
>
> On Tue, Sep 22, 2015 at 3:06 PM, Bob of Donelson Trophy
> <bob AT donelsontrophy DOT net> wrote:
>>
>> And you may be correct. I remember reading somewhere that one of the
>> issues Apache 2.4 handles differently than Apache 2.2 is external access.
>> And I searched for that information again and could not find it. (Bottom
>> line, C6.7 is running and I have moved on.)
>
> I don't know that that is the case, since I have been running it on
> debian/sid since before apache 2.4 came out:
>
> nanobit.org closed.
> [storm@defiant ~]$ ssh root@farragut dpkg -l apache2
> Desired=Unknown/Install/Remove/Purge/Hold
> |
> Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name           Version      Architecture Description
> +++-==============-============-============-=================================
> ii  apache2        2.4.16-3     amd64        Apache HTTP Server
>
> From my /etc/apache2/sites-enabled/default-ssl.conf:
>
> <IfModule mod_ssl.c>
> <VirtualHost _default_:443>
>         ServerAdmin webmaster@localhost
>
>         DocumentRoot /var/www
>         <Directory />
>                 Options FollowSymLinks
>                 AllowOverride None
>         </Directory>
>         <Directory /var/www/>
>                 Options Indexes FollowSymLinks MultiViews
>                 AllowOverride None
>                 Order allow,deny
>                 allow from all
>                 RedirectMatch ^/$ /backuppc/
>         </Directory>
>
>         ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
>         <Directory "/usr/lib/cgi-bin">
>                 AllowOverride None
>                 Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
>                 Order allow,deny
>                 Allow from all
>         </Directory>
>         <FilesMatch "\.(cgi|shtml|phtml|php)$">
>                 SSLOptions +StdEnvVars
>         </FilesMatch>
>         <Directory /usr/lib/cgi-bin>
>                 SSLOptions +StdEnvVars
>         </Directory>
> </VirtualHost>
> </IfModule>
>

I didn't mean there was a problem running 2.4, just that if you put
'Require Local'
which I believe was in the other config posted, clients other than
from the same host as the server will be denied access.
  http://httpd.apache.org/docs/2.4/mod/mod_authz_host.html

-- 
  Les Mikesell
     lesmikesell AT gmail DOT com

------------------------------------------------------------------------------
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>