Welcome to mirror list, hosted at ThFree Co, Russian Federation.

section-empty-continuations-2731.conf « passing « apache-conf-files « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f2f96965d459876f719ad33d57b86c70cd57602 (plain)
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.

NameVirtualHost 192.168.100.218:80
NameVirtualHost 10.128.178.192:80

NameVirtualHost 192.168.100.218:443
NameVirtualHost 10.128.178.192:443


ServerName "254020-web1.example.com"
ServerAdmin "name@example.com"

DocumentRoot "/tmp"

<IfModule mod_logio.c>
    LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>
<IfModule !mod_logio.c>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" plesklog
</IfModule>

	TraceEnable off

ServerTokens ProductOnly

<Directory "/var/www/vhosts">
    AllowOverride "All"
    Options SymLinksIfOwnerMatch
    Order allow,deny
    Allow from all

<IfModule sapi_apache2.c>
php_admin_flag engine off
</IfModule>

<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>

</Directory>

<Directory "/usr/lib/mailman">
    AllowOverride All
    Options SymLinksIfOwnerMatch
    Order allow,deny
    Allow from all
    <IfModule sapi_apache2.c>
        php_admin_flag engine off
    </IfModule>
    <IfModule mod_php5.c>
        php_admin_flag engine off
    </IfModule>
</Directory>

<IfModule mod_headers.c>
    Header add X-Powered-By PleskLin
</IfModule>

<IfModule mod_jk.c>
   JkWorkersFile "/etc/httpd/conf/workers.properties"
      JkLogFile /var/log/httpd/mod_jk.log
   JkLogLevel info
</IfModule>

#Include "/etc/httpd/conf/plesk.conf.d/ip_default/*.conf"


    <VirtualHost \
        192.168.100.218:80 \
        10.128.178.192:80 \
         \
    >
     	ServerName "default"
        UseCanonicalName Off
        DocumentRoot "/tmp"
        ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"


        <IfModule mod_ssl.c>
            SSLEngine off
        </IfModule>

        <Directory "/var/www/vhosts/default/cgi-bin">
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
        </Directory>

        <Directory /var/www/vhosts/default/htdocs>

<IfModule sapi_apache2.c>
php_admin_flag engine on
</IfModule>

<IfModule mod_php5.c>
php_admin_flag engine on
</IfModule>

	</Directory>

    </VirtualHost>

<IfModule mod_ssl.c>

    <VirtualHost \
        192.168.100.218:443 \
         \
    >
     	ServerName "default-192_168_100_218"
        UseCanonicalName Off
        DocumentRoot "/tmp"
        ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"


        SSLEngine on
        SSLVerifyClient none
        #SSLCertificateFile "/usr/local/psa/var/certificates/cert-9MgutN"

        #SSLCACertificateFile "/usr/local/psa/var/certificates/cert-s6Wx3P"

        <Directory "/var/www/vhosts/default/cgi-bin">
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
        </Directory>

        <Directory /var/www/vhosts/default/htdocs>

<IfModule sapi_apache2.c>
php_admin_flag engine on
</IfModule>

<IfModule mod_php5.c>
php_admin_flag engine on
</IfModule>

	</Directory>

    </VirtualHost>
    <VirtualHost \
        10.128.178.192:443 \
         \
    >
     	ServerName "default-10_128_178_192"
        UseCanonicalName Off
        DocumentRoot "/tmp"
        ScriptAlias /cgi-bin/ "/var/www/vhosts/default/cgi-bin"


        SSLEngine on
        SSLVerifyClient none
        #SSLCertificateFile "/usr/local/psa/var/certificates/certxfb6025"


        <Directory "/var/www/vhosts/default/cgi-bin">
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
        </Directory>

        <Directory /var/www/vhosts/default/htdocs>

<IfModule sapi_apache2.c>
php_admin_flag engine on
</IfModule>

<IfModule mod_php5.c>
php_admin_flag engine on
</IfModule>

	</Directory>

    </VirtualHost>

</IfModule>


<VirtualHost \
	192.168.100.218:80 \
                10.128.178.192:80 \
             \
>
        DocumentRoot "/tmp"
        ServerName lists
        ServerAlias lists.*
        UseCanonicalName Off

        ScriptAlias "/mailman/" "/usr/lib/mailman/cgi-bin/"

        Alias "/icons/" "/var/www/icons/"
        Alias "/pipermail/" "/var/lib/mailman/archives/public/"

        <IfModule mod_ssl.c>
            SSLEngine off
        </IfModule>


        <Directory /var/lib/mailman/archives/>
            Options FollowSymLinks
            Order allow,deny
            Allow from all
        </Directory>

    </VirtualHost>

<IfModule mod_ssl.c>
<VirtualHost \
        192.168.100.218:443 \
                10.128.178.192:443 \
             \
>
        DocumentRoot "/tmp"
        ServerName lists
        ServerAlias lists.*
        UseCanonicalName Off

        ScriptAlias "/mailman/" "/usr/lib/mailman/cgi-bin/"

        Alias "/icons/" "/var/www/icons/"
        Alias "/pipermail/" "/var/lib/mailman/archives/public/"

        SSLEngine on
        SSLVerifyClient none
        #SSLCertificateFile "/usr/local/psa/var/certificates/certxfb6025"


        <Directory /var/lib/mailman/archives/>
            Options FollowSymLinks
            Order allow,deny
            Allow from all
        </Directory>

    </VirtualHost>
</IfModule>

<IfModule mod_rpaf.c>
    RPAFproxy_ips  192.168.100.218 10.128.178.192
</IfModule>
<IfModule mod_rpaf-2.0.c>
    RPAFproxy_ips  192.168.100.218 10.128.178.192
</IfModule>