Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apache2 mod_jk proxy to tomcat connector

# Add this inside your Apache2 virtualhost
# Proxy to Tomcat via AJP Connector
    <IfModule mod_jk.c>
    JkMount /* ajp13_worker
    JkMount / ajp13_worker 
    </IfModule>
# Change / to /appname/* to proxy to specified app under tomcat
Comment

PREVIOUS NEXT
Code Example
Shell :: raspberry pi remove script from startup 
Shell :: check files created in the last x days linux 
Shell :: bash dynamic variable name 
Shell :: how to compare differences between two files in linux 
Shell :: dot is not recognized as an internal or external command 
Shell :: zsh deno command not found 
Shell :: changng truffle build directory 
Shell :: bash redirect stderr to null 
Shell :: create file of packages to install with yum 
Shell :: sudo: gitlab-runner: command not found 
Shell :: how to hide log in background job in linux 
Shell :: mac unzip terminal 
Shell :: certbot command 
Shell :: purge opencv ubuntu 20.04 
Shell :: install lc ubuntu 
Shell :: How to Enable the Ultimate Performance 
Shell :: gitlab backups paths 
Shell :: mamp mac php logs 
Shell :: linux convert pdf trennen 
Shell :: make diff git as commit 
Shell :: dhcpcd.service does not exist 
Shell :: install az cli wsl 
Shell :: What command can you type to perform a system state backup? 
Shell :: brew on windows 
Shell :: android studio create virtual device compatible with google play 
Shell :: ubuntu set desktop as default bashrc 
Shell :: git request-pull example 
Shell :: top running port 
Shell :: regex to accept at most two digit :js 
Shell :: git push unable to create temporary object directory 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =