Recent Changes - Search:

Toyonaka ContactMe help To Do Sell Buy Minoo Lorain Bicycle Lorain High School 1976 New Stuff Vancouver, BC

Classes

Research

OJC info

MASLE References iPod Publications

Media

Design

Computer

Software

Politics

Teaching and Learning

Learning Japanese

Main.Religion

Music

Family

Family?

Friends?

Serendipity

Wiki Thoughts

PmWiki

DEBIAN

200610247 Updated php4-gd upon phil's request. Here is the history for that:

 486  apt-get install php4-gd (install)
 487  apt-get update (oops I should have updated first)
 488  man apt-get  (read the manual)
 489  apt-get upgrade php4-gd (wow, this went on for a long time saw lots of stuff about (struts, tomcat???, not sure what was flashing by, forgot to save, did I goof?)

Had to restart Apache because they were not yet recognized:

 511  apachectl configtest
 512  apache2ctl configtest
 513  apache2ctl restart

20070301 How to change default apache folder:
 =[
popear:/etc/apache2/sites-available# more default
NameVirtualHost *
<VirtualHost *>
        ServerAdmin webmaster@localhost

        DocumentRoot /home/mock/public/MASLE-02
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
=] 
Edit - History - Print - Recent Changes - Search
Page last modified on February 28, 2007, at 07:28 PM