Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

Hello folks,

I have configured an Apache server for the first time..!!! I'am trying to setup a Apache server which can be accessed by everyone. I have configured Apache successfully. But I'am not able to view my webpage publicly. Do i need to register a Domain and do i need a specific ip from my internet service provider. Any help would be appreciated...!!!

asked 29 May '14, 11:39

minlinux's gravatar image

minlinux
1112
accept rate: 0%




To view your web page publicly you would need to forward port 80 (unless you've configured your web server to listen on a different port) from your router to the computer on your network running the Apache server. Then to view it publicly, you would need to enter your IP address into your web browser.

How to configure it for 24/7 permanent, public access is beyond the scope of what I could advise. There are several different methods. Running a dynamic DNS client, registering a domain, domain hosting, etc.

Someone may throw a link out here that will give more comprehensive information. It might help to know a few things: Is this your first web site? Are you familiar with network security (running a public server can be risky if you're not secured), which Linux distribution are you using...?

This link might help fill in some gaps (start at step 10 for port forwarding).

link

answered 29 May '14, 12:44

Andy%20Alkaline's gravatar image

Andy Alkaline
2018
accept rate: 11%

Thanks a lot buddy.. yes this is my first web site.. i'am trying to search ways in which i can keep it secure.I'am using Redhat

(29 May '14, 13:07) minlinux
(29 May '14, 14:35) Andy Alkaline

httpd package install Apache web server. mod_ssl is the additional package which required to create secure websites elinks is the additional package for text based web browser.

More Info!!

link

answered 08 May '15, 08:46

Darenhadrey's gravatar image

Darenhadrey
111
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×90
×8

Asked: 29 May '14, 11:39

Seen: 4,739 times

Last updated: 08 May '15, 08:46

powered by OSQA