LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-06-2011, 05:27 PM   #1
claybv
LQ Newbie
 
Registered: Feb 2008
Posts: 15

Rep: Reputation: 0
setup webserver?


Where do I go to get help for webpage setup?

I want to set My server up for Webserver/Firewall(LAN),FTP.
I usually setup as LAMP server.

I have firewall setup now.... Just need direction for WebServer.
With Drop down menu,or not. several info pages, picture slideshow, and calendar.

Maybe a security login from webpage for private info or edit pages.....But not necessary.

Just looking for direction to what to use.
Then step by step help and instructions on setup.
 
Old 11-06-2011, 07:41 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
That's a big topic. Could you be a little more specific?

From this . . .

Quote:
I want to set My server up for Webserver/Firewall(LAN),FTP.
I usually setup as LAMP server.

Just need direction for WebServer. With Drop down menu,or not. several info pages, picture slideshow, and calendar.
. . . it sounds as you already know how to setup the LAMP stack. If you are asking for information about creating a website and already have the server or at least the knowledge to set up the server, which would be the LAMP stack.

If I've misunderstood, please set me straight.

The easiest way to setup a site meeting your description would be to use something like Wordpress, then select an appropriate theme and configure it up.

If you have questions about how to set up the LAMP stack under Linux, it would help to know which distribution you are contemplating using. Some distros make the installation quite easy.
 
Old 11-07-2011, 03:08 AM   #3
pnmanojshenoy
Member
 
Registered: Jun 2008
Location: Cochin, India
Distribution: Debian,Ubuntu
Posts: 38

Rep: Reputation: 0
If you are looking for a good web server, try nginx + php-fpm... works great won;t have to look back.. after setting it up..
 
Old 11-07-2011, 04:15 PM   #4
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
You need to list way more details you just ask a questions with a million answers.

First off your webpage/site what type of code is it going to use ex. basic html, php, perl, etc? You need to know this so you can setup your webserver.

Then you need to whether you need access from the outsidee of your LAN. If you do IP address to connect is fine but If you plan to use DNS you need to setup dynamic DNS if you have a dynamic IP. When you run a server on a LAN then DNS can become difficult and hard to understand if you don't know how it works.

Now you figured that out you need to figure out what Linux you want to go with I recommend CentOS, Apache web server, and any extra software you may need. There are some software such as webmin this will help you but again a recommendation is learn how to do it all from command line befor doing a gui so you understand how to setup up and manage it.

But still need more info so pst me specifics.
 
Old 11-07-2011, 08:06 PM   #5
themanwhowas
Member
 
Registered: Nov 2005
Distribution: CentOS 5, Fedora 23
Posts: 218

Rep: Reputation: 29
I think the original poster may be confusing webserver with website.

the webserver is a program which allows your website to be accessed via a web browser. To set this part up you'll need to install a web server program such as nginx or apache. You'll also need to consider your DNS routing needs.

The website will be stored on the webserver and how you create it (dropdown boxes etc) is up to you. If you use server side programming language such as php you'll need this enabled in the webserver.

Someone sugested wordpress and from the nature of your question I must assume that your experience with webservers/sites is limited and perhaps wordpress or something similar would be a good place start. You will still need a webserver however.
 
Old 11-11-2011, 08:18 PM   #6
claybv
LQ Newbie
 
Registered: Feb 2008
Posts: 15

Original Poster
Rep: Reputation: 0
okay,

I setup My FTP (proftpd server)
I am getting:

......>>>
Response: 530 Login incorrect.
Error: Critical error
Error: Could not connect to server


I used a valid username and password that works on other server login with same system.
 
Old 11-11-2011, 08:28 PM   #7
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by claybv View Post
okay,

I setup My FTP (proftpd server)
I am getting:

......>>>
Response: 530 Login incorrect.
Error: Critical error
Error: Could not connect to server


I used a valid username and password that works on other server login with same system.
Are you giving an update? From what I get you are trying to setup a web server prolly a LAMP (Linux, Apache, MYSQL, PHP) server. You need to give information on what Distro your using, control panel if you plan on installing, and what kinds of web services you plan to use such as php, perl, python, ruby, mysql, ffmpeg, many more so we know where to point you to.

Oh I just wanted to add this a basic lamp howto on something like centos. This isn't the recommend way unless you know what your doing. Which you shouldn't run a web server if you don't know what your doing but you got to start somewhere.

http://www.lamphowto.com/

This is building everything from source. Now centos has all the packages compiled and ready to install working togeather but you'll have to recompile for specific mods and stuff. But I figured I would give this link to you to see if it helps. I can't say that this works I just gave it a brief look over but its a start.

Last edited by jmc1987; 11-11-2011 at 08:34 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WebServer and LocalServer setup... tiger.woods Ubuntu 11 04-03-2007 01:51 AM
Can someone help me setup webserver? kuplo Linux - Software 2 11-05-2005 06:24 PM
How can i setup webserver in linux?? polopolo Linux - Newbie 7 03-26-2004 06:54 AM
Trying to setup a secure webserver pyrombca Linux - Software 0 09-02-2003 05:04 PM
Webserver Setup bytebrowser Linux - Networking 6 06-21-2003 04:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration