Ubuntu :: Making Apache Accessible To Outside World

May 22, 2010

Set Up:
1. Ubuntu 10.04 x64 on Acer Aspire NoteBook.
2. LAMP installed
3. Using an ADSL modem to connect to internet, make is "Nokia Siemens Residential Router 1600"
4. Modem LAN settings are as shown in the attachment picture.
5. So mostly my laptop is assigned the ip ranging from 10.0.0.2 to 10.0.0.10 as the router use NAT.
6. http://localhost, 127.0.0.1, 10.0.0.2 or whatever my ip is, work fine to see my default Apache homepage in locally connected devices.
7. The IP which I find from [URL] should connect to my Apache homepage but instead it connects to my Router Interface/Configure panel as shown in image attached.

What I want:
1. My Apache home page accessible to outside world via my dynamic ip.

View 9 Replies


ADVERTISEMENT

Ubuntu Networking :: Local Machine Is Not Accessible From Out Side World

Jul 30, 2010

I m using the pc as gateway....i have two NICs:1) 10.6.15.254 ---> for internal network 10.6.15.02) 10.6.0.115 -----> for out side world I can ping and ssh any out side machine but when i try to ping or ssh any machine in the 10.6.15.0 network it says host unreachable.... i can ping and ssh gateway i.e. 10.6.15.254 and 10.6.0.115 but not the client machine in the 10.6.15.0 network from out side world even i flush iptable rules i can not access any client machine i m using ubuntu 10.04 as operating system..

View 2 Replies View Related

Ubuntu Servers :: How To Connect Apache To World Wide Web

Oct 20, 2010

I have installed LAMP Server and I'm using it but now I want to connect it to the Internet. I haven't static IP but it isn't problem for me to change my address when I reset my router. I have already forwarded a port(81) and inserted `listen 81` and a public site that may use it but when I type my IP address it gets Time Out Error. When I set Listen address and VirtualHost to my public ip address it got this error while starting:
`(99)Cannot assign requested address: make_sock: could not bind to address 109.110.170.200:81`.

View 6 Replies View Related

Server :: Apache 1.3.33 Deny Outside World - Allow Network Only?

Mar 11, 2010

I can't seem to set this older server right to deny outside access while I build a website on it. What I am trying to accomplish is deny anyone outside of my network access to the website, but replace the 403 error with a temp page letting them know it is coming soon. I have googled for hours and everything I have tried just denies me as well. Seems to be all or nothing.

My last attempt was:
Code:
<VirtualHost *:80>
ServerName www.mydomain.com
ServerAlias mydomain.com
ServerAdmin me@mydomain.com
DocumentRoot /home/me/www/site
ErrorDocument 403 /temp.htm

<Directory />
Options FollowSymLinks -Indexes Multiviews
AllowOverride None
Order Deny,Allow
Allow from 192.168.0.*
Deny from all
</Directory>
</VirtualHost>

View 11 Replies View Related

Ubuntu Servers :: Apache -> Squirrelmail Not Accessible From Internet

May 4, 2010

I set up a mail server today. Everything works except I can't access the damn squirrelmail web interface from the internet.

I followed this guide here: [URL]

I can access http://192.168.0.50/squirrelmail just fine from a computer on my local network.

*BUT*

When I access http://mywanip/squirrelmail, i get a connection timeout.

When I access http://mywanip, I get the standard Apache "IT WORKS!" Page. (Rules out port forwarding)

According to the guide, that should allow me to access squirrelmail from the internet on my server. Its as if Squirrelmail is only available on my local interface and not on my wan interface? How do I check?

View 5 Replies View Related

General :: Make Some Files On Machine Accessible Via HTTP Using Apache?

Mar 6, 2011

I did a wget on the source and built the apache binaries correctly. Now what do I need to do to get some documents accessible using HTTP (start some services?)? Also, do I need to group all the files I want to make accessible in some directory and make the directory and its contents accessible or can I just make the individual documents available? I will be providing these links to my colleagues and do not want them to be down, so need to make sure that the apache services are up automatically after a reboot. Does apache have some inbuilt support for this?

