File: INSTALL

package info (click to toggle)
libapache-mod-auth-useragent 1.0-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 160 kB
  • ctags: 81
  • sloc: sh: 170; makefile: 148; ansic: 135
file content (34 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
mod_useragent install
--------------------------------------
Do you use DSO? If so just type make and
as long as apxs is in your path all things
should go smoothly.
If you are not using DSO you should be :)

If for some reason you need to compile
apache try the following:
1. Change the current directory to the directory containing your apache
	 source distribution.

2. Call the configure script as you normally would and add the switch:
--add-module=<path-to-mod_useragent-directory>/mod_useragent.c

3. Make sure the build environment is clean by issuing the following
   command:
> make clean

4. Build the new httpd binary with:
> make

5. Install the new httpd binary with:
> make install

6. Restart apache. Make sure you do a:
> apachectl stop 
> apachectl start 


See the README file for more on how to configure
mod_useragent.

	-Brian <brian@tangent.org>