All Questions
4 questions
0
votes
1
answer
2k
views
Sporadic mod_jk Client Errors when uploading large files
Note: There is a TL;DR at the end of this question.
I have a nightly backup script that has been working reliably for 6 years, and two months ago, it began to fail to upload to my archive server (...
0
votes
1
answer
4k
views
errno=13. Unable to start due to shared memory failure
I have integrated httpd with tomcat by help of mod_Jk. In this case, selinux is enforcing condition.
Due to enforcing enable in Selinux that's why I am unable to run the httpd in our linux server(...
0
votes
1
answer
627
views
apache 2.4 tomcat 8 Permission Denied
I have an apache 2.4 on Debian Jessie and I host several sites as virtual hosts.
On of these sites is running on jsp so I hav installed tomcat 8 and I use mod_jk.
My virtual host configuration file ...
0
votes
1
answer
5k
views
Load index.html by default in apache2
I have set up apache2 web server and tomcat with mod_jk module in between to delegate static content to apache2.
I have created /var/www/example/index.html and want this to be loaded when entering ...