apache tag

113 questions


1 answers
43 views
0
I want to build Apache on Windows

I want to build Apache on WindowsUsing VisualStudio 2013 as a reference to the following site, you can select from the source code.I would like to build Apache on Windows.https://www.codeproject.com/A...

2 years ago

1 answers
52 views
0
When excluding images with mod_dosdetector, I want dynamic images to be targeted for DoS attack detection.

I would like to take measures against dos with the apache module mod_dosdetector.The environment to be applied is the web server where the java servlet is running.Restricted access is not all access t...

2 years ago

1 answers
52 views
0
How do I determine the screen resolution of users who have visited the site?

How do I get the screen resolution for users who have visited the site?I would be happy if I could get both browser resolution and screen resolution like you did.Confirm http://www.ugtop.com/spill.sht...

2 years ago

1 answers
68 views
0
What Causes 500 Errors in Java and How Do I Investigate?

When I debug Java projects on a server in Eclipse, I get 500 errors.I think it's a tomcat configuration or an error around DB, but I don't know why.Environment:Java 8tomcat v8.5 org.springframework.be...


1 answers
93 views
0
After accessing a URL without a query parameter, I want to automatically skip it to the URL with the query parameter attached.

■ What you want to do (overview): After accessing a URL without a query parameter, I want to automatically skip it to the URL with the query parameter attached.■ What you want to do (details): 1. Curr...

2 years ago

2 answers
51 views
0
When I start Apache by editing httpd.conf on macOS, I get a Forbidden response.

First of all, our system environment.macOS SierraApache: 2.4.25(Unix)mysql:stable 5.7.19Launch the server and http://localhost/You can also access the Forbiden You don't have permission to access/on t...

2 years ago

1 answers
81 views
0
Wordpress apache routing is wrong

Installing and trying wordpress in a virtual environment.The file configuration includes wp-admin, etc., just below /var/www/html/wordpress.PHP is running in a php-fpm eventMPM configuration.httpd.con...

2 years ago

1 answers
39 views
0
How do I check the php version of an external server?

Is there a way to check the php version or apache version of an external server that I don't manage?Can I know the following information?Runtime information such as phpWeb server information such as a...

2 years ago

1 answers
124 views
0
I want to set the initial value of branch number (%i) to 000 in log4j2.xml.

In log4j2.xml, you can set the branch number for each log rotation by setting %i as shown on the page below.Now, I would like to set the initial value (if it is logged out first) to 000.Even if the ta...

2 years ago

1 answers
44 views
0
php-apache collaboration

I installed php 5.3.29 and apache 2.2 from the source.OS:CentOS 7 configure option for php[[email protected]]#./configure\ --prefix=/usr/local/php5\ --with-apxs2=/usr/local/apache/bin/apxs\ --w...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.