Loading...


bookmark - Apache And Merlin local host server

Apache And Merlin - local host server

 
 Discussion by JohnNitro with 13 Replies.
 Last Update: January 25, 2006, 5:17 am
 
bookmark - Apache And Merlin local host server  
Quickly Post to Apache And Merlin local host server w/o signup Share Info about Apache And Merlin local host server using Facebook, Twitter etc. email your friend about Apache And Merlin local host server Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

I downloaded both but I think I only need one but not sure, and can I start using them before I have a website?











   Tue Dec 28, 2004    Reply         

Merlin??? what is merlin? food???
i use apache for site and script testing, if you want to learn how to set it up search on tutorial section. someone made a cool tutorials to set up a web server :)

   Thu Dec 30, 2004    Reply         

Thanks for the info. I'll look up the tutorial,but do I need to have a web site first? I'm not sure. Merlin is a server. but I wanted to know the difference, to see which one is better. but thanks again for taking your time and answering my question.

   Sat Jan 1, 2005    Reply         


Well, since apache is the most used webserver and famous for its secureness... at least over IIS

   Sat Jan 1, 2005    Reply         

ok thanks fo r that info, but do I need to have a web site before I can start using apache? But just so I understand apache better, it's a local host server, which means you can use it without being connected to the interenet right?

   Sat Jan 1, 2005    Reply         

where do you test your applications? any 3rd party hosting or in your local machine.

what is the local machine 's OS

if its windows better choice is IIs that comes with windows 2000 and above or PWS that comes with windiows NT windows 98 till ME.

   Sat Jan 8, 2005    Reply         


Windows Me

   Sun Jan 23, 2005    Reply         

YES, you can start Apache without having a website....
anyone connecting to your website will get the default "this is apache default index.html, if you are seeing this, you havent made a website yet" index.html file.

make sure your ISP is okay with you running a web server, alot of ISP dont like it,
you can try to availd detection by running the server on a port other than 80 / 8080.
some ISP's do scan sclients for open port 80 and 21.

ALSO.. windows ME is not a good choise of OS.
Apache is very secure, but running in on such an old insecure OS isnt going to do you any favors...

have a look at Solaris / OpenBSD / FreeBSD / Linux (preferably slackware / gentoo)
all make excelent servers, OpenBSD is the most secure (not a single remote securety flaw in almost 10 years)
but all the checking of the source code means new versions of software is almost never available. (does this matter...? on a pure web server no, if you also use it as a desktop, maybe yes)

but the other BSD's / Unix's are plenty secure providing you lookout for apache securety warning, and keep SSH up to date (or deactivate it if you dont need it)

Unless you Need all the new feartures of Apache2, go for Apache1.

   Sun Jan 23, 2005    Reply         

I use Apache for Server Side Scripting, but what is this Merlin. I used Different flavors of Apache along with apache httpd and apache Tomcat. But i donno aby thing about Merlin.

   Sun Jan 23, 2005    Reply         

So I tried the Apache thing, but ran into problems:

1.) I connect through a router to my DSL...

- Initially I was confused by the fact that my "ipconfig" util showed an ip with 192.x.x.x, but I did some research and found I was a retard...

- Then, I figured out how to direct requests from my router, port 80 to my specific computer, but...

I think that's where I'm stuck...

I had some trouble finding a tutorial that didn't use a domain name... I don't have one, nor do I need one... I'd rather redirect through some jenky service like cjb.net...

But, I cannot access my page through the router...
http://localhost/ -> works...

Whatever... f*ck it... lol -> how do you think I ended up here... I'm lazy, that's why...

But, if anyone knows how to use Apache to serve off a computer in the local intranet through a router and then into a dsl modem... please drop me a line... I've already broken a few things around my computer over this. ( I prefer that to hair pulling )





Thx - Peace

   Fri Feb 11, 2005    Reply         

