On Tue, Sep 22, 2015 at 3:06 PM, Bob of Donelson Trophy <
b...@donelsontrophy.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.2846www.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 <gayle...@eircom.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@lists.sourceforge.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@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to