Dec 19

To install Xdebug (as PECL extension) on Debian Linux you should take the following steps:
Continue reading »

written by rzelazko \\ tags: , , , , , , ,

Oct 19

How to enable apache module (ex. mod_rewrite)?

You must type in console:

a2enmod rewrite

If you want to enable new virtual host you must type:

a2ensite your.domain.name

Where blog.ns.wtc.pl is file saved in /etc/apache2/sites-available.

written by rzelazko \\ tags: , , , ,