Results 1 to 16 of 16
  1. #1
    Join Date
    Mar 2002
    Location
    Philadelphia, PA
    Posts
    2,517

    Apache ASP (Cpanel)

    For those wanting to install ASP, this is not the greatest thing, if you are looking for a full fledged ASP solution on linux check out Chilisoft ASP, I do not guarantee this will work on your box, this tutorial is fairly basic, however expects most people know a little bit about linux.

    First ssh into your machine as root, or switch to root by using Su -

    'Get the goods
    root@Server [~]# wget http://layer1.cpanel.net/apache-asp.sea


    'set permissions
    root@Server [~]# chmod 755 apache-asp.sea

    'Initial installation (Can take up to a minute or so)
    root@Server [~]# ./apache-asp.sea

    'restart apache
    root@Server [~]# /etc/init.d/httpd restart

    'Configure Apache (use vi/pico etc)
    root@Server [~]# vi /usr/local/apache/conf/httpd.conf
    (Vi commands, insert to begin editing, CTRL+C to get to wait status, colon will popup waiting for your command, w = write, q=quit)

    Now you wana look this area (you could say its near the middle)

    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>


    Below that add the following data:
    PerlModule Apache::ASP
    <Files ~ (\.asp)>
    SetHandler perl-script
    PerlHandler Apache::ASP
    PerlSetVar Global .
    PerlSetVar StateDir /tmp/asp
    </Files>


    Lets continue...

    Now find in httpd.conf the following.

    <IfModule mod_dir.c>
    (Should contain index.html etc), now add index.asp (but do not delete the origional arguments).
    </IfModule>


    Now save httpd.conf

    'reboot apache
    root@Server [~]# /etc/init.d/httpd restart

    Now you should be setup and ready to go, if you are having any errors please check to see that you did each step correctly. This installation has been tested with Cpanel 8.x series & RHL 8.0-9.0
    Last edited by Akash; 03-08-2004 at 06:50 PM.

  2. #2
    Thanks for the info. How do I uninstall Apache ASP? With no VB script support, it is not very useful to me.

  3. #3
    Originally posted by rrsnider
    Thanks for the info. How do I uninstall Apache ASP? With no VB script support, it is not very useful to me.
    I would like to know also, please, someone tell me how to remove apache:::asp.

  4. #4
    Join Date
    Jan 2003
    Location
    Montreal
    Posts
    1,376
    Simply delete what you wrote into httpd.conf.

    Should be fine.
    Charles Beliveau | NymixWeb.com
    Proven success since 2001!

  5. #5

    *

    it stable?

  6. #6
    How to Uninstall?
    1)delect what you wrote in httpd.conf
    2)login to WHm then Restart apache.

    Thats aLl.
    Last edited by CrAcKlOve; 05-02-2004 at 03:41 AM.

  7. #7
    would you still be able to run php?

  8. #8
    Originally posted by DrGreen
    would you still be able to run php?
    Yes,both php and asp run.

  9. #9
    I seem to be getting a '500 Internal Server Error' when I use any ASP pages. My first installation I canceled because I didn't want to configure (it wasn't part of the steps so I wasn't sure), it wouldn't let me start the installation again, so I deleted the folder it created, installed it again, but chose not to configure. The Apache configuration had already been edited, that was the easy part. I restarted Apache and now I am getting this error. I assumed that this actually did need to be configured, so I deleted the directory it created again, and launched the installation, but it didn't ask me if I wanted to configure or not. Any ideas on what I can do?


    Thanks,

    Limedrink.
    Last edited by Limedrink; 07-01-2004 at 10:30 PM.

  10. #10
    Anyone?


    Limedrink.

  11. #11
    I get thie error too. Any ideas anyone ...?
    Angel-Storm - Hosting and Domains
    http://www.angel-storm.net

  12. #12
    Join Date
    Sep 2004
    Location
    McKinney, TX
    Posts
    100
    ^ same errors here ^

    Are you guys running apache compiled asp scripts? or just normal window asp scripts?

  13. #13
    Join Date
    Oct 2004
    Posts
    63
    is it work on directadmin

  14. #14
    Is there any known issues for Apache-ASP on Fedora and WHM/cPanel 10.x ?

  15. #15
    It returns 404 from layer1.cpanel.net.

  16. #16
    Where can I download the apache-asp.sea? Because on layer1 donīt exist!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •