Tag: ubuntu
-
Enable apache modules
You can enable mods in ubuntu for apache with a2enmod command. To disable a module you can use a2dismod. Just remeber to pass module name as an argument. sudo a2enmod modulename
-
Installing Lamp on Ubuntu
Some apt and tasksel magic. If you want to have an apache server with mysql and php ready to work in ubuntu is as easy as: sudo apt-get install tasksel sudo tasksel install lamp-server