1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

PHP & ASP Server?

Discussion in 'BBS Hangout' started by MR. MEOWGI, Jan 9, 2008.

  1. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13
    I'm looking for a server than can host sites built either php or asp. (I have copies of sites built with both that I would like on the same url)

    Can it be done?
     
  2. bejezuz

    bejezuz Member

    Joined:
    Jun 26, 2002
    Messages:
    2,772
    Likes Received:
    69
    PHP runs on Apache, ASP is Windows only. You could run your server on Windows using a version of Apache and PHP compiled for Windows, and run the ASP stuff on a different port. Redirect all the ASP stuff to that port.
     
  3. Harrisment

    Harrisment Member

    Joined:
    Jun 20, 2001
    Messages:
    15,392
    Likes Received:
    2,158
    IIS can do it.
     
    #3 Harrisment, Jan 9, 2008
    Last edited: Jan 9, 2008
  4. Harrisment

    Harrisment Member

    Joined:
    Jun 20, 2001
    Messages:
    15,392
    Likes Received:
    2,158
    PHP will run on IIS (Windows).
     
  5. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13
    thanks.

    so when I look for a server what do I look for?
     
  6. Harrisment

    Harrisment Member

    Joined:
    Jun 20, 2001
    Messages:
    15,392
    Likes Received:
    2,158
    When you say server, are you talking about hardware or a web server (software)? Now I'm not so sure what you were asking in the first place.
     
  7. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13
    Web server. Me dont know much.
     
  8. pirc1

    pirc1 Member

    Joined:
    Dec 9, 2002
    Messages:
    14,139
    Likes Received:
    1,884
    What do you intend to do with your server? Is this a personal project or a business project? Depending on what kind of traffic you expect, you can choose many different types of servers (hardware that is).
     
  9. DrLudicrous

    DrLudicrous Member

    Joined:
    May 9, 2002
    Messages:
    3,936
    Likes Received:
    203
    Are you looking for a hosting service that will run your site with PHP and ASP or will you be hosting it yourself?
     
  10. Harrisment

    Harrisment Member

    Joined:
    Jun 20, 2001
    Messages:
    15,392
    Likes Received:
    2,158
    Yeah the hardware you will need really depends on the type of application you'll be serving, the traffic you expect, and any uptime expectations or requirements. I'm guessing this is for a corporate web site and not personal? If it's personal just get it hosted by a 3rd party.
     
  11. SwoLy-D

    SwoLy-D Member

    Joined:
    Jul 20, 2001
    Messages:
    37,618
    Likes Received:
    1,456
    PHP can run on WINDOWS without APACHE. You can run PHP on IIS as long as the paths in the PHP ISAPI is located correctly. I've had to modify paths with the old DOS tilde ( Executable Location = "C:\Progra~1" :( ) and they didn't work unless you wrote the entire path on the IIS dialog box. :mad:

    You don't need separate servers or separate ports. I can show you that my personal web page on planetnet.net servers runs PERL, PHP, and ASP. :eek:

    Try this here one, it's EL CHEAPO: http://order.1and1.com/xml/order/Ho...7B32EF6EF528C6.TC60a?__frame=_top&__lf=Static
     
  12. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13
    Personal. I have some old sitexs that the company i worked for made but never used. I have copies of them and I want to have them online to show some people. But some used php and some asp.
     
  13. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13
    So will the cheapest one there run an asp site in one directory and a php in another?
     
  14. pirc1

    pirc1 Member

    Joined:
    Dec 9, 2002
    Messages:
    14,139
    Likes Received:
    1,884
    Looks like SlowLy-D is already doing this, I would take his advise.

    I think he gave you a site where you can publish your sites for 2 bucks for three month. So that is like 4 bucks for two sites for three month. Cann't beat that. Sorry it looks like 2 or 2.50 a month for first three months then 3.99 to 4.99 for a month, still not bad, so we are talking about 8 bucks for a month here. Or you could just host it on your pc, but it will be off when you turn off your computer.
     
  15. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13

    Thanks. I just need them hosted to show as examples of some previous work.

    (actually I want to sell the sites because I have the copies and my company that pretty much went under still owes me money)
     
  16. Harrisment

    Harrisment Member

    Joined:
    Jun 20, 2001
    Messages:
    15,392
    Likes Received:
    2,158
    I don't see why not. Any hosting company should be able to configure a setup like that. There's nothing to it.
     
  17. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13

    Cool.

    Thanks.
     
  18. SwoLy-D

    SwoLy-D Member

    Joined:
    Jul 20, 2001
    Messages:
    37,618
    Likes Received:
    1,456
    IT'S SwoLy-D :mad: !!!!!

    jk. :)

    Here is another one where I did my personal and some other sites: http://planetnet.com/web_site_hosting_plans.htm . CHEAP. If you want to run both, just call them and see what they tell you about running both.

    I would advise AGAINST running both engines on the same site, though, as you would see error logs go crazy on programming syntax snafus. That's just my opinion. Like I said, I've made IIS sites run PHP without having a file ASP one.
     
  19. bejezuz

    bejezuz Member

    Joined:
    Jun 26, 2002
    Messages:
    2,772
    Likes Received:
    69
    Shows what I know. I'm a Unix snob and wouldn't run a webserver on Windows if held at gunpoint. :D
     
  20. Mango

    Mango Member

    Joined:
    Sep 23, 1999
    Messages:
    10,250
    Likes Received:
    5,706

    Do your Apps hit a database?
     

Share This Page

  • About ClutchFans

    Since 1996, ClutchFans has been loud and proud covering the Houston Rockets, helping set an industry standard for team fan sites. The forums have been a home for Houston sports fans as well as basketball fanatics around the globe.

  • Support ClutchFans!

    If you find that ClutchFans is a valuable resource for you, please consider becoming a Supporting Member. Supporting Members can upload photos and attachments directly to their posts, customize their user title and more. Gold Supporters see zero ads!


    Upgrade Now