/[cvs]/joko/doc/SampleTasks/joko_2003-01.html
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-01.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46 by joko, Sat Jan 25 19:04:29 2003 UTC revision 1.47 by joko, Sat Jan 25 19:33:32 2003 UTC
# Line 746  x setup TWIG Line 746  x setup TWIG
746    x cd /data/www/virtual/netfrag/conf/    x cd /data/www/virtual/netfrag/conf/
747    x nano applications.conf    x nano applications.conf
748    x add line: Alias /twig/ /usr/share/twig/    x add line: Alias /twig/ /usr/share/twig/
749      x had to modify /etc/apache/conf/httpd.conf:
750        x added: 'index.php3'
751            <IfModule mod_dir.c>
752                DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
753            </IfModule>
754        x added: '.php3'
755            AddType application/x-httpd-php .php .php3
756        x /etc/init.d/apache reload
757        x cd /etc/twig
758          x
759    
760    o remove html from phpWiki: ('http://'!!!) (->https!!!)
761      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
762        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
763      <link rel="copyright" title="GNU General Public License" href="http://www.gnu.org/copyleft/gpl.html#SEC1" />
764      <link rel="author" title="The PhpWiki Programming Team" href="http://phpwiki.sourceforge.net/phpwiki/ThePhpWikiProgrammingTeam" />
765    
766    o force https for: (authentication purposes - anonymous is http!)
767      o horde
768      o tutos
769      
770    
771    
772  </pre>  </pre>

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed