PerlChildInitHandler OpenILS::WWW::AddedContent::child_init
PerlChildInitHandler OpenILS::WWW::AutoSuggest::child_init
PerlChildInitHandler OpenILS::WWW::PhoneList::child_init
+PerlChildInitHandler OpenILS::WWW::EGWeb::child_init
# ----------------------------------------------------------------------------------
# Set some defaults for our working directories
# ----------------------------------------------------------------------------------
<Directory /openils/var/web>
- Order allow,deny
- Allow from all
+ Require all granted
</Directory>
<Directory /openils/var/web/xul>
Options Indexes FollowSymLinks
AllowOverride None
- Order allow,deny
- Allow from all
+ Require all granted
</Directory>
AddHandler cgi-script .cgi .pl
AllowOverride None
Options None
- Order deny,allow
- Deny from all
- Allow from 10.0.0.0/8
+ Require host 10.0.0.0/8
Options FollowSymLinks ExecCGI Indexes
</Directory>
</Files>
AllowOverride None
Options None
- Allow from all
Options ExecCGI
+ Require all granted
</Directory>
# Set up our SSL virtual host
# ----------------------------------------------------------------------------------
#Listen 443
-NameVirtualHost *:443
<VirtualHost *:443>
DocumentRoot "/openils/var/web"
ServerName localhost:443
# openssl req -new -x509 -nodes -out server.crt -keyout server.key
SSLCertificateFile ssl/server.crt
SSLCertificateKeyFile ssl/server.key
- #SSLCACertificateFile ssl/ca.crt
# - absorb the shared virtual host settings
Include eg_vhost.conf
# errors, per http://wiki.apache.org/httpd/InternalDummyConnection
# ----------------------------------------------------------------------------------
-# Commented to avoid warnings from duplicate "NameVirtualHost: *80" directives
-#NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhost:80
ServerAlias 127.0.0.1:80
DocumentRoot /openils/var/web/
- DirectoryIndex index.xml index.html index.xhtml
+ DirectoryIndex index.html index.xhtml
# - absorb the shared virtual host settings
Include eg_vhost.conf
</VirtualHost>
use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml');
use OpenILS::WWW::Vandelay qw( /openils/conf/opensrf_core.xml );
use OpenILS::WWW::TemplateBatchBibUpdate qw( /openils/conf/opensrf_core.xml );
-use OpenILS::WWW::EGWeb;
+use OpenILS::WWW::EGWeb ('/openils/conf/opensrf_core.xml', 'OpenILS::WWW::EGCatLoader', 'en_us');;
use OpenILS::WWW::IDL2js ('/openils/conf/opensrf_core.xml');
use OpenILS::WWW::FlatFielder;
use OpenILS::WWW::PhoneList ('/openils/conf/opensrf_core.xml');