Most voted "httpd" questions
7 questions
Sort by count of
-
1
votes0
answers1714
viewsGenerate A1 certificates for testing in the ICP-BRASIL standard
I need to generate a FAKE digital certificate with the standard used by ICP-BRASIL for testing systems with the following files: 1. Certificate Chain (Pro system identify the certificate when…
-
0
votes1
answer167
viewsHow to configure xampp to accept the openssl_pkey_new command?
I’m trying to use the openssl_pkey_new command, it was working very well on wamp, but when using xampp it stopped. The code is like this: $sslConfig = array( "digest_alg" => "sha512",…
-
0
votes1
answer76
viewsURL redirection http
I’m trying to do a url redirect, but it’s not working, could someone tell me what’s wrong? <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{QUERY_STRING} ^(.*)/teste(.*)$ // verifica se…
-
0
votes1
answer80
viewsWhy are apache subdominios sending to the default site?
Today I have a PHP system that uses an IP, so it looks like this: http://200.204.203.345/system I’m setting up subdominios to answer the requests and stay that way http://sistema1.empresa.com.br…
-
0
votes0
answers76
viewsHEADERS Content-Security-Policy on APACHE HTTPD with Proxypass and Proxypassreverse
I need to include headers from CSP within Apache HTTPD. Configuration I currently have: servor_backend IP: 10.10.10.11 WebServer: Apache Tomcat 6 Port: 8080 (http), 8009 (ajp) servor_frontend IP:…
-
0
votes0
answers14
viewsInicilization of ruby application on Rails with ssl+Docker+thinserver+apache(httpd)
Hello, I’m having a problem... the application in question works perfectly at http, but I need to add a certificate and start the application by forcing ssl, but I ran into the problem where the…
-
-2
votes1
answer69
views"/" Site root in PHP
Friends sorry if I’m repeating any questions here, but I searched and did not specifically find my problem, so let’s go. I took a course in videaula, and created a PHP site in which, on my machine…