Results 1 to 1 of 1
-
16th Jun 2014, 12:57 PM #1
Linux Apache ASP for cPanel/WHM
About Apache ASP
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP API!
Apache::ASP
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.
Installation of Apache ASP
First ssh into your machine as root, or switch to root by using Su -
Step 1. Get the goods
Code:root@Server [~]# wget http://layer1.cpanel.net/apache-asp.sea
Code:root@Server [~]# chmod 755 apache-asp.sea
Code:root@Server [~]# ./apache-asp.sea
Code:root@Server [~]# /etc/init.d/httpd restart
Code: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)
<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>
Step 6. Now save httpd.conf
Code::wq
Code:root@Server [~]# /etc/init.d/httpd restart
Areon Reviewed by Areon on . Linux Apache ASP for cPanel/WHM About Apache ASP Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events not originally part of the ASP API! Apache::ASP 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 Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
HostHaat.com - Linux cPanel/WHM Alpha Reseller Hosting @5$[LT]
By ethicalmohit in forum Shared Hosting OffersReplies: 44Last Post: 6th Nov 2012, 07:59 PM -
Whm Xtra for cpanel ?
By WebMonster in forum Hosting DiscussionReplies: 2Last Post: 21st Jul 2012, 04:48 AM -
[VPS] Linux VPS | Hybrid OpenVZ Based | cPanel/wHM Included ?$49.95/M
By TEE10 in forum ArchiveReplies: 1Last Post: 20th Aug 2010, 03:26 PM -
[VPS] cPanel/WHM Offshore VPS @ 50% OFF. Offer for 7 days only.
By magicworld11 in forum ArchiveReplies: 0Last Post: 6th Jun 2010, 02:25 PM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...