Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

dum dum question

Options
  • 13-07-2002 3:29pm
    #1
    Registered Users Posts: 476 ✭✭


    from my admin panel for the sever it says there is 'Apache ASP support' , anyway like php info to see what i'm allowed to do ?

    and any tips for websites to learn the basics of ASP.


Comments

  • Registered Users Posts: 706 ✭✭✭DJB


    www.udzone.com

    and

    www.udzone.com/forums

    The forums are great for a bit of help!!

    Dave


  • Registered Users Posts: 476 ✭✭Pablo


    thanks for the speedy reply mate icon14.gificon14.gif


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    If you are running ASP on Linux there are a few differences, so you might have to watch out..
    If you've got a windoze server you can ignore my post :-)


  • Registered Users Posts: 476 ✭✭Pablo


    its linux (ofcourse) ,

    i get 500 errors when i try some scripts , so i am taking that it doesn't work on the servr (yet), but the mention of Apache ASP support would have left me to think othewise.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Which version of Linux?
    Which version of ASP?
    There are a number of differences between standard windoze ASP and Chillisoft ASP (now called Sun One). There's another version, but I can't remember it's name.
    Have a look at the Chillisoft site - there might be a few pointers there


  • Advertisement
  • Registered Users Posts: 476 ✭✭Pablo


    to be honest i don't know , i think its redhat 7 , but not sure.
    as for the asp , don't have the slightest. what caught me was in the admin panel you could select and deselect this for my domains. strange.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    If you have shell access you should be able to find out without too much difficulty

    As for the domains - it's normal that you can switch it on and off.

    If you have shell try running:
    ps -ax

    It'll give you a list of running processes


  • Registered Users Posts: 476 ✭✭Pablo


    [pablo@home cooldomain.com]$ ps -ax | grep asp
    3446 pts/1 S 0:00 grep asp

    :(

    thanks for you advise anyhow . must get onto the Mr. Admin and ask him maybe to fire up the asp for me.

    regards,
    p.


  • Registered Users Posts: 14,761 ✭✭✭✭Winters


    What are the differances between a normal Windows ASP server and an Apache ASP server?

    I have 2 hosting.. one on windows server (****ty server and never works) and another that has Apache ASP support.. Do i have to change my scripting for apache asp?


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Originally posted by Winters
    What are the differances between a normal Windows ASP server and an Apache ASP server?

    I have 2 hosting.. one on windows server (****ty server and never works) and another that has Apache ASP support.. Do i have to change my scripting for apache asp?
    ASP on Linux has a few quirks. As far as I know the scripting doesn't change that much, but there are certain differences.
    eg. Access - does not run on Linux
    Have a look at your ASP distro's site...


  • Advertisement
  • Registered Users Posts: 476 ✭✭Pablo


    from my admin guy
    Yes, ASP is working on the server, however its not the ASP that
    microsoft produce. The Apache::ASP package that installs allows you to
    embed perl into pages using the <% tags.
    whatever that means


  • Registered Users Posts: 7,739 ✭✭✭mneylon




  • Registered Users Posts: 476 ✭✭Pablo


    thanks again mate


Advertisement