1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Which is Which?

Discussion in 'Content Management' started by cheynewong, Jan 26, 2007.

  1. #1
    May I know which CMS is running on which OS ( window or linux )

    Can someone listout for me..
     
    cheynewong, Jan 26, 2007 IP
  2. titoni

    titoni Active Member

    Messages:
    965
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Hi, if the CMS written by PHP, it can running on both Linux and windows. if by ASP.net, it only can running on windows .
     
    titoni, Jan 27, 2007 IP
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #3
    You have to keep in mind that PHP applications love Apache environment, and there may be issues with running it on a Windows (IIS) server.. So I'd stick to Linux if I were to go for a PHP script.
     
    Clive, Feb 1, 2007 IP
  4. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just to clarify what CliveRay said: yep, PHP + IIS is a little more finicky. However, I wouldn't say 'stick to Linux'... though I would say 'stick to Apache' (which, obviously, runs nicely under Windows, too).
     
    TwistMyArm, Feb 1, 2007 IP
  5. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #5
    True, I have Apache installed on my localhost which is a Windows OS, no issues with it.
    On live hosts, however, you will rarely find a Windows + Apache server option, it will most likely be a Linux server with Apache running on it. Generally, windows servers are not the best choice if your scripts are built on PHP.. Windows servers are more costly to administer and maintain, while Linux servers are generally known to be more secure, and cheaper.
     
    Clive, Feb 1, 2007 IP
  6. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Many Windows servers allow you to run both ASP and PHP scripts, while some *NIX server are ASP apache enable, a cgi module to run basic ASP routines.

    The clue is inside the configuration file since those PHP scripts designed for Linux servers require a modification in the absolute path to run on Windows with no major hassle, unless they need specific linux side scripting.

    Good place to find and try CMS's:

    
    http://opensourcecms.com
    
    Code (markup):
    _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
    Green Rep is always welcome :)
     
    Your Content, Feb 1, 2007 IP