# Example Apache + mod_jk VMR CRE /etc/httpd/conf.d/ site configuration file Deny from All Deny from All Deny from All LoadModule jk_module modules/mod_jk.so # Where to find workers.properties JkWorkersFile /etc/httpd/conf/workers.properties # Where to put jk logs JkLogFile /var/log/httpd/mod_jk.log # Set the jk log level [debug/error/info] JkLogLevel info # Select the log format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # JkOptions indicate to send SSL KEY SIZE, JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories # JkRequestLogFormat set the request format JkRequestLogFormat "%w %V %T" # Send servlet for context /examples to worker named worker1 #JkMount /examples/servlet/* worker1 # Send JSPs for context /examples to worker named worker1 AllowOverride AuthConfig Options FollowSymLinks Options Indexes FollowSymLinks AllowOverride None # Allow open access: Require all granted # Further relax access to the default document root: # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Require all granted NameVirtualHost *:80 NameVirtualHost *:443 ServerAdmin griffitts@uni-muenster.de DocumentRoot /home/coptot/docroot ServerName coptot.manuscriptroom.com ErrorLog logs/coptot-error_log CustomLog logs/coptot-access_log combined JkMount /* site JkUnMount /google7dd76ea9f6a33b26.html site JkUnMount /images/* site JkUnMount /resources/* site JkUnMount /~* site Alias /images /data/images Alias /resources /data/resources SSLEngine on SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key ServerAdmin griffitts@uni-muenster.de DocumentRoot /home/coptot/docroot ServerName coptot.manuscriptroom.com ErrorLog logs/coptot-error_log CustomLog logs/coptot-access_log combined JkMount /* site JkUnMount /google7dd76ea9f6a33b26.html site JkUnMount /images/* site JkUnMount /resources/* site Alias /images /data/images Alias /resources /data/resources Header set Access-Control-Allow-Origin "*" AllowOverride AuthConfig Require all granted Header set Access-Control-Allow-Origin "*" AllowOverride AuthConfig Require all granted AllowOverride AuthConfig Require all granted Options Indexes FollowSymLinks