/[smecontribs]/rpms/smeserver-BackupPC/contribs8/smeserver-BackupPC-0.1-httpd_conf_cleanup.patch
ViewVC logotype

Contents of /rpms/smeserver-BackupPC/contribs8/smeserver-BackupPC-0.1-httpd_conf_cleanup.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Feb 7 02:18:15 2013 UTC (11 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-BackupPC-0_1-12_el5_sme, HEAD
Initial import

1 --- smeserver-BackupPC-0.1/root/etc/httpd/bkpc-conf/httpd.conf.httpd_conf_cleanup 2008-08-16 16:15:16.000000000 +0200
2 +++ smeserver-BackupPC-0.1/root/etc/httpd/bkpc-conf/httpd.conf 2009-03-23 09:41:56.000000000 +0100
3 @@ -140,7 +140,7 @@
4 AddHandler server-parsed .shtml
5 AddHandler imap-file map
6
7 -DocumentRoot /opt/backuppc/
8 +DocumentRoot /usr/share/BackupPC/html
9
10
11
12 @@ -158,10 +158,10 @@
13
14
15
16 -ScriptAlias /backuppc /opt/backuppc/cgi-bin/BackupPC_Admin
17 -Alias /backuppc-images /opt/backuppc/images
18 +Alias /BackupPC/images /usr/share/BackupPC/html/
19 +ScriptAlias /BackupPC /usr/share/BackupPC/sbin/BackupPC_Admin
20
21 -<Directory /opt/backuppc/images>
22 +<Directory /usr/share/BackupPC/html/>
23 Options None
24 AllowOverride None
25 order deny,allow
26 @@ -169,14 +169,14 @@
27 allow from 127.0.0.1
28 </Directory>
29
30 -<Directory /opt/backuppc/cgi-bin>
31 - Options +ExecCGI
32 +<Directory /usr/share/BackupPC/sbin/>
33 + Options ExecCGI
34 AllowOverride None
35 order deny,allow
36 deny from all
37 allow from 127.0.0.1
38 AuthName "BackupPC"
39 - AuthType Basic
40 + AuthType Basic
41 TKTAuthLoginURL /server-common/cgi-bin/login
42 require valid-user
43 SetEnv IMGHDR_SRC "/server-common/server-manager.jpg"

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed