Changeset 370
- Timestamp:
- 02/22/06 00:11:50 (7 years ago)
- Location:
- install/scripts/etc
- Files:
-
- 21 edited
-
apache-ssl/httpd.conf (modified) (1 diff)
-
apache/httpd.conf (modified) (1 diff)
-
bind/automatic.conf (modified) (1 diff)
-
bind/master/domaines.template (modified) (1 diff)
-
bind/named.conf (modified) (1 diff)
-
bind/slaveip.conf (modified) (1 diff)
-
courier/authdaemonrc (modified) (1 diff)
-
courier/authmysqlrc (modified) (2 diffs)
-
mysql/debian.cnf (modified) (1 diff)
-
mysql/my.cnf (modified) (2 diffs)
-
php4/apache/php.ini (modified) (1 diff)
-
php4/cgi/php.ini (modified) (1 diff)
-
pop-before-smtp/pop-before-smtp.conf (modified) (1 diff)
-
postfix/main.cf (modified) (1 diff)
-
postfix/myalias.cf (modified) (1 diff)
-
postfix/mydomain.cf (modified) (1 diff)
-
postfix/mygid.cf (modified) (1 diff)
-
postfix/myvirtual.cf (modified) (1 diff)
-
proftpd.conf (modified) (2 diffs)
-
squirrelmail/apache.conf (modified) (1 diff)
-
welcome.msg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
install/scripts/etc/apache-ssl/httpd.conf
r184 r370 1 1 # 2 2 # Fichier de configuration principale d'Apache-SSL pour AlternC 3 # $Id: httpd.conf,v 1.6 2004/04/30 19:30:51 anonymous Exp $ 4 # 3 # $Id: httpd.conf,v 1.7 2004/08/27 10:59:29 anonymous Exp $ 4 # 5 # %%warning_message%% 6 # 5 7 6 8 ## -
install/scripts/etc/apache/httpd.conf
r184 r370 1 1 # 2 2 # Fichier de configuration principale d'Apache pour AlternC 3 # $Id: httpd.conf,v 1.7 2004/04/30 19:30:51 anonymous Exp $ 4 # 3 # $Id: httpd.conf,v 1.8 2004/08/27 10:59:29 anonymous Exp $ 4 # 5 # %%warning_message%% 5 6 6 7 ## -
install/scripts/etc/bind/automatic.conf
r24 r370 1 // add entries for other zones below here 1 ; %%warning_message%% -
install/scripts/etc/bind/master/domaines.template
r24 r370 13 13 IN NS %%ns2%%. 14 14 IN MX 5 %%mx%%. 15 IN A %% myip%%16 * IN A %% myip%%15 IN A %%dnsip%% 16 * IN A %%dnsip%% -
install/scripts/etc/bind/named.conf
r339 r370 1 1 ; 2 ; %%warning_message%% 3 ; 2 4 acl "internal" { 3 5 { -
install/scripts/etc/bind/slaveip.conf
r339 r370 1 ; DO NOT EDIT THIS FILE, IT WILL BE OVERWRITTEN 2 ; Use the AlternC managment console instead. 3 4 acl "allslaves" { 5 { 6 127.0.0.1; 7 }; 8 }; -
install/scripts/etc/courier/authdaemonrc
r285 r370 1 1 # 2 2 # Fichier de configuration de Courier-authdaemon pour AlternC 3 # $Id: authdaemonrc,v 1.2 2004/05/26 20:25:41 anonymous Exp $ 3 # $Id: authdaemonrc,v 1.3 2004/08/27 10:59:30 anonymous Exp $ 4 # 5 # %%warning_message%% 6 # 4 7 5 8 authmodulelist="authmysql" -
install/scripts/etc/courier/authmysqlrc
r285 r370 1 ##VERSION: $Id: authmysqlrc,v 1. 1 2004/05/26 20:25:41anonymous Exp $1 ##VERSION: $Id: authmysqlrc,v 1.2 2004/08/27 10:59:30 anonymous Exp $ 2 2 # 3 3 # Copyright 2000 Double Precision, Inc. See COPYING for … … 18 18 # That is, the name of the field, followed by spaces or tabs, followed by 19 19 # field value. Trailing spaces are prohibited. 20 20 # 21 # %%warning_message%% 21 22 22 23 ##NAME: LOCATION:0 -
install/scripts/etc/mysql/debian.cnf
r24 r370 1 1 # Automatically generated for Debian scripts. DO NOT TOUCH! 2 # %%warning_message%% 2 3 [client] 3 4 host = localhost -
install/scripts/etc/mysql/my.cnf
r66 r370 1 1 # 2 2 # Fichier de configuration de mysql pour AlternC 3 # $Id: my.cnf,v 1.3 2003/05/07 17:15:38 jonathan Exp $ 3 # $Id: my.cnf,v 1.4 2004/08/27 10:59:30 anonymous Exp $ 4 # 5 # %%warning_message%% 6 # 4 7 5 8 [client] … … 36 39 37 40 # [mysql] 38 #no-auto-rehash # faster start of mysql >= $but no tab completition41 no-auto-rehash # faster start of mysql >= $but no tab completition 39 42 40 43 [isamchk] -
install/scripts/etc/php4/apache/php.ini
r353 r370 1 1 ; 2 2 ; Fichier de configuration de PHP4 pour AlternC 3 ; $Id: php.ini,v 1.4 2004/06/04 10:39:57 anonymous Exp $ 3 ; $Id: php.ini,v 1.5 2004/08/27 10:59:30 anonymous Exp $ 4 ; 5 ; %%warning_message%% 4 6 ; 5 7 -
install/scripts/etc/php4/cgi/php.ini
r353 r370 1 1 [PHP] 2 3 ; 4 ; %%warning_message%% 5 ; 2 6 3 7 ;;;;;;;;;;; -
install/scripts/etc/pop-before-smtp/pop-before-smtp.conf
r39 r370 3 3 ### $id$ 4 4 ### 5 ### %%warning_message%% 5 6 6 7 # Courier IMAP/IMAPS/POP/POPS -
install/scripts/etc/postfix/main.cf
r285 r370 1 1 # 2 2 # Fichier de configuration de Postfix pour AlternC 3 # $Id: main.cf,v 1.8 2004/05/26 20:25:42 anonymous Exp $ 3 # $Id: main.cf,v 1.9 2004/08/27 10:59:30 anonymous Exp $ 4 # 5 # %%warning_message%% 4 6 # 5 7 -
install/scripts/etc/postfix/myalias.cf
r285 r370 1 # 2 # %%warning_message%% 3 # 4 1 5 user = %%dbuser%% 2 6 password = %%dbpwd%% -
install/scripts/etc/postfix/mydomain.cf
r285 r370 1 # 2 # %%warning_message%% 3 # 4 1 5 user = %%dbuser%% 2 6 password = %%dbpwd%% -
install/scripts/etc/postfix/mygid.cf
r285 r370 1 # 2 # %%warning_message%% 3 # 4 1 5 user = %%dbuser%% 2 6 password = %%dbpwd%% -
install/scripts/etc/postfix/myvirtual.cf
r285 r370 1 # 2 # %%warning_message%% 3 # 4 1 5 user = %%dbuser%% 2 6 password = %%dbpwd%% -
install/scripts/etc/proftpd.conf
r353 r370 1 1 # 2 2 # Fichier de configuration de ProFTPd pour AlternC 3 # $Id: proftpd.conf,v 1.5 2004/06/04 10:39:57 anonymous Exp $ 3 # $Id: proftpd.conf,v 1.6 2004/08/27 10:59:29 anonymous Exp $ 4 # 5 # %%warning_message%% 6 # 4 7 5 8 ServerName "%%hosting%%" … … 56 59 57 60 MaxClientsPerHost 6 "Sorry, no more than 6 simultaneous connections" 58 AccessGrantMsg " Sois le bienvenu sur AlternC, oh%u"61 AccessGrantMsg "Welcome on AlternC, %u" 59 62 60 63 # database@host:port login password 61 SQLConnectInfo %%dbname%%@ localhost:3306 %%dbuser%% %%dbpwd%%64 SQLConnectInfo %%dbname%%@%%dbhost%%:3306 %%dbuser%% %%dbpwd%% 62 65 # Table : 63 66 SQLUserInfo ftpusers name password 33 uid homedir NULL -
install/scripts/etc/squirrelmail/apache.conf
r24 r370 1 1 # 2 2 # Squirrelmail apache config modified for AlternC 3 # 4 # %%warning_message%% 3 5 # 4 6 #Alias /squirrelmail /usr/share/squirrelmail -
install/scripts/etc/welcome.msg
r29 r370 1 1 Bienvenue sur %%hosting%%, 2 2 Quota de 6 connexions simultanees dans cette classe, 3 Quota de 64KB/s.4 3 Bonne journée ;) 5 4 6 5 Welcome at %%hosting%%, 7 6 6 connections maximum on this class, 8 Quota is 64KB/s.9 7 Have a nice day ;) 10
Note: See TracChangeset
for help on using the changeset viewer.
