apache tag

113 questions


1 answers
128 views
0
Basic Authentication in Apache 2.4.18 (ubuntu) using LDAP

I would like to perform Basic authentication using LDAP on Apache 2.4.18, but I received the following description file from my colleague.username:test.devpassword:testtrees:LDAP-DEVHostname: dev.auth...

2 years ago

1 answers
122 views
0
CentOS 7 Apache 2.4 http2

CentOS7+Apache/2.4.6 is set to be accessible via http2.I am referring to it here.https://blog.apar.jp/linux/5200/Although Apache and SSL have been configured, the http2 module has not been successfull...

2 years ago

1 answers
50 views
0
Request processing time for apache+Passenger+Rails is too long

This is my first time posting a question.Thank you for your cooperation!Apache/2.2.15(Unix)Phusion Passenger version 4.0.42Rails 3.2.18I would like to ask you a question as the title says, but I am tr...

2 years ago

1 answers
55 views
0
Gaceful Reboot May Fail in Apache+ModSecurity Configuration

On the site where Apache+ModSecurity is in operation, it is blocked in the event of an attack and is running Apache Graceful.However, Apache Graceful fails irregularly, leaving Apache down and unable ...

2 years ago

1 answers
90 views
0
Understanding System Integration

The same system currently runs as multiple separate sites.How it works is the apache+tomcat+postgres web service.if you decide to consolidate these multiple sites into one siteIf you want to lump mult...


1 answers
81 views
0
In what language are the Nginx and Apache configuration files written?

In what language are the Nginx and Apache configuration files written?I recently saw an example of a Nginx configuration file rewriting using a variable starting with $.Perl or PHP?This is because I w...

2 years ago

1 answers
67 views
0
To split php_error_log in cronolog

I am having trouble dividing php_error_log using cronolog.By writing httpd.conf as shown below, ErrorLog and CustomLog have been successfully split by cronolog-rw-r --r--1 root root 370592 January 26 ...

2 years ago

1 answers
116 views
0
I want to use my domain to access servers (Linux, Apache) that I set up in VMware Workstation 12 Player on Windows.

Change the DocumentRoot in httpd.conf to /srv/http/example and find index.php in the directory.The IP address is assigned 192.168.160.142.Accessible only from the host OS Windows using http://192.168....

2 years ago

1 answers
85 views
0
Error AH02454 and AH01079 on amazon-linux2 and httpd does not start properly.

FROM amazonlinux:2ENV COMPOSER_ALLOW_SUPERUSER=1ENV PATH = $PATH: vendor/binRUN yum update-y\ &yum upgrade-y\ &yum install-y\ curl\ git\ libxml2\ libxml2-develop\ httpd\ mysql\ gcc\ vim\ makeR...


1 answers
114 views
0
I want to send sensor data from raspberrypi to php by POST.

I'm thinking of saving the sensor data sent from Raspy on my PC in CSV format, but data.csv is created but no data is written.By the way, the data I'm passing is comma-separated data (like 1, 2, 3.1, ...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.