Apache server not going online on ubuntu [closed] - linux

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 have done all steps to make my apache2 server to work online but failed to do . My isp has not blocked port 80 and i have also forwarded my routers port 80. Please help me .
Thanks in advance.

If your website is accessible in your LAN, the most probable issue is coming from your nat translation rule.
Also verify your local firewall on your webserver with :
sudo iptables -L

Related

How can I make a node server public with port forwarding [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 2 years ago.
Improve this question
I'm making a simple app that lets you download things from an express server but I can't seem to figure out how to make it public. I'd like to do it by port forwarding my router if possible.
I've already added the port (I've tried 3000 7777 and a few more) to the port forwarding setting in my router and even allowed the ports through my firewall and the server is listening on my IP(ipv4) and the port but still nothing.
Is there something I'm missing?

how to change Linux machine listening port on putty? [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 3 years ago.
Improve this question
I hope you all doing well!
I am working on my Linux machine and My machine listen on port 3868 now I want to change to 3869
go to your sshd config file, change port and restart ssh service.
vim /etc/ssh/sshd_config
Port 3869
systemctl restart sshd.service

How to Change my DNS [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
Every time I browse internet one my computer in my network it connects to US DNS server. I changed my DNS server to google DNS and ISP DNS still it connects to US server how to change this
Flush your local DNS cache
On Windows: Start-Run cmd.exe
at the prompt, type:
ipconfig /flushdns
if that doesn't work...
Wait about an hour....sometimes it takes a while to propogate

Reaching a internal server behind monowall [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 9 years ago.
Improve this question
We're using M0n0wall as firewall/NAT, now we have the following situation:
Server A:
192.168.1.100
running Apache on :80, external IP: 1.2.3.4:10080
2 vhosts based on subdomain
app-test-01.domain.com
app-test-02.domain.com
Server B
192.168.1.101
running Apache on :80, external IP: 1.2.3.4:11080
2 vhosts based on subdomain
app-prod-01.domain.com
app-prod-02.domain.com
Now, when I want to have Server B connect to app-test-01.domain.com:10080 but I get a connection refused. Is there anything I can do to allow it anyway, without using their internal IP-addresses ?
I haven't ever used M0n0wall, but I think that the M0n0wall Handbook could be helpful:
http://doc.m0n0.ch/handbook/
Hope this helps,
SnoopyBBT

Mail being sent to local domain instead of remote domain [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
I have a server which hosts mywebsite.com
If I try to send mail to info#mywebsite.com, the MTA is trying to send it to a local host (the mail is managed on a different server). How can I fix this?!
Its a linux server running qmail
Any more info needed please ask
Thanks!
Figured it out, the system has Plesk on it, needed to disable the mail service on the domain to stop it from sending to itself

Resources