Guys,
One more thing to note... I get the exact same output even if I turn
off the Directory options in either of the two httpd.conf areas I have
tried.
Have any ideas on what I am missing?
Cheers,
Sean
--------------------------------
Josh,
I am not entirely sure that is the issue here. Just to cover off all
the bases, I am familiar with the FAQ, and several others. However, it is
actually not unparsed ASP that I am viewing in the browser output, but
seemingly partially parsed output.
Within one of my VirtualHost directives I have this enabled (tried
enabled/disabled, and made no difference):
<VirtualHost 64.69.78.221>
DocumentRoot /home/httpd/www/omail
ServerName admin.worldvibe.org
ServerPath /omail
ScriptAlias /cgi-bin/ "/usr/local/cgi-bin/"
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
CustomLog /var/log/httpd/mailadmin_log common
</VirtualHost>
I have even gone so far as to enable that as a global (as you can see from
the example below:
<Directory />
Options FollowSymLinks
#AllowOverride None
AllowOverride All
</Directory>
In case anyone is wondering, I am performing an apachectl restart after each
httpd.conf change, and making sure to clear browser cache before attempting
a reload on the page. Basically, everything I have tried has failed
miserably.. (lol)
The exact contents can be found at http://admin.worldvibe.org/eg/ this is
the eg directory that comes with Apache-ASP-2.09 (oh, and I have tried 2.07
as well with the same amount of success.
Any ideas anyone? BTW, I am not a list member, so please send all replies
CC'd to me, thanks.
Sean
On 3/28/01 5:13 PM, "Joshua Chamas" <[EMAIL PROTECTED]> wrote:
> Sean Coyle wrote:
>>
>> Alright guys, do I have an interesting question:
>>
>> Let us start with the output that ends up in the browser, if I try and load
>> the ./eg/index.htm page:
>>
>> --------------------------
>> #!/usr/local/bin/perl5 asp
>> --------------------------
>>
>> Then the output to browser when I load the ./eg/index.html page:
>>
>> --------------------------
>> #!/usr/local/bin/perl5 asp <= $#keys; $i++) { if($i < $half) { push(@col1,
>> $keys[$i]); } else { push(@col2, $keys[$i]); } } $Response->Debug('col1',
>
> This is an FAQ ( you are not alone! ), check out:
>
> http://www.apache-asp.org/faq.html#Installation
> http://www.apache-asp.org/install.html#Quick%20Start
>
> --Josh
>
> _________________________________________________________________
> Joshua Chamas Chamas Enterprises Inc.
> NodeWorks >> free web link monitoring Huntington Beach, CA USA
> http://www.nodeworks.com 1-714-625-4051
>