Is it possible to run splunk on port 443 without NGinx? [closed] - splunk

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 months ago.
Improve this question
Is there any way to run Splunk enterprise on port 443 without NGinx.
I am getting in issue when triggering alert it redirects to different domains &port.
If any possibility is there , please share steps .

The simplest way to start splunk on different port is to execute command:
$SPLUNK_HOME/bin/splunk set web-port 8081
But you can also edit file $SPLUNK_HOME/etc/system/local/web.conf (create it if doesn't exist)
and add/edit this section:
[settings]
httpport = 443
Then restart the splunk. BTW you need to restart it as root which can mess some things. This is required because you want splunk to listen to privileged port.

Related

problem when copying a file over putty ssh to my windows machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
i want to copy file from remote server that i connect with the following paramters
Ip : 192.168.1.1
port : 2202
then i log in with user and password :
user:root
pass:1234
but when i try to use this script it shows that connection is refused
pscp 192.168.1.1:/etc/hosts c:\temp\example-hosts.txt
is that correct or i should put the user and password somewhere to authenticate and be able to copy the files
You need to specify the port as it's not the standard port.
Try
pscp -P 2202 192.168.1.1:/etc/hosts c:\temp\example-hosts.txt

Reverse tunneling [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
i want to visit my xampp localhost from my server ip. my broadband internet provider does not allow me to forward any port so i need to do reverse tunneling. so if some one visit 216.158.xxx.xxx:27272 (my vps ip is 216.158.xxx.xxx) he/she will see my pc contents of 127.0.0.1:27272
i m using putty on my pc and centos 7 on my vps server.
i try to configure putty by going to ssh tunnel
source:27272
destination: 127.0.0.1:27272
its not working
i have set GatewayPorts yes on my vps
EDIT: I have fixed this problem
You have to open the port 27272 on your VPS. If it has a static IP-address configuring the firewall might be enough. This gives everybody public access.

Setting up SSL for many domains (Virtual Hosts) on a single server (IP) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
My question is the following: I'm hosting a couple of websites on a web server (Apache on Debian Wheezy) and I want to have ssl on them. Can I have one certificate and use it for every domain or should I have multiple ones? I tried to have one but the problem is that if I first visit example1 with https, then if I try to visit example2 with https, I get the content of the former, while the url is the latter.
What am I doing wrong? What is the best way to have https for every website on the server?
you need SSL certificates for each domain hosted on the box.
you can have selected domains on SSL but would require tweaking the virtual host file.

how to access local webserver [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have an apache server, which I want to access from another pc at home. when I access it by using ip address, it show http 403 error. I can ping the web server and I turned off the firewall from the web server. And there is restrict ip address in the apache config. Thanks for help.
Please check your log and apache configuration
Do you add this line
Require all granted
In your configuration?
Maybe this answer will solve your problem,

How uninstall apache server from cpanel? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I would like to know how can I completely uninstall the apache server from my vps which is configured with cpanel. Are there there any other dependencies to apache server on a regular cpanel installation?
PS. I am using on my vps server this particular services: tomcat, bind and courier mail server
If you are running the latest Apache, use this:
yum remove ea-apache24
You can do it from whm. Login to http://yoururl/whm, there you will have options for each package(control panel).