LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-12-2006, 11:22 AM   #1
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Starting a forum on a website


Does anybody know of any programs that I can use with Apache that I could get a forum going on a small website?

The website is running on a very small (both in HDD space and memory) server . I just need something small, light and easy to maintain. Any suggestions?
 
Old 01-12-2006, 11:49 AM   #3
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
EXACTLY what I was looking for. Thanks
 
Old 01-12-2006, 03:28 PM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Just be a little careful if you pick phpBB. It has a pretty bad security track record and you really have to keep on top of patches.
 
Old 01-13-2006, 06:02 AM   #5
phil.d.g
Senior Member
 
Registered: Oct 2004
Posts: 1,272

Rep: Reputation: 154Reputation: 154
Quote:
Originally Posted by Hangdog42
Just be a little careful if you pick phpBB. It has a pretty bad security track record and you really have to keep on top of patches.
This is true, I personally wouldn't reccommend it, I was just trying to demonstrate that a simple google search would find all these applications within 2 pages or so
 
Old 01-13-2006, 06:05 AM   #6
shevegen
Member
 
Registered: May 2004
Distribution: Slackware / GoboLinux / LFS / VoidLinux
Posts: 145

Rep: Reputation: 26
"Just be a little careful if you pick phpBB. It has a pretty bad security track record and you really have to keep on top of patches."
This may have something true in it, but I find it unfair since phpBB is more popular than many others, and thus
will get more attention.

If you ask me the culprit is php, even its class model is lacking compared to Python and Ruby.

Just be sure to make security very tight with phpBB, setup your machine properly (i.e. by allowing daemons and so on only to run as restricted user), remember to keep backups, and to log everything - then I am sure you wont have a big problem. (Its just investing some time once.)
 
Old 01-13-2006, 06:43 AM   #7
Spudley
Member
 
Registered: Mar 2003
Location: Berkshire, England.
Distribution: SuSE 10.0
Posts: 299

Rep: Reputation: 32
Quote:
Originally Posted by Hangdog42
Just be a little careful if you pick phpBB. It has a pretty bad security track record and you really have to keep on top of patches.
The real reason for this is that phpBB is that much more popular than other forums. It's own success has made it a tempting target for attacks. I'd be willing to bet that most of the other forums mentioned here have flaws just as serious waiting to be uncovered, but they're much less likely to be hacked than phpBB. It really is security by obscurity.

[/QUOTE]...you really have to keep on top of patches.[/QUOTE]

This applies to any software you use that's accessable to the world. Whatever the program, if there's a patch to fix a hole, then it's a given that someone somewhere has written a hack to exploit it.
 
Old 01-13-2006, 07:15 AM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I agree that phpBB's popularity makes it a more tempting target (heck, I use it for a small board I run), but it doesn't change the fact that phpBB does have a rather long history of security problems, and not all of them are due to general php issues. The ease of setting up a phpBB board is a big part of its popularity, but unfortunately that also means that newbies, who may not have a good appreciation for security issues or proper patching regimens, will frequently choose it. Someone like the OP who is asking for suggestions needs to know that phpBB has had problems and needs to take that into account when making a decision. In my case I decided that the ease of phpBB was what I needed, but I keep a close eye on it with AIDE and by watching for patches/upgrades. I bet I'm in the minortiy of phpBB board hosts by doing even that small amount.

Do we let MS off the hook for viruses/spyware/adware/trojans just because it is a popular OS?
 
Old 01-13-2006, 08:14 AM   #9
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Already installed SimpleMachines. Was quick/easy/light on resources, and just what I needed to get a forum for my wife's church up and running.

Again, thanks for all the comments/help. It has been invaluble.
has security issues. It does not matter what OS or setup that you have. It is vulnerable, due to it being accesible.

As for the security issues:
  1. ANY system that has outside access (floppy, network) has security issues. It does not matter what OS or setup that you have. It is vulnerable, due to it being accesible.
  2. You can only minimize the vulnerabilities through dilligence and proper setup/maintence.
 
Old 01-13-2006, 07:11 PM   #10
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
1. ANY system that has outside access (floppy, network) has security issues. It does not matter what OS or setup that you have. It is vulnerable, due to it being accesible.
2. You can only minimize the vulnerabilities through dilligence and proper setup/maintence.

Any system and service that does has network access will need to be hardened. It does matter which O.S. you choose and it does matter which software you choose: examples enough for both O.S. and SW. If you could describe a vulnerability as behaviour that was not intended then for some part risk can be mitigated by hardening the O.S. and software.

But counting the amount of times PHP-driven applications still are released that allow you to XSS, poison server variables, work with unscrubbed user input etc, etc you can only conclude developers just don't adhere to even the most basic programming principles. There's even soft that will force you to lower security settings to get things working. More than one developer of PHP-driven applications thinks *that* is 'best practice'. This means the risk can only be avoided by refusing to work with those apps.
 
Old 01-13-2006, 07:20 PM   #11
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
You have to ALWAYS balance risk against gains

Don't get me wrong, I'm in agreement w/you.

I was just pointing out to the high and mighty that just the act of connecting to the 'Net opens you up, no matter how good you think your security is.

It's up to us to say Yes/No to bad practices, and not to complain about the lazy joes that just accept it
 
  


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
how do i add a forum to my website? Siljrath Linux - Networking 1 09-09-2005 03:42 AM
I'd like to invite you to my new car website & forum Garibaldi3489 General 1 03-19-2005 03:27 AM
Hosting and other website related Advertising Forum bjdea1 LQ Suggestions & Feedback 3 09-08-2004 01:40 PM
large forum website requirements yamakid Linux - Software 0 08-10-2004 11:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:34 AM.

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