python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Redirect a route path in Apache 2.4 except my IP
I try to redirect all visit except from my own IP adress to a specific path/url (not file or directory just a route path)like "example.com/my-path" to home page. I have tried a several code ...
user18427519
Votes: 0
Answers: 1
Cannot execute SSI with file_get_contents on Apache 2.4
I'm working with a very legacy project, made on PHP 5.4. We need to move it over a new server as is, but at the same time, upgrading the web server from apache 2.2 to 2.4, and the OS. SSI works fine o...
MadHatter365
Votes: 0
Answers: 0
apache web server is disconnected with tomcats intermittently
Issue Description:
Apache Load balancer failed to connect to tomcat. As a result, users are kicking out of application.
Error Message from Apache mod_jk.log
timeout with waiting reply from tomcat. t...
rajmalhotraml
Votes: 0
Answers: 0
.htaccess: if statement to disable password protection if get parameter is set
I need password protection enabled, except when a certain get parameter is set.
Current working code (enables protection in folder secure):
<If "%{HTTP_HOST} =~ /^(?:.+\.)*sub\.domain\.com$/&q...
Ilyssis
Votes: 0
Answers: 1