Forum Moderators: phranque

Message Too Old, No Replies

getting started with Apache?

         

ChrisE

10:45 pm on Nov 7, 2009 (gmt 0)

10+ Year Member



I just set up an old desktop computer with Ubuntu server, apache, mysql, php, and tomcat. The goal is to have a private testing server.

I've never done something like this before, and I've always just uploaded files to a web server through a web interface.

I can't figure out how to get access with this server I just made though. I can point my browser to it and I get a nice little page that indicates it is working, but I haven't figured out how to access the server any other way to actually start putting test websites on it.

Can anyone point me in the right direction? Thanks!

g1smd

11:01 pm on Nov 7, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Now you have a web server program running, either install an FTP server program and access it that way via FTP, or else just make the document folders sharable on your network and dump files there using whatever file manager you normally use.

ChrisE

11:07 pm on Nov 7, 2009 (gmt 0)

10+ Year Member



Are there any open source ftp programs I should look at?

Thanks

ChrisE

11:12 pm on Nov 7, 2009 (gmt 0)

10+ Year Member



Oh, I see in Ubuntu's documention that I can get ftp and SSH using their apt-get system.

Thanks for the help.

jbinbpt

11:13 pm on Nov 7, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



FileZilla will work fine

ChrisE

4:06 am on Nov 8, 2009 (gmt 0)

10+ Year Member



Thanks for the help. I've got it running, and put some test files on it. Works great.