View 2 Replies View Related

Ubuntu Networking :: Mount To Vista Needed For Apache - Symbolic Link Not Allowed Or Link Target Not Accessible

Apr 26, 2010

I have a problem where I'm using Ubuntu linux to mount a Windows Vista machine's USB drive and access it on the web using Apache. I did have the USB drive plugged into the Linux machine directly and that was working via the web. FollowSymLinks is on in httpd.conf

[Code]....

The mount works and I can see the files (see above) from my regular linux user account. If I make a test file in /mnt and soft link to that, I can see it on the web. So it's just the mount to the vista machine that seems to be a problem. It's supposed to be a simple read-only mount and the apache login should (I think) be able to see the same generic root access permissions.

log from apache: [Mon Apr 26 20:39:42 2010] [error] [client 99.99.99.99] Symbolic link not allowed or link target not accessible: /home/user1/pub_html/Music, referer: https://xx.xx.xx/~user1/music.html

The credentials have a login and password that matches a special read-only account on Vista. I can see the files on the system from Linux, but not via the web. As mentioned above, a different link to the same /mnt area works fine via the web. I've tried several different mount options with no success.

View 3 Replies View Related

Ubuntu :: Install World Of Warcraft Cd?

Feb 15, 2011

Question: How could you possibly install World of Warcraft CD disc onto Ubuntu 10.10, I've tried installing Dragon Age Origins onto Ubuntu 10.10 but says that the CD was not an executable bit?

I've done some research & went into the settings of the disc & tried to allow as an executable bit, but failed to succeed! Sucks but that�s reality, so.. anyways if you have any solutions about this problem please don't hesitate to let me know

View 2 Replies View Related

Ubuntu :: How To Install - Run World Of Warcraft

Jul 25, 2010

how to install Ubuntu. I have only ran it as a partition and am not sure the process i need to go through to install it on a newly built machine. My second question is that when i partitioned it ( was kinda giving it a test run to see if i could cope with the change from windows) I remember not being able to run world of warcraft. I couldn't get wine to run it. I want to run starcraft II and I'm not sure how thats going to go over. Is that going to give me a problem? I realize these should probably be separate threads but i figured these could be answered relatively easily.

View 6 Replies View Related

General :: Files Not World-readable On CD (Ubuntu)?

Aug 31, 2010

I got a CD of JPG files from a photographer. Some of the files are not readable on my Ubuntu machine (they show up as X icons in the Nautilus file browser). I figured out that the reason is that they are not "world-readable" (and also not "group-readable") and they are owned by a user that does not exist on my machine. I am able to work around it by doing sudo nautilus Is there any easier way to do this? I am thinking some setting I can make on my system relating to the CD driver works?

View 2 Replies View Related

Ubuntu Servers :: Allowing Connections From The Outside World Through SSH?

Jan 9, 2010

I want to set up my laptop to allow connections to certain users with passwords from anywhere over the internet via SSH but I'm unsure about how I would go about doing this. I only thought it would be the case of setting up the open-ssh server on the laptop then, using my external IP and PuTTY on another PC outside of the network, connect to the external IP through port 22 so I tried this and wait 3 or 4 minutes or so and it says the connection times out.

I have also configured my router to use port forwarding but this doesn't seem to help much either and I have LAMP setup to allow connections to external IP : 80. The only thing I am able to do is access the laptop through the local network by using its internal IP's like 127.198.0.1:22 or something. I was wondering if anybody knows if and could tell me how I would do this as I really want to be able to access my home computer/laptop from my work sometimes, especially if I have work at home which is not with me at work or something.

I know this is possible but I'm quite new to this type of thing and don't know what is going wrong. Have I missed something or do I need to change any .conf files or anything?

View 4 Replies View Related

Ubuntu / Apple :: Run World Of Warcraft From A Mac Partition?

Mar 30, 2010

I'm running ubuntu 9.10 on my mac as a separate partition. I have World of Warcraft installed on the mac side. I want to use PlayOnLinux to run the game from the mac partition. Has anybody done this? If so, how would I go about making this work?

