--- joko/doc/SampleTasks/joko_2003-01.html 2003/01/25 19:04:29 1.46
+++ joko/doc/SampleTasks/joko_2003-01.html 2003/01/25 19:33:32 1.47
@@ -746,12 +746,33 @@
x cd /data/www/virtual/netfrag/conf/
x nano applications.conf
x add line: Alias /twig/ /usr/share/twig/
+ x had to modify /etc/apache/conf/httpd.conf:
+ x added: 'index.php3'
+
+ DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
+
+ x added: '.php3'
+ AddType application/x-httpd-php .php .php3
+ x /etc/init.d/apache reload
+ x cd /etc/twig
+ x
+
+o remove html from phpWiki: ('http://'!!!) (->https!!!)
+
+
+
+
+o force https for: (authentication purposes - anonymous is http!)
+ o horde
+ o tutos
+
-$Id: joko_2003-01.html,v 1.46 2003/01/25 19:04:29 joko Exp $
+$Id: joko_2003-01.html,v 1.47 2003/01/25 19:33:32 joko Exp $