Browsing articles tagged with " Apache"
Dec
19

Instaling Xdebug (PHP5 Debian)

By rzelazko  //  Apache, Lamp, Linux, PHP, Pecl  //  1 Comment

To install Xdebug (as PECL extension) on Debian Linux you should take the following steps:
read more

Oct
19

Apache modules, sites

By rzelazko  //  Apache, Lamp, Linux  //  1 Comment

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 your.domain.name is file saved in /etc/apache2/sites-available.