diff options
author | Florent Villard <warly@mandriva.com> | 2003-09-15 11:10:22 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-09-15 11:10:22 +0000 |
commit | 724f7a8d02d6cd48b108a8f2cfbb98feeecae2a7 (patch) | |
tree | 2e796bb5e0cb5fb582b6f48563696337b6bea18d /proxy_wizard/scripts | |
parent | 5cbe71386657f4f045cbd59137f5e1d702a93292 (diff) | |
download | drakwizard-724f7a8d02d6cd48b108a8f2cfbb98feeecae2a7.tar drakwizard-724f7a8d02d6cd48b108a8f2cfbb98feeecae2a7.tar.gz drakwizard-724f7a8d02d6cd48b108a8f2cfbb98feeecae2a7.tar.bz2 drakwizard-724f7a8d02d6cd48b108a8f2cfbb98feeecae2a7.tar.xz drakwizard-724f7a8d02d6cd48b108a8f2cfbb98feeecae2a7.zip |
fix apache
fix dns_client adding a \n at the end of the line of the configuration file
fix squid
fix inn
fix ftp
fix samba
add a init function in drakwizard.pl for case such as apache which need to initialize some parameters
separate region/country in ntp wizard
Diffstat (limited to 'proxy_wizard/scripts')
-rw-r--r-- | proxy_wizard/scripts/squid.conf.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy_wizard/scripts/squid.conf.default b/proxy_wizard/scripts/squid.conf.default index cd765fec..60c1e8dd 100644 --- a/proxy_wizard/scripts/squid.conf.default +++ b/proxy_wizard/scripts/squid.conf.default @@ -1393,6 +1393,7 @@ no_cache deny QUERY # #Examples: #acl myexample dst_as 1241 +#acl mynetwork src #acl password proxy_auth REQUIRED #acl fileupload req_mime_type -i ^multipart/form-data$ # |