1833881 Members
1619 Online
110063 Solutions
New Discussion

Apache and .asp files

 
Marcel Boogert_1
Trusted Contributor

Apache and .asp files

Hi there,

Is there a guide / manual on how to configure the HP-UX Apache-based Web Server to handle .asp files? On the forum there isn't much/nothing written about this subject.

Thanx in advance, MB.
12 REPLIES 12
Arunvijai_4
Honored Contributor

Re: Apache and .asp files

You can try Apache::ASP perl module,
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!

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

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Sergejs Svitnevs
Honored Contributor

Re: Apache and .asp files

You can use latest Apache::ASP mod-perl module.

More detailed information on this module:
http://www.apache-asp.org/

Regards,
Sergejs
Muthukumar_5
Honored Contributor

Re: Apache and .asp files

Apache will not support asp pages with base build.

http://httpd.apache.org/docs/1.3/misc/FAQ.html#asp

hth.
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Apache and .asp files

Question is about HP-UX apache based web server, it supports mod_perl which is prerequisite for Apache::ASP. So, You can go ahead and try it out for ASP pages with Apache.

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Marcel Boogert_1
Trusted Contributor

Re: Apache and .asp files

I found the Apache::ASP already, but having some trouble installing it. Everything goes well. The "Download and CPAN Install" section in the Install-document works fine with me. After that you should use the "Build Apache and mod_perl" section.

I got the following error:

#./build_httpds.sh
======================================================
exit build, no directory found for apache_* at: /tmp/Apache-ASP-2.59/make_httpd


Regards, MB.
Alessandro Pilati
Esteemed Contributor

Re: Apache and .asp files

Hi,
follow these links:
http://www.networkworld.com/columnists/2005/032105internet.html

read the last answer of part of this forum:
http://qaix.com/apache-http-server/5-736-asp-read.shtml

and go to
http://www.apache-asp.org/
site.

HTH,
Alex
if you don't try, you'll never know if you are able to
Raj D.
Honored Contributor

Re: Apache and .asp files

Hi Marcel ,

You can also check this link, for good info:

http://www.hp.com/products1/unix/webservers/apache/faqs/

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Sergejs Svitnevs
Honored Contributor

Re: Apache and .asp files

Why do You need to build an static apache httpd?
Are you sure that you do not have mod_perl installed for Apache?
Muthukumar_5
Honored Contributor

Re: Apache and .asp files

I hope you are having only basic apache web server. It is not without ssl enabled one?

Check this,

http://mail-archives.apache.org/mod_mbox/perl-asp/200301.mbox/%3C3E1F4596.7080909@chamas.com%3E

hth.
Easy to suggest when don't know about the problem!
Ganesha Sridhara
Honored Contributor

Re: Apache and .asp files

Marcel Boogert_1
Trusted Contributor

Re: Apache and .asp files

Thanx all,

I've managed to install Apache with mod_perl and everything works fine.

Regards, MB.
Marcel Boogert_1
Trusted Contributor

Re: Apache and .asp files

..