-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathABCD_9090.conf
49 lines (38 loc) · 1.16 KB
/
ABCD_9090.conf
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
<VirtualHost *:9090>
ServerAdmin webmaster@localhost
ServerName abcd.eds.info
DocumentRoot /opt/ABCD/www/htdocs
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /opt/ABCD/www/htdocs>
Options Indexes FollowSymLinks MultiViews
Require all granted
</Directory>
Alias /docs/ "/opt/ABCD/www/htdocs/bases/"
<Directory /opt/ABCD/www/htdocs/bases/>
Options Indexes FollowSymLinks MultiViews
Require all granted
</Directory>
ScriptAlias /cgi-bin/ "/opt/ABCD/www/cgi-bin/"
<Directory "/opt/ABCD/www/cgi-bin/">
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AddHandler cgi-script .cgi
AddHandler cgi-script .exe
Require all granted
</Directory>
Alias /docs/ "/var/opt/ABCD/bases/"
<Directory "/var/opt/ABCD/bases/">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
#ProxyPass /empweb/ http://127.0.0.1:8080/empweb/
#ProxyPassReverse / http://127.0.0.1:8080/
</VirtualHost>