summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-06-14 17:03:29 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-06-14 17:03:29 +0000
commite94f0ef2189f4340e50e86e2377d4b861a40cb07 (patch)
tree89c8e6994d39d5666a47a9d0e0e9c56d64c4cfd9 /docs
parent2b17cdf029e2b117d7d4d99b52e935ea4a2a7394 (diff)
downloadlasso-e94f0ef2189f4340e50e86e2377d4b861a40cb07.tar.gz
lasso-e94f0ef2189f4340e50e86e2377d4b861a40cb07.tar.xz
lasso-e94f0ef2189f4340e50e86e2377d4b861a40cb07.zip
added a line to tell to restart Apache 2
Diffstat (limited to 'docs')
-rw-r--r--docs/lasso-book/writing-a-php-sp.txt1
1 files changed, 1 insertions, 0 deletions
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::