From e94f0ef2189f4340e50e86e2377d4b861a40cb07 Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Thu, 14 Jun 2007 17:03:29 +0000 Subject: added a line to tell to restart Apache 2 --- docs/lasso-book/writing-a-php-sp.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/lasso-book/writing-a-php-sp.txt b/docs/lasso-book/writing-a-php-sp.txt index 07c71f2c..02447bde 100644 --- a/docs/lasso-book/writing-a-php-sp.txt +++ b/docs/lasso-book/writing-a-php-sp.txt @@ -27,6 +27,7 @@ in your ``php.ini`` configuration file, which can be found in something like ``/etc/php4/apache2/php.ini`` (if you're using apache2 and php4 on Debian, otherwise you may need to adapt the path to your local configuration). +Then restart Apache 2. The other way is to load it dynamically, like:: -- cgit