how to access local webserver [closed] - apache

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,

Related

Make my server not browsable by IP address [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 am setting up an apache server and I would like to so if someone were to try to browse my ip address, it would just not do anything, or return error 403, rather than default to the first virtual host on it.
How do I go about to get that accomplished?
Thanks
Remove the default vitual host from your configuration or configure error document in default vitual host.

SSH - Wrong AllowUsers can't connect anymore [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
I appended AllowUsers with the wrong user to my /etc/ssh/sshd_config then restarted the service. So I can't connect anymore.
Is there a way to recover without physical access ?
You would need to log in locally at the machine in order to fix it, quite simply.
If you have no local access to it, then you're in more dire straights, and need to deliberate with whomever it is that hosts the machine. If it's a server hosting firm, they often offer the possibility to reboot machines into some kind of rescue system, but you'd need to check with the hosting firm itself, since there's no universal formula for such things.

Port Fowarding port 80 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
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.
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.
Improve this question
I attempted to forward the port 80. I went to canyouseeme.org to test if it works or not, and it said success. After that once I tried to access it from my public IP, it did not work. It showed me my router cPanel. I use xampp for the apache service.
I also enabled port 80 in port triggering and now it works fine on my DLink Router.

Where to configure "ServerTokens" and "ServerSignature" for Apache2 on Ubuntu 11.10 server? [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
Attempting to configure Apache2 on a new Ubuntu 11.10 web server. Changes to a recent version of Apache has shuffled some config variables around.
"ServerTokens" and "ServerSignature" were previously found in apache2.conf; not anymore.
I have read 2 differing views.
Manually add them to the end of the apache2.conf file, or
Are they being addressed in a different file
Can anyone confirm that #1 is right. Thank you.
All security related settings are in /etc/apache2/conf.d/security

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).