BackupPC-users

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

2015-09-22 15:21:42
Subject: Re: [BackupPC-users] Forbidden You don't have permission to access /BackupPC on this server.
From: Brad Alexander <storm16 AT gmail DOT com>
To: bob AT donelsontrophy DOT net, "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 22 Sep 2015 15:20:26 -0400


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>
 
---

_______________________________

Bob Wooden of Donelson Trophy

615.885.2846
www.donelsontrophy.com

"Everyone deserves an award!!"

On 2015-09-22 13:45, Les Mikesell wrote:

On Mon, Sep 21, 2015 at 3:39 PM, Timothy Murphy <gayleard AT eircom DOT net> wrote:
On Monday 21 September 2015 12:11:39 Bob of Donelson Trophy wrote:
Regarding my permissions issue. I have really begun to think that CentOS 7 is a little too new for this particular installation.
I'm not sure what this means - you seem to have installed BackupPC OK.
I think it is the difference between Apache 2.2 and 2.4.   The apache
log said the configuration prevented the client from having access -
and only the part of the config that applied to apache 2.2 was changed
to allow access from remote clients.    But, I don't have systems to
test on anymore.

------------------------------------------------------------------------------

_______________________________________________
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/


------------------------------------------------------------------------------
_______________________________________________
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>