/[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.49 by joko, Sun Jan 26 13:33:45 2003 UTC revision 1.52 by joko, Sun Jan 26 15:35:35 2003 UTC
# Line 792  x dpkg -x twig_2.7.5-4_all.deb tmp/ Line 792  x dpkg -x twig_2.7.5-4_all.deb tmp/
792    
793  o TWIG & OpenLDAP!?  o TWIG & OpenLDAP!?
794    
795  x quepasa.netfrag.org: removed /data/www/doc to /data/www/global/apps  x quepasa.netfrag.org:
796    x test:    x removed /data/www/doc to /data/www/global/apps
797      x cd /data/www/virtual      x test:
798      x grep -ri "/data/www/doc" *        x cd /data/www/virtual
799      x cd /data/www/global        x grep -ri "/data/www/doc" *
800      x grep -ri "/data/www/doc" *        x cd /data/www/global
801        x apps/twiki/          x grep -ri "/data/www/doc" *
802          x lib/TWiki.cfg          x apps/twiki/
803          x bin/.htaccess            x lib/TWiki.cfg
804        x conf/twiki-httpd            x bin/.htaccess
805        ---> just change between 'global' and (e.g.) 'virtual/netfrag' for switching between scopes   ;-)          x conf/twiki-httpd
806        ---> the container (folder)-structure at global and sub-virtual level must match almost exactly to make this possible!!!!!            ---> just change between 'global' and (e.g.) 'virtual/netfrag' for switching between scopes   ;-)
807                    ---> the container (folder)-structure at global and sub-virtual level must match almost exactly to make this possible!!!!!
808        x conf/virtualdomains-httpd/          x conf/virtualdomains-httpd/
809        x doc/twiki/          x doc/twiki/
810            x removed: /data/www/virtual/netfrag/pub to /data/www/virtual/netfrag/sites/public
811        x cd virtual/netfrag/conf
812          x grep -ri "/pub" *
813            x modify httpd.conf and applications.conf
814      x apachectl configtest
815        Syntax error on line 345 of /etc/apache/httpd.conf:
816        DocumentRoot must be a directory
817        x disabled there completely
818        x now in /data/www/global/conf/httpd.conf
819          DocumentRoot /data/www/virtual/netfrag/sites/public
820      x apachectl configtest
821        fopen: No such file or directory
822        apache: could not open document config file /data/www/conf/twiki-httpd.conf
823        x mv /data/www/global/conf/twiki-httpd.conf /data/www/virtual/netfrag/conf/
824        x nano /data/www/virtual/netfrag/conf/applications.conf to match new path
825      x apachectl configtest
826        fopen: No such file or directory
827        apache: could not open document config file /data/www/conf/tutos-httpd.conf
828        x cd virtual/netfrag
829        x grep -rin "www/conf" *
830        x edit applications.conf:21
831          x was: Include /data/www/conf/tutos-httpd.conf
832          x is: Include /data/www/global/conf/tutos-httpd.conf
833      x apachectl configtest
834        Warning: DocumentRoot [/data/www/virtual/netfrag/sites/webnews] does not exist
835        fopen: No such file or directory
836        apache: could not open document config file /data/www/conf/dynamic.conf
837        x grep -rin webnews *
838          x edit applications.conf:30
839            x was: Alias /webnews/ /data/www/global/apps/newsportal/
840            x is: Alias /webnews/ /data/www/global/apps/newsportal/
841          x edit httpd.conf:74
842            x was: DocumentRoot /data/www/virtual/netfrag/sites/webnews
843            x is: DocumentRoot /data/www/virtual/netfrag/sites/news
844         x cd global/conf
845         x grep -rin www/conf *
846          x STDOUT-PARSE:
847            httpd.conf:14:#Include /data/www/conf/httpd-php-perl.conf
848            httpd.conf:16:#Include /data/www/conf/virtualdomains-httpd.conf
849            httpd.conf:29:Include /data/www/conf/dynamic.conf
850              ->FILE-MODIFY: httpd.conf:29:Include /data/www/global/conf/dynamic.conf
851      x apachectl configtest
852          root@quepasa:/data/www/global/conf# apachectl configtest
853          configuring dynamic domain "golf5.de"
854          configuring dynamic domain "smartmen.de"
855          configuring dynamic domain "ballonflug.de"
856          Syntax OK
857    o register:
858      public.netfrag.org -> http://netfrag.org
859      secure.netfrag.org -> https://netfrag.org
860      
861    o netfrag.org: dispatchrequest for http://netfrag.org/nfoweb/!
862    o netfrag.org: dispatchrequest for http://netfrag.org/rrr/!
863    
864    o merge at http://netfrag.org/doc/
865      o MiniHowto
866      o faqs (e.g. from news://news.netfrag.org/nfo.faq.users
867    
868    o what about an "AUTOSAVE"-feature for UltraEdit when leaving the window or
869      o an AUTOCOMMIT on that very event (maybe integrated with a counter)
870      
871    
872    
873  </pre>  </pre>
874    

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.52

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