|
Toyonaka ContactMe help To Do Sell Buy Minoo Lorain Bicycle Lorain High School 1976 New Stuff Vancouver, BC ClassesResearchOJC infoMASLE References iPod Publications MediaDesignComputerSoftwarePoliticsTeaching and LearningLearning JapaneseMain.ReligionMusicFamilyFamily?SerendipityWiki ThoughtsPmWiki |
Software /
DEBIAN200610247 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 restart20070301 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>
=]
|