summaryrefslogtreecommitdiff
path: root/docs/manual/dso.html.en
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-01-10 19:48:08 +0000
committerJeff Trawick <trawick@apache.org>2001-01-10 19:48:08 +0000
commitc5cc43631cc2951f435edc2458ee1d4155fdcb5a (patch)
tree8da441652261281629d946336dd9c006738ebd44 /docs/manual/dso.html.en
parent83b77a0d645da156c0754e2c77e4159c38bf904c (diff)
downloadhttpd-c5cc43631cc2951f435edc2458ee1d4155fdcb5a.tar.gz
update some references to the old prefix/libexec directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87646 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dso.html.en')
-rw-r--r--docs/manual/dso.html.en14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en
index 66e6fc9841..ad324c8d82 100644
--- a/docs/manual/dso.html.en
+++ b/docs/manual/dso.html.en
@@ -237,10 +237,10 @@ $ make install
&lt;&lt; Rule SHARED_CORE=default
&gt;&gt; Rule SHARED_CORE=yes
&lt;&lt; EXTRA_CFLAGS=
- &gt;&gt; EXTRA_CFLAGS= -DSHARED_CORE_DIR=\"/path/to/install/libexec\"
+ &gt;&gt; EXTRA_CFLAGS= -DSHARED_CORE_DIR=\"/path/to/install/modules\"
$ make
-$ cp src/libhttpd.so* /path/to/install/libexec/
-$ cp src/libhttpd.ep /path/to/install/libexec/
+$ cp src/libhttpd.so* /path/to/install/modules/
+$ cp src/libhttpd.ep /path/to/install/modules/
$ cp src/httpd /path/to/install/bin/
</PRE>
</TD></TR></TABLE>
@@ -267,9 +267,9 @@ $ make install
&lt;&lt; AddModule modules/xxxx/mod_foo.o
&gt;&gt; SharedModule modules/xxxx/mod_foo.so
$ make
-$ cp src/xxxx/mod_foo.so /path/to/install/libexec
+$ cp src/xxxx/mod_foo.so /path/to/install/modules
- Edit /path/to/install/etc/httpd.conf
- &gt;&gt; LoadModule foo_module /path/to/install/libexec/mod_foo.so
+ &gt;&gt; LoadModule foo_module /path/to/install/modules/mod_foo.so
</PRE>
</TD></TR></TABLE>
</UL>
@@ -295,9 +295,9 @@ $ cp /path/to/3rdparty/mod_foo.c /path/to/apache-1.3/src/modules/extra/
- Edit src/Configuration:
&gt;&gt; SharedModule modules/extra/mod_foo.so
$ make
-$ cp src/xxxx/mod_foo.so /path/to/install/libexec
+$ cp src/xxxx/mod_foo.so /path/to/install/modules
- Edit /path/to/install/etc/httpd.conf
- &gt;&gt; LoadModule foo_module /path/to/install/libexec/mod_foo.so
+ &gt;&gt; LoadModule foo_module /path/to/install/modules/mod_foo.so
</PRE>
</TD></TR></TABLE>
</UL>