Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi im thinking of running a website off a server running RH linux

Status
Not open for further replies.

alpha

ISP
Jul 19, 1999
8
US
I am thinking about running and regestering my own website from a RedHat Linux Box running Apache from a home based network on dsl. I am new to both Linux and Apache but am really going to start studying everthying I can. I wanted to run it this way because of I have heard that Linux is very secure compared to Windows machine's. Can anyone help me out by pointing or Linking me to an online tutorial of some sort that might have tools used to create html on LInux/apache. I have created website's using Win/frontpage in past. <br>
<br>
Your Friend<br>
Alpha<br>
<br>
&lt;a href="mailto:eek:ptik@thevision.net"&gt;alpha&lt;/a&gt;<br>

 
You can continue to use Win/FrontPage to make your HTML documents. Once they are completed (or just ready for testing on the server), publish the FrontPage web to your linux box as you would any other web page. Unless you just want to learn another utility, I would spent my time learning more about linux and apache. I run an intranet server at work using RH6.0 and apache 1.3.6. When linux was installed, apache was ready to go so there was no configuration needed on my part (there is no need for major security on this server). The main page is located at /home/httpd/html/index.html with typical subdirectories underneath. I still use FrontPage to make/upgrade my sites as usual and then publish them to the server with the publish tool.<br>
<br>
Of course, if you want to go hard core, you can always use emacs :)<br>
<br>
Hope this helps.
 
Just to add a note of caution - Linux -is- more secure than Windows machines, out of the box. However, it's popularity has also made it a popular target for the 'net vandals... Nothing they'd like more than to access your box to use it as part of a remote port scanning attack on a different host...<br>
<br>
Make sure you've applied all the mandatory and recommended security patches from RedHat to make your machine a little more secure before putting it on the 'net. Make sure you re-visit the RH site every week, so you can keep current with security updates.<br>
<br>
Also, check out the Linux Journal web site (think it's <A HREF=" TARGET="_new"> and look for issue 68. There's an online article about securing your Linux box from the aforementioned vandals.<br>
<br>
You might also want to do some reading up on firewalls, and setting your Linux box up as a firewall.<br>
<br>
Good luck, and have fun :)
 
Andy, <br>
The website is <A HREF=" TARGET="_new"> and I couldn't find exactly what you were talking about.<br>
<br>
Was it the IPCHAINS article?<br>
<br>
<A HREF=" TARGET="_new"><br>
Was was the remote port scanning fix you were talking about??<br>
<br>
Thanks in advance
 
Apologies, long days are affecting my faculties and I didn't make myself too clear. Sorry :)<br>
<br>
Yes, the IPchains article is the one I was talking about. You're heading into firewall territory with IPchains, and it's part of the overall point I was trying to make. That is, make sure your server is secure before connecting it up to the 'net.<br>
<br>
Even though Linux/Unix is more secure 'out of the box' than Windows, there are still security issues you need to be aware of. ie, sendmail can be a security hole if you run an old version; rlogin (and other 'r' commands) can be a major security hole if misconfigured; and misconfigured FTP servers can open your box up to all kinds of nasty abuse. Just to name a few ;^)<br>
<br>
Some of these issues aren't Linux/Unix specific, but you need to be security conscious when connecting up a server to the 'net, no matter if it's Linux, FreeBSD, Solaris, HP/UX, or some other OS that might hail from Redmond, WA ;^)<br>
<br>
Regarding the remote port scanning, a better description, as lifted from the CERT web site, is &quot;Distributed Denial of Service Tools&quot; - jump to <A HREF=" TARGET="_new"> for more details. There's also the results of a recent conference discussing this problem at <A HREF=" TARGET="_new"> <br>
<br>
In a nutshell, I don't think there's a fix as such for the problem. The first link above discusses actions to take to prevent your system being abused by the vandals that want to run these sort of programs. Again, in a nutshell, this boils down to &quot;know your system&quot; and &quot;secure your system&quot;.<br>
<br>
I'm not trying to scare anybody here, just trying to make you aware that security is important in the modern 'net enabled world :)<br>
<br>
Don't be put off by any of the above. While securing your system, you'll also learn a hell of a lot about it, and about Linux and Unix in general. Most of all, it could be fun, so enjoy :)<br>
<br>
Hope this helps a little more than my last post. :)
 
As far as Linux and Apache goes as a web server it has been running great for me at work as well. I also don't know a whole lot about the security issues but I also don't really need them as of now. You should check out PHP and MySQL if you are looking at doing any database stuff. They are made to run together. <br>
<br>
If you really like using Front Page as your HTML editing platform, as I do, you can download the Front Page server extensions from Microsoft for Apache. I put them on right away and it all worked the first try no issues.<br>
<br>
Good luck and have fun!
 
Why dont you post back the personal responses , you are getting, So the that every body feel helpfull.<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top