View 1 Replies View Related

Ubuntu Multimedia :: World's First Invisible Ipod?

Apr 25, 2010

i'm being slightly sarcastic i think it's safe to say i'm doing something wrong but i'm just at a loss as to what. as it stands banshee - doesn't recognise ipod songbird - doesn't handle album art and overwrites ALL existing art floola - doesn't support new itunes database rhythmbox - doesn't handle album art hipo - doesn't find ipod gtkpod - doesn't find ipod yamipod - doesn't handle album art

so it's not entirely invisible, i will confess i've spent the past 2 hours trying to work out why banshee, hipo and gtkpod all don't see the ipod when songbird, rhythmbox and yamipod do. podsleuth tells me it can't find any ipods, even on a rescan - when i've got the ipod connected. if i select "properties" on the Ipod when it's connected, i get this ..[URL].. it's frustrating because it drives me back to windows every time so i can use sharepod again, and invariably start all over again re-doing all the album art - again.

i've got a backup of all my music that i took directly from the ipod - it's on a seperate hard drive, so i can only hope and pray that sharepod writes out the album art as well.

View 4 Replies View Related

Ubuntu :: Download Such A Client Like World Of Warcraft

Jun 13, 2010

how to download such a client like world of warcraft. every time i try is says theres an error.

View 5 Replies View Related

Ubuntu Installation :: 3rd World Situation (no Internet / Cd Rom)

Nov 13, 2010

I need to install ubuntu or edubuntu (preferably) on an older computer (256 ram) whose cd rom is shot, but the USB ports work! The family has 2 kids and the parents are very computer illiterate and know NO English. The kids' future is dependent on learning English. The grandfather is illiterate in his language! They are not down and out people, but they could use some help, if you know what I mean! I do have an external DVDRW drive and 2 computers where Ubuntu Maverick and Lucid have been installed. I will be about 300 km from them to give support. I have 2 days Monday to Wednesday next week to install Ubuntu or edubuntu.

I read on the internet 3 solutions, one of them offering a USB fix, which I am not 100% clear on: [URL] I do not know how to program and am far more comfortable around a GUI, even though I sometimes venture off using the terminal (albeit, copying and pasting codes that other provides and that often I only get half the meaning of). The USB stick option seems to be one of the best solution at this time because I have tested it in the past! The computer has suddenly crashed (I had installed Windows in a multiple user/password mode), but one of the kids (older) was using games from friends' usbs (maybe full of virii)! Maybe the crash is a hardware crash as surges are common in the area. (I will be able to check for that using some kind of software if I can boot the comp.) After installing Ubuntu succesfully on two more recent computers already, I think Ubuntu or edubuntu might be the best solution for this situation. I am also 300 KM from being able to help out these people!

I have a few questions at this time. If the option of basically using one computer's image (ubuntu Maverick) that I have installed with all the packages that come with it (solution 1) is a viable one, how am I going to deal with the difference in hardware between the two computers. DOn't they need "drivers" and packages related to these specific components? Could I use the external dvd drive? If so, how can I get the old computer to recognize it. Assuming I can make it work again, would I need to download (beforehand) the windows drivers/files needed? Install them which might help if I want to use it to install the ISO image. I am not thinking about a dual boot since space is an issue and windows is a bad option anyway (virii).

View 9 Replies View Related

Ubuntu Networking :: Connect To Home Pc From Another Pc Out There In The World?

Dec 21, 2010

one is whats the best way to connect to my home pc from another pc out there in the world? be on a windows or linux machine and remote into my home pc. Im using ubuntu 10.10. the other question is, i got a big family who aren't computer savvy at all. Is there a way to remotely assist them if they are on windows or mac. im looking for something similar to the windows remote assistance. With both users being able to see and control the desktop. with the hosts permission. something simple enough so it wont be a whole process to walk them threw to even get connected to in the first place.

View 2 Replies View Related

Ubuntu :: World Time Kubuntu Desktop?

Feb 14, 2011

