Announcement

Collapse
No announcement yet.

Is it possible to run ASP under LINUX

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • mannoo2005
    replied
    Thank You for your detailed answer, this also was my question .

    Leave a comment:


  • sysadmin
    replied
    Originally posted by hostingcp View Post
    To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.
    Yes, Apache can process ASP scripts too if configured/compiled properly with certain ASP modules [chilli-asp]. Also, if you want .ASP files to be processed as PHP by the webserver but served as .ASP, you need to add the specific 'AddHandlers' to the .htaccess or to the server's httpd.conf file. Hope that answers your questions or at least gives you some ideas

    Leave a comment:


  • Dan
    replied
    Originally posted by jon123 View Post
    is that a rhetoric question? Not sure if you asked a question or just relayed some info"!
    Seemed to be rhetorical to me, a bit of info alongside a question

    Leave a comment:


  • jon123
    replied
    is that a rhetoric question? Not sure if you asked a question or just relayed some info"!

    Leave a comment:


  • hostingcp
    started a topic Is it possible to run ASP under LINUX

    Is it possible to run ASP under LINUX

    To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.
Working...
X