Search the web
Sign In
New User? Sign Up
apache-asp · Apache::ASP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Apache ASP question - RedHat Linux - Plesk8.2   Topic List   < Prev Topic  |  Next Topic >
Reply < Prev Message  | 

Hi There,

I'm new to plesk and web administration and have a simple asp question to
ask.

Is there a way I can test that Apache ASP is working properly on our install
of Plesk 8.2 under Redhat Linux?

Platform: psa8.2.0/RedHatel3
perl-Apache-ASP: 2.57-rhel3.build82070706.15

This is the line about asp in the /conf/httpd.include file for the domain
I'm testing with.

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

I've created a sample "test.asp" (code below) but when I bring it up it on
Internet Explorer I get "The page cannot be displayed" message (on Firefox
it just returns a blank page). To get plesk/apache to display .asp pages, do
I have to enable something somewhere - if so where is this done on
plesk/apache?

test.asp

<html>
<body>
<%
$Response->Write("Hello, world!");
%>
</body>
</html>

Thanks.

Andy


--
View this message in context:
http://www.nabble.com/Apache-ASP-question---RedHat-Linux---Plesk8.2-tf4315247.ht\
ml#a12286977

Sent from the Apache - Asp mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@...
For additional commands, e-mail: asp-help@...




Thu Aug 23, 2007 3:46 am

andy.saykao@...
Send Email Send Email

< Prev Message  | 
Expand Messages Author Sort by Date

Hi There, I'm new to plesk and web administration and have a simple asp question to ask. Is there a way I can test that Apache ASP is working properly on our...
hc_andy
andy.saykao@...
Send Email
Aug 23, 2007
3:47 am

... Where did you put it? What are the permissions on the file? What happens if you copy it to test.html and replace the Write() call with plain old static...
Warren Young
warren@...
Send Email
Aug 23, 2007
8:25 pm

I have placed test.asp in the httpdocs folder with file permissions set to 755. HTML and PHP files are loading without any problems from inside this folder. ...
hc_andy
andy.saykao@...
Send Email
Aug 24, 2007
12:30 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help