Wednesday 9 June 2010

How to access LAMP configurations from putty?

Type the following command on command line:

For edit apache configuration file use the follwoing :
$ gedit /etc/apache2/httpd.conf
$ gedit /etc/apache2/apache2.conf


For edit php.ini file, use the follwoing :
$ gedit /etc/php5/apache2/php.ini

Cheers!

No comments:

Post a Comment