Computing.Net > Forums > Web Development > Setting up server

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Setting up server

Reply to Message Icon

Name: nkid
Date: August 11, 2005 at 19:31:55 Pacific
OS: Ubuntu
CPU/Ram: Athlon 3200+
Comment:

I have a Ubuntu box running Apache, MySQL and PHP. I was just wondering how or what I need to allow remote access to work on my website. Do I need to set up an ftp server? Does Apache allow me to connect to it via programs like Frontpage to edit my files?



Sponsored Link
Ads by Google

Response Number 1
Name: jam14online
Date: August 12, 2005 at 02:44:25 Pacific
Reply:

Use the Synaptic Package Manager to install an FTP server and share the htdocs of your Apache directory.

You might need to read the documentation for the particular FTP daemon you install to get it configured.


0

Response Number 2
Name: nkid
Date: August 12, 2005 at 23:54:42 Pacific
Reply:

But I noticed that my co-workers can connect to their server using http://www.blah.com they're not using ftp.blah.com to connect. Is that still with an ftp server?


0

Response Number 3
Name: jam14online
Date: August 14, 2005 at 12:51:43 Pacific
Reply:

No, anything beginning with "http://" means it's using the HyperText Transport Protocol, i.e. it's just normal web traffic. Anything with "ftp://" is definitely FTP.

Sorry, have I misunderstood you? When you said you needed to allow remote access, I thought you meant for your users (or yourself) to upload files to the server.

I'm guessing now that you meant the current situation is that your web server is running but inaccessible to others. If this is the case, you have probably got a firewall or router blocking the packets. You need to set up port forwarding on your router and open up port 80 on your local firewall.


0

Response Number 4
Name: nkid
Date: August 16, 2005 at 00:21:45 Pacific
Reply:

No, your first guess was right. I want to access the server's files remotely so I can develope the site. Anyways, I guess the only solution would be to install an ftp server so I guess I'll get that going. Thanks for your help.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Setting up server

setting up a FTP server www.computing.net/answers/webdevel/setting-up-a-ftp-server/733.html

Setting up apache server w/php+mysq www.computing.net/answers/webdevel/setting-up-apache-server-wphpmysq/2743.html

Setting up an FTP server on Win2000 www.computing.net/answers/webdevel/setting-up-an-ftp-server-on-win2000/1006.html