summaryrefslogtreecommitdiffstats
path: root/docs/manual/dso.html.en
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@apache.org>1998-05-12 13:37:53 +0200
committerRalf S. Engelschall <rse@apache.org>1998-05-12 13:37:53 +0200
commit797e7e6e728728edbece208feffeca6682a17ecc (patch)
treeaba341acea01dcc3924c5e383b0b03a609f4329a /docs/manual/dso.html.en
parentUpdate/Create hyperlinks to new HTML document about DSO. (diff)
downloadapache2-797e7e6e728728edbece208feffeca6682a17ecc.tar.xz
apache2-797e7e6e728728edbece208feffeca6682a17ecc.zip
Just some minor fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/dso.html.en')
-rw-r--r--docs/manual/dso.html.en18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en
index 149fdaa1d3..03e63927de 100644
--- a/docs/manual/dso.html.en
+++ b/docs/manual/dso.html.en
@@ -227,10 +227,10 @@ $ make install
<TABLE BGCOLOR="#f0f0f0" CELLPADDING=10><TR><TD>
<PRE>
- Edit src/Configuration:
- &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\"
+ &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\"
$ make
$ cp src/libhttpd.so* /path/to/install/libexec/
$ cp src/libhttpd.ep /path/to/install/libexec/
@@ -257,12 +257,12 @@ $ make install
<TABLE BGCOLOR="#f0f0f0" CELLPADDING=10><TR><TD>
<PRE>
- Edit src/Configuration:
- &lt;&lt "AddModule modules/xxxx/mod_foo.o"
- &gt;&gt; "SharedModule modules/xxxx/mod_foo.so"
+ &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
- 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/libexec/mod_foo.so
</PRE>
</TD></TR></TABLE>
</UL>
@@ -286,11 +286,11 @@ $ make install
<PRE>
$ 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"
+ &gt;&gt; SharedModule modules/extra/mod_foo.so
$ make
$ cp src/xxxx/mod_foo.so /path/to/install/libexec
- 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/libexec/mod_foo.so
</PRE>
</TD></TR></TABLE>
</UL>