Announcement

Collapse
No announcement yet.

lamp

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    lamp

    umm..I want to remove and reinstall my apache, mysql and php..can anyone help me?
    i also want to know how to configure my apache so that my default directory would be
    "/var/www". i also want to my mysql allow the use of innodb because it has a rollback
    feature. can anyone please help me..? pls..?

    #2
    Re: lamp

    sudo apt-get install --reinstall packagename
    will completely reinstall a package. If you're being thorough you might want to do an apt-get remove --purge first.

    Look under /etc/apache2/sites-enabled, in "default-000" or similar is (you guessed it) the default config for the server... edit the option for "DocumentRoot", and probably one of the <Directory> entries lower down.

    In MySQL it's possible to specify the storage engine when you create a table: http://dev.mysql.com/doc/refman/5.0/...db-tables.html

    Hope this helps

    Comment

    Working...
    X