updated on Sat Jan 14 16:01:55 UTC 2012
[aur-mirror.git] / xplico / xplico.conf
blobabb0136ad898d559ac52c0a8c27c854989fb720a
1 NameVirtualHost *:9876
2 Listen 9876
4 <VirtualHost *:9876>
5         DocumentRoot /opt/xplico/xi
6         <Directory "/opt/xplico/xi">
7                 php_admin_value open_basedir /opt/xplico/xi:/opt/xplico/xi/app/webroot/:/tmp:/opt/xplico:/var/run/dema.pid
8                 Options All
9                 AllowOverride All
10                 Order allow,deny
11                 allow from all
12         </Directory>
14         ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
15         <Directory "/usr/lib/cgi-bin">
16                 AllowOverride All
17                 Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
18                 Order allow,deny
19                 Allow from all
20         </Directory>
22         ErrorLog /var/log/httpd/xplico_error.log
24         # Possible values include: debug, info, notice, warn, error, crit,
25         # alert, emerg.
26         LogLevel debug
28         CustomLog /var/log/httpd/xplico_access.log combined
30 #    Alias /doc/ "/usr/share/doc/"
31 #    <Directory "/usr/share/doc/">
32 #        Options Indexes MultiViews FollowSymLinks
33 #        AllowOverride All
34 #        Order deny,allow
35 #        Deny from all
36 #        Allow from 127.0.0.0/255.0.0.0 ::1/128
37 #    </Directory>
39 </VirtualHost>