One of my favorite features of gnome is the integrated world time int he clock. Just add multiple locations, and you have world time, and it's always a click a way.My question is, can kubuntu be set up in the same way?

View 2 Replies View Related

Ubuntu Networking :: Multifunction Printers In The Networked World?

Jan 23, 2010

So having recently set up my server (including some disk space and ushare, and an additional laserjet printer) I was wondering if anyone had any experience of putting a multifunction printer into an ubuntu server and adding it locally (to the server) then to the networked computers....I know this printer works perfectly (the scan too!) when plugged directly into a machine's USB....I suppose my real question is....does anyone know anything about the scanner side of it?? is this going to work?? I reckon the printer side will (/should - i know the printer works and i know the server can share printers.....lol) but the scanner side is relatively new (when put into the context of shared from my HS.Please note:My server is just running vanilla (plain) ubuntu 9.10....and my compo's are 10.04 and 9.10....ubuntu ONLY network...

View 1 Replies View Related

Ubuntu :: World Of Warcraft Crashes After Character Select / Fix It?

Mar 7, 2010

I am fairly new to the Linux community however I have done my research on this issue and tried every fix I could think of (registry edits, wine config changes, config.wtf alterations).

All of these things got me where I am today. WoW will run in OpenGL mode for a couple seconds after loading my character and then wine crashes with this error from the Terminal code...

View 2 Replies View Related

Ubuntu Installation :: Create A New World Using Make Command?

Dec 9, 2010

i have installed ubuntu, i cannot install make command, how to create a new world using make command?

View 1 Replies View Related

Ubuntu :: World Book Network Drive Not Recognized ?

Mar 30, 2011

So my World Book Network Drive stopped working all of a sudden and I decided to remove it from the enclosure and plug it in via USB. I can see it in Disk Utility, I took a snapshot of it and attached it here. Normally when I plug a hard disk into ubuntu you can see it in places, not the case with this one. I would like to try and retrieve the data from it?

View 1 Replies View Related

Ubuntu :: Run World Of Warcraft After The Update And The Launcher Starts?

Apr 30, 2011

Just updated to Ubuntu 11.04 this morning, and was immediately overwhelmed. The new panel layout and sidebar thingy looks pretty sweet at first glance, but I can't find a durn thing. :s But to the point, went to run World of Warcraft after the update and the launcher starts, then after hitting play a fatal error pops up.


Code:
This application has encountered a critical error:
Fatal Exception!
Program: Z:home imGamesWorld of WarcraftWow.exe
ProcessID: 70
Exception: 0xC0000005 (ACCESS_VIOLATION) at 0023:F751D270

The instruction at "0xF751D270" referenced memory at "0x00000000". The memory could not be "read". And then of course the other Blizzard error nonsense. I know this isn't so much a Ubuntu thing, but has anyone else maneuvered around this or have any ideas for a fix?

View 8 Replies View Related

Ubuntu :: Installing Need For Speed World Under Wine - Not Open

Jun 30, 2011

I m installing need for speed world under wine. so the setup goes fine but than when i try to open it it will not open if this is important i am running ubuntu 11.04 unity

View 5 Replies View Related

Ubuntu :: System Freeze While Playing World Of Warcraft Game

Jan 29, 2010

My system is Ubuntu 9.10, WINE 1.0.1-0ubuntu8, ATI HD4350 with ATI proprietary driver, Intel Core 2 Quad, 3 GB RAM

I'm trying to figure out what is the problem. I used Ubuntu 8.10 in the past and never encounter a problem like this. It keep freezing the computer 3 to 5 times a day. I check varies of sys.log, kernel.log, any kind of log you could think of and they not showing any reason why it froze. This is the only last thing it wrote because it froze

Code:
Jan 29 12:57:58 sean-desktop wpa_supplicant[936]: CTRL-EVENT-SCAN-RESULTS
Jan 29 12:59:58 sean-desktop wpa_supplicant[936]: CTRL-EVENT-SCAN-RESULTS
Jan 29 13:01:58 sean-desktop wpa_supplicant[936]: CTRL-EVENT-SCAN-RESULTS

