Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by rbudj
at 2024-07-16 18:32:45
Point:500 Replies:8 POST_ID:828996USER_ID:11872
Topic:
Apache Web Server;PHP Scripting Language;Web Servers
I design websites in html/css/php and javascript. My hosting is all done in the cloud with a hosting provider.
I am faced with a new task which is to design an Intranet site for a small business using my technologies.
I have no clue how to run my own Linux and Apache server.
Should I be looking at WAMP or LAMP?
I am faced with a new task which is to design an Intranet site for a small business using my technologies.
I have no clue how to run my own Linux and Apache server.
Should I be looking at WAMP or LAMP?
Author: rbudj replied at 2024-07-20 11:03:33
All answers were helpful. Thank you.
Assisted Solution
Expert: Gary replied at 2024-07-17 07:32:30
83 points EXCELLENT
Yes
Author: rbudj replied at 2024-07-17 07:31:10
Thanks for the responses. In this particular case, the network is running Windows Server 2012 R2. I can easily install a Windows 7 or Windows 8 tower. So I understand, I can use either the server or a windows desktop to run either WAMP or XAMPP. So LAMP would be if I am running a version of Linux. Correct?
Assisted Solution
Expert: duncanb7 replied at 2024-07-17 06:20:20
83 points EXCELLENT
-WAMP (like the name says) runs only on Windows (either 64/32-bit) with light version and less feature than XAMPP
- XAMPP for Windows, XAMPP for Linux, for Mac and for Solaris with full version
it has too many additional features including support of perl, filezilla, mercury mail and some scripts. and is available for all major operating system including windows, mac, Linux
-Lamp is for linux and doesn't have too many feature as Xampp
So go to download xampp for a try a https://www.apachefriends.org/download.html
Duncan
- XAMPP for Windows, XAMPP for Linux, for Mac and for Solaris with full version
it has too many additional features including support of perl, filezilla, mercury mail and some scripts. and is available for all major operating system including windows, mac, Linux
-Lamp is for linux and doesn't have too many feature as Xampp
So go to download xampp for a try a https://www.apachefriends.org/download.html
Duncan
Assisted Solution
Expert: Dave Baldwin replied at 2024-07-16 21:08:52
83 points EXCELLENT
I would recommend that you look at both WAMP http://www.wampserver.com/en/ and XAMPP https://www.apachefriends.org/index.html which are both available for Windows. They both include Apache, PHP, and MySQL with phpMyAdmin and some other software. Neither are recommended for public sites since they are intended to be easier to use than a LAMP machine.
If it is necessary that your site runs on Linux for some reason, you can have someone else set it up and let you build the site and access it like you do on your hosted sites now.
If it is necessary that your site runs on Linux for some reason, you can have someone else set it up and let you build the site and access it like you do on your hosted sites now.
Assisted Solution
Expert: Gary replied at 2024-07-16 21:07:55
83 points EXCELLENT
LAMP and WAMP are the same thing - there is no mainstream version
The only difference is that LAMP is for installation on Linux and WAMP is for installation on Windows - notice the subtle difference - apart from that they do the exact same thing (and then you have MAMP as Scott has pointed out)
The only difference is that LAMP is for installation on Linux and WAMP is for installation on Windows - notice the subtle difference - apart from that they do the exact same thing (and then you have MAMP as Scott has pointed out)
Assisted Solution
Expert: Ray Paseur replied at 2024-07-16 18:48:03
84 points EXCELLENT
My sense is that LAMP is more mainstream and offers better access to high-level experts. YMMV and other will have other opinions. Perhaps the most valuable advice anyone can give about "what is better" goes to "what do you already know?"
Accepted Solution
Expert: Scott Fell (padas) replied at 2024-07-16 18:46:31
84 points EXCELLENT
If you are on windows, you want wamp http://www.wampserver.com/en/ otherwise, you probably want https://www.apachefriends.org/index.html and if you are on a mac, http://www.mamp.info/en/
If you mean for your live site, you can use php/mysql on windows just as you can with linux.
If you mean for your live site, you can use php/mysql on windows just as you can with linux.