Subversion Repositories Tewi

Rev

Rev 74 | Rev 150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74 Rev 127
Line 1... Line 1...
1
# $Id: example.conf 74 2024-09-19 10:06:23Z nishi $
1
# $Id: example.conf 127 2024-09-23 09:39:28Z nishi $
2
# This is an example config
2
# This is an example config
3
 
3
 
4
#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.so
4
ServerRoot /home/nishi/SVN/tewi/trunk
-
 
5
 
-
 
6
#LoadModule Module/mod_cgi.so
-
 
7
LoadModule Module/mod_proxy.so
5
 
8
 
6
Listen 80
9
Listen 80
7
ListenSSL 443
10
ListenSSL 443
8
 
11
 
9
SSLKey key.pem
12
SSLKey key.pem
Line 24... Line 27...
24
 
27
 
25
Readme README
28
Readme README
26
 
29
 
27
DocumentRoot /var/www
30
DocumentRoot /var/www
28
 
31
 
29
BeginDirectory /
-
 
30
	Allow all
32
ProxyPass
31
EndDirectory
-
 
32
 
-
 
33
BeginDirectory /var/www/cgi-bin
-
 
34
#	AllowCGI
-
 
35
EndDirectory
-