This is always what it ended up with every time it froze. I check the log and it usually on that message. and I switched back to the previous kernel and assumed it the newest kernel causing problem. I had this problem before in my Ubuntu 8.10, so i switched to the previous kernel and the problem is solved. So on my ubuntu 9.10, I switched to the previous kernel, it still have the same result. I'm running out of ideas. I been thinking about switching to 8.10. The reason why I like 9.10 because of ext4 support

View 2 Replies View Related

Ubuntu Networking :: WebServer 2008 On Server Not Reaching Outside World

Apr 7, 2010

I have a Belkin N router setup with a virtual server to port 80 to 192.168.2.2 which my server sits on.

However, for some reason, I can get to the server from other PC's on the Router, but from outside, it will not port to the Server?

Any ideas on how to setup this?

I have Windows Webserver 2008 installed running on a 3.0GHZ Server.

View 2 Replies View Related

Ubuntu Networking :: Regulatory Domain Changed From World To Am / Set It Back?

Dec 21, 2010

I'm using Ubuntu 9.10 on a i386 laptop and have noticed a signal drop while checking my Administration Log File viewer. I noticed on the file starting :-cfg 80211:Regulatory domain World, then another set of frequencies and below that calling CRDA for country : Am
cfg 80211 : Regulatory domain changed to country : Am

My question is-- how do i set it back to Regulatory domain : EU ?code...

View 1 Replies View Related

Ubuntu :: Running World Of Warcraft In Wine - Window's Invisible

Dec 21, 2010

i tried to install world of warcraft through wine and it worked! but when i go to run it, the window's invisible (i can hear the sound, the mouse cursor changes, but i can�t see the screen). one guy over on videos said to configure wine to run as a virtual desktop, but it didn�t seem to work.

View 2 Replies View Related

Ubuntu :: Creating A Link To World Of Warcraft On Windows Partition?

Apr 2, 2011

I have a bit of a problem that I don't understand and would like some help please - I will try and explain the best way I can. I installed Ubuntu using the WUBI installer and so I can access my Windows partition in /host. Using Wine I can run World of Warcraft by going to /host/Program Files/World of Warcraft/WoW.exe But I would like to create a link on my desktop to that file so I do not have to keep going to that path everytime.

The Problem - when I click make link and drag it to my desktop I double click the file (expecting it to just act like a windows shorcut) but it doesn't - it creates some of the files that are in the world of warcraft folder on the desktop and then fails to open with message: Failed to open archive dataart etc...its like it is creating a copy of files on my desktop of what is already in the WoW folder.

View 2 Replies View Related

Ubuntu :: Error Could Not Open Location World Icon Always In Taskbar

Jun 23, 2011

I have this error which happens just after login, and it stay in the bottom panel all the time with a world icon, it's impossible to close (see image below), if I click the world icon the error message pop ups again. How do I make it go away?

View 2 Replies View Related

Ubuntu Servers :: How In World Can I Change Permissions Either On Drive Or Folder

Jul 10, 2011

I had an old windoz 2003 server running a few recreational web sites. I've grown tired of all the hacking attempts, FTP floods, etc. Ok.. I've grown tired of windoz period.When I set the server up, I had the operating system on one physical drive and stored all of the web files on a separate physical drive just in case I ever wanted to make some changes to the operating system.in my adventurous ways, I've dumped windoz and installed ubuntu 11, 32 bit server edition on this machine. It is running fine from what I see on the server side. The first problem I've noticed is when even attempting to navigate to localhost through the server's web browser, I get a permissions issue.

So... off to the drive where the httpd.conf file points to. This is the second physical drive. When checking permissions and attempting to change them to the correct ones for the folder, I can't change them. I've tried through the GUI and the terminal as root. Neither way will change the permissions.I've stepped back and checked the permissions on the physical drive the files are stored on. I am having the same issues with the drive itself. How in the world can I change the permissions either on the drive or the folder? Is there something I should do as far as the drive's mounting?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved