Samx Here
n1udSecurity


Server : Apache
System : Linux ks5.tuic.fr 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64
User : pragmatice ( 1003)
PHP Version : 8.2.24
Disable Function : NONE
Directory :  /etc/backuppc/pc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //etc/backuppc/pc/apache.conf
#Modif Fred Alias /backuppc /usr/share/backuppc/cgi-bin/
DocumentRoot /usr/share/backuppc/cgi-bin/

<Directory /usr/share/backuppc/cgi-bin/>
	AllowOverride None
	#Modifs Fred 3 lignes
	order deny,allow
	deny from all
        Allow from 192.168.2.1 192.168.2.3 82.64.115.84 82.64.189.150 2a01:e0a:91f:9660:cd92:1cc8:6771:f9fb

        # Uncomment the line below to ensure that nobody can sniff important
        # info from network traffic during editing of the BackupPC config or
        # when browsing/restoring backups.
        # Requires that you have your webserver set up for SSL (https) access.
        #SSLRequireSSL
					
	Options ExecCGI FollowSymlinks
	AddHandler cgi-script .cgi
	DirectoryIndex index.cgi

        AuthUserFile /etc/backuppc/htpasswd
	AuthType basic
	AuthName "BackupPC admin"

        <RequireAll>
		# Comment out this line once you have setup HTTPS and uncommented SSLRequireSSL
		#Modif Fred Require local

		# This line ensures that only authenticated users may access your backups
		Require valid-user
	</RequireAll>
</Directory>

SAMX