Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationApache Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 7th, 2002, 10:56 AM
apache apache is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 10 apache User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
installing & configuring asp module

I just installed apache on a linux redhat 7.1 platform
Inorder to run the website I need to be able to run asp file since some of the sites files are asp files
I installed Apache ASP 2.29 on the system assuming that it installed correctly since I have followed the instructions it should be working correctly
I ran the site up but the asp files didn't read there was a message about internal server error
If any of you have the same experience please help me out or if you have any information on why it's happening
If you have any comments please tell me so I can configure it to work properly

Installation of Apache ASP Procedures Taken:

> perl Makefile.PL
> make
> make test
> make install

then in the httpd.conf file

<Files ~ (\.asp)>
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir /tmp/asp
</Files>

Reply With Quote
  #2  
Old January 8th, 2002, 12:22 AM
mezz mezz is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 310 mezz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Did you read Apache::ASP's requirement? It required to have mod_perl installed to get Apache::ASP works.

http://www.apache-asp.org/install.html

Reply With Quote
  #3  
Old January 8th, 2002, 06:41 AM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> then in the httpd.conf file...

This should be fine:

<Files ~ "\.asp">
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
</Files>

>> since some of the sites files are asp files

Just so you know, Apache::ASP is not the same as asp on win32. Do you think you still need to install it?

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > installing & configuring asp module


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway