I downloaded and extracted Randy's version of the Apache engine with Perl and 
Apache::ASP. Now, I've got no gripes about it. It works fine, but the strange thing is 
this:

In httpd.conf, it's got this fragment:

    Alias /manual/ "C:/Apache/htdocs/manual/"

    <Directory "C:/Apache/htdocs/manual">
        Options Indexes FollowSymlinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

Now, correct me if I'm wrong, but doesn't this mean that there is a virtual directory 
for the manual. Why is it, then, that when I type "http://localhost/manual"; or 
"http://localhost/manual/";, I get nothing? Also, even with the PHP files in the same 
directory, why does PHP not work either?

Like I said, I'm not griping about this project, it's a great one and one I've used 
for a while, but these questions have been niggling me for a while and I would like to 
get them answered.


Thanks for any answers.

Johnny


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to