Merlin is like apache you use it the same way. Except that Merlin says there program is much better. I forgot the site because its been a long time since I went there. I'm try to self teach myseld coding that's why I needed a program that lets me see what I have done. So i can see my mistakes and what I have made. If anyone knows of a better way to learn please let me know, I'm not getting to far on my own :D seem it's much more difficult then I thought it might be. All the questions it asks to set it up I just don't understand what all the things mean. lol..... I need to keep at it this is what I want to do. I will over come this....
Thanks for all the info you all posted I read it all, and understood a little. ButI'm working on it.

   Tue Jan 3, 2006    Reply         

Do yourself a big favor and get XAMPP or WAMP, they are both Apache based webservers with PHP, and MySQL amoung other things already built in, and you can set them up on your ME heck I set them up on Win98 a long time ago.

You merely download either or both of these run the install and then start using your new server on your local machine, there is no need to set up a web server on a web server you just want a host that has certain capabilities like MySQL and PHP possibly Perl, phpMyAdmin, and other things.

Unless you have good reference material to set up the Apache, then the MySQL database server and then PHP along with the php.ini to make it do what you want, then get a package like XAMPP or WAMP that do it all for you in just a few minutes after you have downloaded it instead of spending days or weeks only to end up with a big mess due to not really knowing what all needs to be configured to set up a web server and supporting programs and other servers like mail servers or FTP Hosts. It can be done but it is not easy I know I have done it and I have reference material on all the above and even with that it still is a chore.

XAMPP is right HERE!
and WAMP is right HERE!

   Wed Jan 4, 2006    Reply         

thanks, but do I need to download both or just one.... I not sure about that I download both now but if I only need one let me know.. Also if I need help will you be able to help me out? Thanks for the information its really good.

   Wed Jan 25, 2006    Reply         

I personally use both, and there is a good reason for this one the WAMP I use the latest software Apache MySQL and PHP5.0.11 along with the latest phpMyAdmin. The XAMPP I use PHP 4 and some older phpMyAdmin. These are for me to test my Web applications and keep up with the newest. Some of my older stuff will not run without modification on the newest versions and for that reason I alter the older software accordingly to work no matter what application is used by the server that is one the web.

With XAMPP you can switch between PHP 4 and PHP 5 but I just use the PHP 4 running on it for my older stuff. XAMPP and WAMP will both set up with ease on your local machine and within 10 minutes of download and install you can be testing your HTML PHP MySQL, and with XAMPP even a mail server and Perl script.

If I were to use only one it would probably be XAMPP because of all the features plus I have been using it since 2003 with a couple of upgrades along the way. It is feature packed and a very easy install, I know because before I found XAMPP I set up my own Apache with PHP and MySQL and even with a reference manual had trouble setting it up, it was a big headache, then when I found XAMPP it was like magic just download unsip and run the install then there you are DONE!

   Wed Jan 25, 2006    Reply         

Quickly Post to Apache And Merlin local host server w/o signup Share Info about Apache And Merlin local host server using Facebook, Twitter etc. email your friend about Apache And Merlin local host server Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

Similar Topics:

Integrated Local Server

Friends In this Topic we shall discuss about the integrated local hosting packages utilising open source Products like Apache Server, php python Mysql and others as a single consolidated software. the above software shall be for various platforms like Windows , Linux, Maci ...more

   09-Jan-2005    Reply         

Can 39 t Run Any Local Server On T...

I've been having a problem with ALL THE LOCAL SERVERS... i formated my Hd like two months ago.. and now no server works!!!!! I think something is blocking the apache and the Sql servers.. I have Windows Xp Professional SP2, AVG Free antivirus, No fir ...more

   02-Sep-2005    Reply         

Microsoft 39 s Virtual Server amp...

Where I work, we're having some bandwidth problems with so many clients needing to run Microsoft Updates. I've recently been playing around with some pentest tools targeting a series of testbed platforms running the same software deployed within our network. A lot of this kind of testing pre ...more

   22-Mar-2008    Reply         

Download Manager    Download Manager (49) (0) Integrated Local Server Integrated package for Local Host Server  Integrated Local Server Integrated package for Local Host Server