1 |
diff -c -r -N e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50UserDir00 e-smith-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/50UserDir00 |
2 |
*** e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50UserDir00 Thu Jan 1 10:00:00 1970 |
3 |
--- e-smith-user-webspace-0.1/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50UserDir00 Wed Nov 22 12:44:13 2000 |
4 |
*************** |
5 |
*** 3,9 **** |
6 |
# directory if a ~user request is recieved. |
7 |
{ |
8 |
my %conf; |
9 |
! tie %conf, 'esmith::config'; |
10 |
|
11 |
(defined($conf{'UserPublicWeb'}) && ($conf{'UserPublicWeb'} eq "on")) |
12 |
? "UserDir home/public_html" |
13 |
--- 3,9 ---- |
14 |
# directory if a ~user request is recieved. |
15 |
{ |
16 |
my %conf; |
17 |
! tie %conf, 'esmith::config'; |
18 |
|
19 |
(defined($conf{'UserPublicWeb'}) && ($conf{'UserPublicWeb'} eq "on")) |
20 |
? "UserDir home/public_html" |
21 |
diff -c -r -N e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir e-smith-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir |
22 |
*** e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir Thu Jan 1 10:00:00 1970 |
23 |
--- e-smith-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess50userdir Wed Nov 22 12:53:31 2000 |
24 |
*************** |
25 |
*** 1,9 **** |
26 |
{ |
27 |
my %conf; |
28 |
! tie %conf, 'esmith::config'; |
29 |
|
30 |
my %accounts; |
31 |
! tie %accounts, 'esmith::config', '/home/e-smith/accounts'; |
32 |
|
33 |
my $key; |
34 |
my $value; |
35 |
--- 1,9 ---- |
36 |
{ |
37 |
my %conf; |
38 |
! tie %conf, 'esmith::config'; |
39 |
|
40 |
my %accounts; |
41 |
! tie %accounts, 'esmith::config', '/home/e-smith/db/accounts'; |
42 |
|
43 |
my $key; |
44 |
my $value; |
45 |
diff -c -r -N e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/20LoadModule85userdir e-smith-user-webspace-0.1/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule85userdir |
46 |
*** e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/20LoadModule85userdir Thu Jan 1 10:00:00 1970 |
47 |
--- e-smith-user-webspace-0.1/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/20LoadModule85userdir Wed Nov 22 12:44:13 2000 |
48 |
*************** |
49 |
*** 0 **** |
50 |
--- 1,7 --- |
51 |
+ |
52 |
+ # userdir module |
53 |
+ LoadModule userdir_module modules/mod_userdir.so |
54 |
+ # userdir module |
55 |
+ # userdir module |
56 |
+ # userdir module |
57 |
+ |