From Brian Teaman

Software: 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>
=] 
Retrieved from http://brianteaman.com/wiki/pmwiki.php?n=Software.DEBIAN
Page last modified on February 28, 2007, at 07:28 PM