$Id$ This file details how to configure apache+mod_wsgi to serve the portal-gui. The web interface must be deployed to work with an existing web server. Instructions for using Django with Apache and mod_wsgi can be found at http://docs.djangoproject.com/en/1.2/howto/deployment/modwsgi/#howto-deployment-modwsgi Setup ===== - Follow the steps in detailed in the $top/portal-gui/README file to set up the portal-gui for the self-hosted resource handle that runs rpkid. - After running "make" in $top/portal-gui, there will be a file named $top/portal-gui/apache/zmyrpki.conf. This is a configuration file for apache which does most of the work configuring the portal-gui to run under mod_wsgi. You may need to edit the paths for Django if they are installed in a different location on your host. Note that this is only necessary if you wish to use the Django admin web console. The portal-gui itself will operate correctly even if this path is wrong. Fedora: cp $top/portal-gui/apache/zmyrpki.conf /etc/httpd/conf.d/ git user
aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/apps/prime.c
blob: af2fed15af69f2243fdef96734f9856c88c3d912 (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130