Skip to main content

Questions tagged [configuration]

Configuration is a general term that can refer to the arrangement of functional units according to their nature and characteristics. Also, it can refer to software configuration which more suitable for server-related topics.

0 votes
0 answers
7 views

Redirect if not serving a PHP file

Consider these files on-disk: /dir/index.php /dir/page.php /dir/index.html /dir/image.jpg Consider these desired outcomes: https://www.example.com/dir Serve index.php https://www.example....
MonkeyZeus's user avatar
0 votes
0 answers
24 views

OpenDKIM Isn't building with OpenSSL correctly [migrated]

I am trying to build OpenDKIM from source. For some reason, the build is not supporting SHA-256, even when the OpenSSL version I am building with uses SHA-256. How is this possible ? I run: ./...
user10709800's user avatar
1 vote
2 answers
52 views

Why do SSH config declarations stop executing when using SCP?

I am using OpenSSH config's "Match...exec" feature to conditionally connect to AWS EC2 instances via a tunnel. I have been building upon https://gist.github.com/Maks3w/...
Josh F.'s user avatar
  • 11
0 votes
0 answers
40 views

OpenStack ovs: Multiple rows in Manager patch "ptcp:6640:127.0.0.1"

While setting up OpenStack following the instructions on https://docs.openstack.org/2024.1/install/ I encounter an error on the netron-ovs-agent service. It wont start and shows the error message ...
tooola's user avatar
  • 1
0 votes
1 answer
39 views

How to build an nginx conf to accommodate wildcards in location?

I have a server and 2 locations. The proxy_pass is the same for both but I need to pass a different header server { location ~ /deployments/*xx*/ { proxy_pass $uri; proxy_set_header ...
Shreyas Kulkarni's user avatar
0 votes
0 answers
55 views

NGINX proxy pass not working with Laravel application. No routes other than / can be accessed from proxy domain. Gets a 404. How to solve?

I have a Laravel 7 application running on a separate server, let's assume it is SERVER A with domain serverA.com. The application is behind NGINX. I have another server, SERVER B. I want to proxy pass ...
Sajid Anam Ifti's user avatar
0 votes
1 answer
105 views

OpenVPN client 2.4.4 cannot connect to OpenVPN server 2.5.1 [closed]

I have OpenVPN 2.5.1 on Debian 11 VPS, and OpenVPN 2.4.4 on my Linux PC client. I cannot connect to VPN server from my Linux PC by using this client.ovpn file. TLS Error: TLS key negotiation failed to ...
Arnimundo's user avatar
1 vote
1 answer
131 views

How to Configure hideAnnouncements in kibana.yml?

In Kibana's GUI settings page, there is an entry called "Hide announcements" with the field named hideAnnouncements. The URL path for this page is /app/management/kibana/settings Then in the ...
Utkonos's user avatar
  • 388
0 votes
0 answers
41 views

How does one configure nginx for whitelabel solution?

I am trying to implement a whitelabel solution for my clients where they use their own domain or subdomain that is pointed to my server IP to serve my application. For example: subdomain.anydomain.com ...
Mojahudul Islam's user avatar
0 votes
0 answers
186 views

nextjs web app with nginx as reverse proxy, slows down after login

My nextjs based app deployed in AWS EC2 with nginx as load balancer/reverse proxy slows down after a while (say after 5 min) specially if the user is logged in. I am using http only 2 cookies to ...
Rakesh's user avatar
  • 1
0 votes
1 answer
338 views

Nginx Proxymanager "map" directive is not allowed

I'm in the process of deploying my Django project right now, I have a server on digital ocean and I'm setting up and nginx proxy manager. I have added the SSL certificate for Portainer, and when I add ...
fifumain's user avatar
0 votes
0 answers
41 views

Bad configuration directory when moving from slapd.conf to olc

I've set up openldap through macports on my Mac. I've modified my slapd.conf and inserted database config rootdn "cn=admin,cn=config" rootpw secret Now, when I use slaptest -f ./slapd.conf -...
James Korden's user avatar
1 vote
1 answer
44 views

Specifying Dynamic filenames for AIA and CDP in CAPolicy?

In the "CAPolicy.inf" file where you define [AuthorityInformationAccess] and [CRLDistributionPoint], can these sections use dynamic values? For instance: [CRLDistirubtionPoint] URL="...
artomason's user avatar
  • 133
1 vote
1 answer
66 views

sql server max memory change event viewer log

In the Windows Event Viewer application, I see a record that the maximum memory value of SQL Server is reduced by 99%. After this process, we could not access the database from anywhere. How can we ...
Kadir Çolak's user avatar
0 votes
0 answers
28 views

How can I find out how Apache makes certain decisions?

As my Apache configuration gets more and more complex and there are many moving parts, it can be tricky to debug problems. Right now, I have a setup where a certain virtual host setup generates a 301 ...
Bart Friederichs's user avatar

15 30 50 per page
1
2 3 4 5
183