http://ipaddress/mrtg/mrtgdata/web/index.asp

and its says

Not Found

The requested URL /mrtg/mrtgdata/web/index.asp was not found on this server.

but i have an apache server( httpd)

thx in advance!

Recommended Answers

All 2 Replies

check where your DOCUMENT_ROOT is located in httpd.conf. I would suggest creating a file called phpinfo.php, and write the following text:

<?php phpinfo(); ?>

into that file. Put this file into your DOCUMENT_ROOT, and then view it from your browser as
http://ipaddress/phpinfo.php
If it works, then you can test the asp script by placing it in the specified DOCUMENT_ROOT. However, to make the asp really work in linux, you need to check out
http://www.mono-project.com/Main_Page

i got the httpd.conf but I dont have an asp.conf in my /etc/httpd/conf directory in the httpd.conf but i installed the perl-Apache-ASP, also the perl_mod... I can't seem to get the server to run ASP pages Is there a step by step process somewhere that i can use to see what I am doing wrong?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.