Questions tagged [conf.d]
11 questions
8
votes
1 answer
httpd - reverse proxy on multiple ports
What I want to be able to do is take the following:
http://localhost:10000
http://localhost:11000
http://localhost:12000
and route them respectively like follows:
http://my-app (this is port 10000 traffic)
http://my-app/app (this is port 11000…

whoisearth
- 4,080
- 13
- 62
- 130
5
votes
1 answer
ERR_ADDRESS_UNREACHABLE when accessing my website without https
First of all, just letting you know i have a little experience with web servers and therefore, my questions might be very novice.
I am experiencing issue with my newly created website.
I have a CentOS 7 server for another website and i would like to…

shay k
- 163
- 3
- 13
2
votes
1 answer
Autoconf macros for Apache and conf.d install process?
I have a package that is using the autotools to build and install.
Part of the package is a website that can be run on the local machine.
So in the package there is a .conf file that is meant to be either
copied or linked to the /etc/apache2/conf.d…

Stephen Burke
- 882
- 3
- 10
- 25
1
vote
0 answers
MYSQL 8 deployment failed in minikube .. container is not running .. mysqld failed while attempting to check config
After deploying mysql in minikube i am getting following error. and container is not up.
When I am deploying the app, it is deployed, but after deployment container is not running due to following error
2020-04-25 16:56:45+00:00 [Note] [Entrypoint]:…

ajoy sinha
- 1,156
- 4
- 14
- 30
1
vote
2 answers
Multiple domains on apache server
First a quick disclaimer, I'm not a 'server guy' or a 'unix pro' or anything like that, I'm a web programmer who got stuck doing server works since I ran linux (ubuntu) on my netbook.
I'm trying to set up an apache server running on Debian to…

Kristoffer Sall-Storgaard
- 10,576
- 5
- 36
- 46
1
vote
1 answer
empty HTACCESS drops webpage (403 error)
I know there are a few of (probably) the same questions out there, but I just can't find any working solution.
I've placed the .htaccess file next to my index.php on the server.
And even if the .htaccess is empty the site returns error 403…

Sebastjan
- 1,117
- 2
- 17
- 24
0
votes
0 answers
Creating alias for autodiscover
I have a server with multiple websites but all use the same (external) SMTP server.
The problem that i was having was that with every e-mail that i wanted too configure the software is going too ask for the SMTP server. So my with a little bit of…

1dbf7be1be
- 1
- 1
0
votes
1 answer
In Which NGINX Configuration File in Centos 7, I Can Add Location try_files Command To Resolve Permalink 404 Error
I am using Centos 7 and Webuzo Panel, For resolving pretty permalink 404 error issue on
NGINX server. I added at the bottom of file the below location try_files command
location / {
index index.php index.html index.htm;
try_files $uri $uri/…

Rajeev Jain
- 1
- 1
0
votes
0 answers
How to find request param in nginx reverse proxy
Regarding nginx reverse proxy I am struggling to get the parameters values from the request URL in NGINX conf.d
My URL is https://abcd.cloudfront.net/app/dashboards#/view/aa501030-e93e-11eb-bdcf-531cdb7c714a?param1="somecryptedvalue=="
here…

prashant thakre
- 5,061
- 3
- 26
- 39
0
votes
0 answers
Kibana logstash not picking up log file
I have an issue where logstash in not picking up the log file and pushing thing logs to Kibana. I have to restart the logstash process each time before it is picked up.
See example of logstash conf file
input {
# one entry per topic file
file…

Mikey R
- 103
- 2
- 14
0
votes
0 answers
installing mysql5.6.12 in ubuntu 12.10 error:/etc/mysql/conf.d is missing
I am trying to install mysql in ubuntu 12.10. Downloaded 'MySQL-5.6.12-1.linux_glibc2.5.i386.rpm-bundle' from http://dev.mysql.com/downloads/mysql/. Extracted it and tried to install using "rpm -i MySQL-server-5.6.12-1.linux_glibc2.5.i386". Since it…

user2508575
- 1
- 1