Linux.com

Author Message
Joined: Aug 06, 2008
Posts: 12
Other Topics
Posted Aug 07, 2008 at 4:56:02 AM
Subject: apache configuration httpd.conf


well i am running apache web server on unbuntu 8.04
and i need some help !!

i already installed apache web server php mysql and phpmyadmin

and those works perfectly { i think that they work }

first when i typed http://localhost on my web browser

the screen displayed

it works!!


in the case for apache but here is my problem ....... apache only works for my LAN (local area network) so i want to show my web page at WAN ( world area network )

also i have a router netgear

some one can help me to configure my httpd.conf or my router netgear

i will appreciate it ...

thanks


Back to top Profile Email Website
rokytnji
Joined Jul 26, 2008
Posts: 460
Location:Pecos, Texas

Other Topics
Posted: Aug 07, 2008 5:55:45 PM
Subject: apache configuration httpd.conf

Here is 1 tutorial.

http://www.justlinux.com/nhf/Webservers/Apache_Virtual_Hosting.html

Light travels faster than the speed of sound. Thats why certain people appear bright till they open their mouths. "Where is the 'any' key?" – Homer Simpson, in response to the message, "Press any key" Registered Linux User # 475019

Back to top Profile Email Website
proopnarine

Joined Apr 03, 2008
Posts: 402
Location:San Francisco

Other Topics
Posted: Aug 08, 2008 4:45:23 AM
Subject: apache configuration httpd.conf

How is your access to the internet controlled? Are you behind a firewall?

Take the red pill www.calacademy.org/blogs

Back to top Profile Email Website
kromos
Joined Aug 06, 2008
Posts: 12

Other Topics
Posted: Aug 11, 2008 3:34:28 AM
Subject: apache configuration httpd.conf

well i have a code at iptables and what i should do ?

take out my code of iptables?

Back to top Profile Email Website
proopnarine

Joined Apr 03, 2008
Posts: 402
Location:San Francisco

Other Topics
Posted: Aug 11, 2008 5:02:29 AM
Subject: apache configuration httpd.conf

No, don't do that. How do you acceess the internet?

Take the red pill www.calacademy.org/blogs

Back to top Profile Email Website
kromos
Joined Aug 06, 2008
Posts: 12

Other Topics
Posted: Aug 18, 2008 3:26:51 AM
Subject: apache configuration httpd.conf

am accessing to internet by a netgear router and a dsl modem !!!!

and i have a ubuntu 8.04

Back to top Profile Email Website
proopnarine

Joined Apr 03, 2008
Posts: 402
Location:San Francisco

Other Topics
Posted: Aug 18, 2008 5:32:49 AM
Subject: apache configuration httpd.conf

Do you have a registered domain name or public IP address?

Take the red pill www.calacademy.org/blogs

Back to top Profile Email Website
kromos
Joined Aug 06, 2008
Posts: 12

Other Topics
Posted: Aug 28, 2008 3:58:47 AM
Subject: apache configuration httpd.conf

well i was reading an article in internet about how to set apache on linux systems and it's says that we dont need to register a ip if you have a software
it's name is webmin http://www.webmin.com/

here is my question :::::::
if you have it installed (webmin) on your system do we have to register your ip ? or could we do it without have a ip register ?

where do we have to register your ip ? for what reason we need to register our ip ?

thanks

Back to top Profile Email Website
smartknight
Joined Aug 28, 2008
Posts: 1

Other Topics
Posted: Aug 28, 2008 2:44:45 PM
Subject: apache configuration httpd.conf

Hi ,

Please try this command on shell : iptables -F

Thanks
------------------------------------------------------------------------------------------
colleges , best colleges , http://www.usemythings.com/

Back to top Profile Email Website
Fabio Berbert de Paula
Joined Aug 29, 2008
Posts: 7

Other Topics
Posted: Aug 29, 2008 10:37:55 PM
Subject: apache configuration httpd.conf

Forgotting the discussion about how do you connect to the internet and focusing on httpd.conf, its simple. Before you set your virtualhost, just add:

NameVirtualHost your.wan.ip.here

And then:

<VirtualHost your.wan.ip.here>
... bla bla like the tutorial you read...
</VirtualHost>

---
Fabio Berbert de Paula
http://www.vivaolinux.com.br/

Back to top Profile Email Website
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya