<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-186</id>
	<title>Nabble - Apache - Asp</title>
	<updated>2008-09-22T14:01:46Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Apache---Asp-f186.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache---Asp-f186.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19616512</id>
	<title>Re: newbie question</title>
	<published>2008-09-22T14:01:46Z</published>
	<updated>2008-09-22T14:01:46Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">k0STEk wrote:
&lt;br&gt;&amp;gt; Function HrF (Link, Alt, Group)
&lt;br&gt;&lt;br&gt;Would you be surprised to learn that your newbie question is answered in 
&lt;br&gt;the FAQ? &amp;nbsp;&lt;a href=&quot;http://apache-asp.org/faq.html#VBScript%20or%2007fa600d&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/faq.html#VBScript%20or%2007fa600d&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19616512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19616512&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/newbie-question-tp19615605p19616512.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19615605</id>
	<title>newbie question</title>
	<published>2008-09-22T13:09:01Z</published>
	<updated>2008-09-22T13:09:01Z</updated>
	<author>
		<name>k0STEk</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;I have problem running one site using Apache::ASP,
&lt;br&gt;&lt;br&gt;errors from apache log:
&lt;br&gt;[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] Bareword found 
&lt;br&gt;where ope
&lt;br&gt;rator expected at /var/www/gptgruppe/_proced.asp line 4, near &amp;quot;) &amp;lt;--&amp;gt; 
&lt;br&gt;\tUrl&amp;quot; &amp;lt;--
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] \t(Missing 
&lt;br&gt;operator befo
&lt;br&gt;re Url?) &amp;lt;--&amp;gt;
&lt;br&gt;[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] Bareword found 
&lt;br&gt;where ope
&lt;br&gt;rator expected at /var/www/gptgruppe/_proced.asp line 5, near &amp;quot;) &amp;lt;--&amp;gt; 
&lt;br&gt;\tIf&amp;quot; &amp;lt;--&amp;gt;
&lt;br&gt;&lt;br&gt;[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] \t(Missing 
&lt;br&gt;operator befo
&lt;br&gt;re If?) &amp;lt;--&amp;gt;
&lt;br&gt;[Mon Sep 22 21:48:07 2008] [error] [asp] [9930] [debug] Bareword found 
&lt;br&gt;where ope
&lt;br&gt;rator expected at /var/www/gptgruppe/_proced.asp line 20, near &amp;quot;If&amp;quot; 
&lt;br&gt;&amp;lt;--&amp;gt; &amp;nbsp; (Migh
&lt;br&gt;t be a runaway multi-line '' string starting on line 6) &amp;lt;--&amp;gt;
&lt;br&gt;&lt;br&gt;the _proced.asp script consist of few functions:
&lt;br&gt;like this:
&lt;br&gt;&lt;br&gt;&amp;lt;%
&lt;br&gt;&lt;br&gt;Function HrF (Link, Alt, Group)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Url = Request.ServerVariables (&amp;quot;URL&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If Url = &amp;quot;/&amp;quot; &amp; Link &amp;nbsp;Or Url = &amp;quot;/gptgruppe/&amp;quot; &amp; Link Then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'If InStr(Url, Left(Link, 5)) &amp;lt;&amp;gt; 0 Then
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HrF = &amp;quot;&amp;lt;div class=Dmenu&amp;gt;&amp;lt;span&amp;gt;&amp;quot; &amp; Alt &amp; &amp;quot;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HrF = &amp;quot;&amp;lt;div class=Dmenu&amp;gt;&amp;lt;a href=&amp;quot; &amp; Link &amp; &amp;quot;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if isNumeric(group) then HrF = HrF &amp; &amp;quot; 
&lt;br&gt;onclick=&amp;quot;&amp;quot;doSwitchGroup(&amp;quot; &amp; Group &amp; &amp;quot;);&amp;quot;&amp;quot; &amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HrF = HrF &amp; &amp;quot;&amp;gt;&amp;quot; &amp; Alt &amp; &amp;quot;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; End If
&lt;br&gt;End Function
&lt;br&gt;&lt;br&gt;&lt;br&gt;Is it possible to fix it.. ??
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;k0stek
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19615605&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19615605&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/newbie-question-tp19615605p19615605.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19550499</id>
	<title>Re: Re: Getting ASP working</title>
	<published>2008-09-18T04:12:18Z</published>
	<updated>2008-09-18T04:12:18Z</updated>
	<author>
		<name>Chris Nicholls-4</name>
	</author>
	<content type="html">&amp;lt;snip&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; So, you can continue trying to make the thing do what it doesn't want to
&lt;br&gt;&amp;gt; do, or you can move web service to a plain old VPS with a default OS
&lt;br&gt;&amp;gt; install. &amp;nbsp;Then you'll find that all the instructions start working,
&lt;br&gt;&amp;gt; because the instructions were written with the assumption that you're
&lt;br&gt;&amp;gt; working with a sane OS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Initially painful? &amp;nbsp;Oh yes. &amp;nbsp;Better in the long term? &amp;nbsp;Much.
&lt;br&gt;&lt;br&gt;&amp;lt;/snip&amp;gt;
&lt;br&gt;&lt;br&gt;FWIW, I second this. I have had several hosting packages which used the
&lt;br&gt;Plesk control panel, which promises Apache::ASP support. Inevitably the
&lt;br&gt;Apache::ASP configuration specified in the read-only vhost.conf file
&lt;br&gt;would be wrong. For example, having PerlSetVar Global /tmp, but not
&lt;br&gt;allowing access to /tmp via FTP, so no easy way to create/edit global.asa
&lt;br&gt;&lt;br&gt;While it was possible to ask the hosting provider to make manual changes
&lt;br&gt;to the vhost configuration files, these changes would get lost every
&lt;br&gt;time they upgraded the systems. Plus there was no way for me to restart
&lt;br&gt;Apache if I made a change to a Perl .pm library.
&lt;br&gt;&lt;br&gt;Now have my own server and not looked back since.
&lt;br&gt;&lt;br&gt;Good luck!
&lt;br&gt;&lt;br&gt;-Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19550499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19550499&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Getting-ASP-working-tp19505821p19550499.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19512427</id>
	<title>Re: Getting ASP working</title>
	<published>2008-09-16T06:56:48Z</published>
	<updated>2008-09-16T06:56:48Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">Tom wrote:
&lt;br&gt;&amp;gt; I've googled and read for days but I'm still unsure of what I'm missing, 
&lt;br&gt;&amp;gt; I had mod-perl 1 which I have now uninstalled and am unable to install 
&lt;br&gt;&amp;gt; mod-perl 2 via easyapache3 in WHM (errors out).
&lt;br&gt;&lt;br&gt;This is the problem with these control panels which aim to make things 
&lt;br&gt;&amp;quot;easy&amp;quot;. &amp;nbsp;It's only easy if you only want to do exactly what they've 
&lt;br&gt;already provided. &amp;nbsp;Once you step off their path, you end up fighting the 
&lt;br&gt;control panel because they've f'd the base OS stuff up something good.
&lt;br&gt;&lt;br&gt;Me, hard bitten and gun shy? &amp;nbsp;Oh yeah you betcha.
&lt;br&gt;&lt;br&gt;So, you can continue trying to make the thing do what it doesn't want to 
&lt;br&gt;do, or you can move web service to a plain old VPS with a default OS 
&lt;br&gt;install. &amp;nbsp;Then you'll find that all the instructions start working, 
&lt;br&gt;because the instructions were written with the assumption that you're 
&lt;br&gt;working with a sane OS.
&lt;br&gt;&lt;br&gt;Initially painful? &amp;nbsp;Oh yes. &amp;nbsp;Better in the long term? &amp;nbsp;Much.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19512427&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19512427&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Getting-ASP-working-tp19505821p19512427.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19505821</id>
	<title>Getting ASP working</title>
	<published>2008-09-15T22:56:09Z</published>
	<updated>2008-09-15T22:56:09Z</updated>
	<author>
		<name>Tom-299</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Hello to everyone. :)
&lt;br&gt;&lt;br&gt;I have a WHM/cpanel server running RHEL4 and apache 2.2.
&lt;br&gt;&lt;br&gt;I used to have a working ASP (using cpanels apache-asp.sea (which is now 
&lt;br&gt;obsolete)) with apache 1.3 but since upgrading I can't get it working 
&lt;br&gt;with 2.2.
&lt;br&gt;&lt;br&gt;I can run asp-perl from shell and asp works but not in the browser.
&lt;br&gt;&lt;br&gt;I've googled and read for days but I'm still unsure of what I'm missing, 
&lt;br&gt;I had mod-perl 1 which I have now uninstalled and am unable to install 
&lt;br&gt;mod-perl 2 via easyapache3 in WHM (errors out).
&lt;br&gt;&lt;br&gt;This link &lt;a href=&quot;http://www.apache-asp.org/cgi.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache-asp.org/cgi.html&lt;/a&gt;&amp;nbsp;explains how to use 
&lt;br&gt;Apache::ASP without mod-perl and I have tried but it only seems to be 
&lt;br&gt;for apache 1.
&lt;br&gt;&lt;br&gt;I'm at my wits end.
&lt;br&gt;&lt;br&gt;Can someone point me in the right direction please?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;tom
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19505821&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19505821&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Getting-ASP-working-tp19505821p19505821.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19062633</id>
	<title>RE: Apache::ASP Installation Issue</title>
	<published>2008-08-19T21:01:37Z</published>
	<updated>2008-08-19T21:01:37Z</updated>
	<author>
		<name>Randy-50</name>
	</author>
	<content type="html">Thanks a bunch! I'll get right on these configuration changes, and let you
&lt;br&gt;know how they worked out.
&lt;br&gt;&lt;br&gt;I had a feeling (being so inexperienced with Apache configuration) that it
&lt;br&gt;wasn't even set up. Somehow, being a long-time Windows user, I sort of
&lt;br&gt;expected the installer to take care of basic configuration.
&lt;br&gt;&lt;br&gt;I will definitely look into what global.asa does and where to put it, as
&lt;br&gt;well as how to secure it. Thanks!
&lt;br&gt;&lt;br&gt;&amp;lt;Directory &amp;quot;D:\Xxxxxxx\xxxxxx&amp;quot;&amp;gt; refers to the home directory of my website
&lt;br&gt;(the names were changed to protect the innocent) and they do work. 
&lt;br&gt;&lt;br&gt;I will also look into what State.Dir is.
&lt;br&gt;&lt;br&gt;Since this is a Windows box...yes, it's probably using the system user by
&lt;br&gt;default.
&lt;br&gt;&lt;br&gt;Thanks again.
&lt;br&gt;&lt;br&gt;R
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Warren Young [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19062633&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;warren@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, August 19, 2008 11:20 PM
&lt;br&gt;To: Apache-ASP List
&lt;br&gt;Subject: Re: Apache::ASP Installation Issue
&lt;br&gt;&lt;br&gt;Randy wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In the browser, I get the asp script.
&lt;br&gt;&lt;br&gt;That means Apache::ASP isn't even being called for the page, which is an 
&lt;br&gt;Apache configuration problem, not a problem with Apache::ASP. &amp;nbsp;(Problems 
&lt;br&gt;with Apache::ASP or the ASP pages themselves show up as complaints in 
&lt;br&gt;error_log.)
&lt;br&gt;&lt;br&gt;In all of what you posted about your httpd.conf contents, I don't see 
&lt;br&gt;that you've actually configured Apache to use Apache::ASP. &amp;nbsp;This is from 
&lt;br&gt;the top of the configuration section of the manual:
&lt;br&gt;&lt;br&gt;PerlModule Apache::ASP
&lt;br&gt;&amp;lt;Files ~ (\.asp)&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; SetHandler &amp;nbsp;perl-script
&lt;br&gt;&amp;nbsp; &amp;nbsp; PerlHandler Apache::ASP
&lt;br&gt;&amp;nbsp; &amp;nbsp; PerlSetVar &amp;nbsp;Global .
&lt;br&gt;&amp;nbsp; &amp;nbsp; PerlSetVar &amp;nbsp;StateDir /tmp/asp
&lt;br&gt;&amp;lt;/Files&amp;gt;
&lt;br&gt;&lt;br&gt;I posted something much like it in my initial reply to you. &amp;nbsp;It applies 
&lt;br&gt;just as well on Windows as on Linux. &amp;nbsp;Apache is Apache.
&lt;br&gt;&lt;br&gt;&amp;gt; I don't seem to have a global.asa file anywhere on the server. 
&lt;br&gt;&lt;br&gt;I don't know that Apache::ASP fails to work without it, but you do want 
&lt;br&gt;it. &amp;nbsp;Here's the default one:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://apache-asp.org/eg/global.asa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/eg/global.asa&lt;/a&gt;&lt;br&gt;&lt;br&gt;Search for global.asa on apache-asp.org for more on what it does.
&lt;br&gt;&lt;br&gt;Also see the documentation for the Global configuration option to see 
&lt;br&gt;how to change where global.asa lives:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://apache-asp.org/config.html#Global&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/config.html#Global&lt;/a&gt;&lt;br&gt;&lt;br&gt;In the snippet above, it appears it's telling Apache::ASP to look in the 
&lt;br&gt;same directory as your .asp files, which may not be a good thing if you 
&lt;br&gt;want the contents of your global.asa to be secret. &amp;nbsp;You can use the 
&lt;br&gt;Global directive to put global.asa outside the document tree, so Apache 
&lt;br&gt;won't serve it. &amp;nbsp;Alternately, you can configure Apache to never serve *.asa.
&lt;br&gt;&lt;br&gt;&amp;gt; 	&amp;lt;Directory &amp;quot;D:\Xxxxxxx\xxxxxx&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;Are you sure this section actually works? &amp;nbsp;From the Apache platform 
&lt;br&gt;notes for Windows:
&lt;br&gt;&lt;br&gt;&amp;gt; because Apache uses Unix-style names internally, you must use forward
&lt;br&gt;&amp;gt; slashes, not backslashes
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.0/platform/windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.0/platform/windows.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; What is the StateDir? Never heard of it.
&lt;br&gt;&lt;br&gt;It's in the manual: &lt;a href=&quot;http://apache-asp.org/config.html#StateDir&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/config.html#StateDir&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; By &amp;quot;the httpd user&amp;quot; to whom do you refer?
&lt;br&gt;&lt;br&gt;The user that Apache runs under. &amp;nbsp;It might not be your user account. &amp;nbsp;If 
&lt;br&gt;you run it as a Windows service, by default, it runs as the SYSTEM user.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19062633&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19062633&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19062633&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19062633&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache%3A%3AASP-Installation-Issue-tp19041886p19062633.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19062367</id>
	<title>Re: Apache::ASP Installation Issue</title>
	<published>2008-08-19T20:19:41Z</published>
	<updated>2008-08-19T20:19:41Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">Randy wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In the browser, I get the asp script.
&lt;br&gt;&lt;br&gt;That means Apache::ASP isn't even being called for the page, which is an 
&lt;br&gt;Apache configuration problem, not a problem with Apache::ASP. &amp;nbsp;(Problems 
&lt;br&gt;with Apache::ASP or the ASP pages themselves show up as complaints in 
&lt;br&gt;error_log.)
&lt;br&gt;&lt;br&gt;In all of what you posted about your httpd.conf contents, I don't see 
&lt;br&gt;that you've actually configured Apache to use Apache::ASP. &amp;nbsp;This is from 
&lt;br&gt;the top of the configuration section of the manual:
&lt;br&gt;&lt;br&gt;PerlModule Apache::ASP
&lt;br&gt;&amp;lt;Files ~ (\.asp)&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; SetHandler &amp;nbsp;perl-script
&lt;br&gt;&amp;nbsp; &amp;nbsp; PerlHandler Apache::ASP
&lt;br&gt;&amp;nbsp; &amp;nbsp; PerlSetVar &amp;nbsp;Global .
&lt;br&gt;&amp;nbsp; &amp;nbsp; PerlSetVar &amp;nbsp;StateDir /tmp/asp
&lt;br&gt;&amp;lt;/Files&amp;gt;
&lt;br&gt;&lt;br&gt;I posted something much like it in my initial reply to you. &amp;nbsp;It applies 
&lt;br&gt;just as well on Windows as on Linux. &amp;nbsp;Apache is Apache.
&lt;br&gt;&lt;br&gt;&amp;gt; I don't seem to have a global.asa file anywhere on the server. 
&lt;br&gt;&lt;br&gt;I don't know that Apache::ASP fails to work without it, but you do want 
&lt;br&gt;it. &amp;nbsp;Here's the default one:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://apache-asp.org/eg/global.asa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/eg/global.asa&lt;/a&gt;&lt;br&gt;&lt;br&gt;Search for global.asa on apache-asp.org for more on what it does.
&lt;br&gt;&lt;br&gt;Also see the documentation for the Global configuration option to see 
&lt;br&gt;how to change where global.asa lives:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://apache-asp.org/config.html#Global&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/config.html#Global&lt;/a&gt;&lt;br&gt;&lt;br&gt;In the snippet above, it appears it's telling Apache::ASP to look in the 
&lt;br&gt;same directory as your .asp files, which may not be a good thing if you 
&lt;br&gt;want the contents of your global.asa to be secret. &amp;nbsp;You can use the 
&lt;br&gt;Global directive to put global.asa outside the document tree, so Apache 
&lt;br&gt;won't serve it. &amp;nbsp;Alternately, you can configure Apache to never serve *.asa.
&lt;br&gt;&lt;br&gt;&amp;gt; 	&amp;lt;Directory &amp;quot;D:\Xxxxxxx\xxxxxx&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;Are you sure this section actually works? &amp;nbsp;From the Apache platform 
&lt;br&gt;notes for Windows:
&lt;br&gt;&lt;br&gt;&amp;gt; because Apache uses Unix-style names internally, you must use forward
&lt;br&gt;&amp;gt; slashes, not backslashes
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.0/platform/windows.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.0/platform/windows.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; What is the StateDir? Never heard of it.
&lt;br&gt;&lt;br&gt;It's in the manual: &lt;a href=&quot;http://apache-asp.org/config.html#StateDir&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/config.html#StateDir&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; By &amp;quot;the httpd user&amp;quot; to whom do you refer?
&lt;br&gt;&lt;br&gt;The user that Apache runs under. &amp;nbsp;It might not be your user account. &amp;nbsp;If 
&lt;br&gt;you run it as a Windows service, by default, it runs as the SYSTEM user.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19062367&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19062367&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache%3A%3AASP-Installation-Issue-tp19041886p19062367.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19061421</id>
	<title>RE: Apache::ASP Installation Issue</title>
	<published>2008-08-19T18:10:33Z</published>
	<updated>2008-08-19T18:10:33Z</updated>
	<author>
		<name>Randy-50</name>
	</author>
	<content type="html">Sorry for the personal reply. I'm not used to this list yet.
&lt;br&gt;&lt;br&gt;In the browser, I get the asp script.
&lt;br&gt;&lt;br&gt;In the error log, I get nothing. (It seems the server thinks it's cool to
&lt;br&gt;just throw the script out there.)
&lt;br&gt;&lt;br&gt;I don't seem to have a global.asa file anywhere on the server. (Did a search
&lt;br&gt;for it...came up empty.)
&lt;br&gt;&lt;br&gt;Directories:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Directory &amp;quot;D:\Xxxxxxx\xxxxxx&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Options FollowSymlinks &amp;nbsp;Includes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AllowOverride None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Order allow,deny
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Allow from all
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Directory&amp;gt;
&lt;br&gt;&lt;br&gt;That directory is the &amp;quot;home&amp;quot; directory for my site. It contains index.php
&lt;br&gt;and several other php scripts
&lt;br&gt;&lt;br&gt;&amp;lt;Directory &amp;quot;C:/IndigoPerl/apache/htdocs&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Options Indexes FollowSymLinks
&lt;br&gt;&amp;nbsp; &amp;nbsp; AllowOverride None
&lt;br&gt;&amp;nbsp; &amp;nbsp; Order allow,deny
&lt;br&gt;&amp;nbsp; &amp;nbsp; Allow from all
&lt;br&gt;&amp;lt;/Directory&amp;gt;
&lt;br&gt;&lt;br&gt;That directory is what came pre-installed on IndigoPerl as the &amp;quot;home&amp;quot;.
&lt;br&gt;There's nothing there.
&lt;br&gt;&lt;br&gt;&amp;lt;Directory &amp;quot;C:/IndigoPerl/apache/cgi-bin&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; AllowOverride None
&lt;br&gt;&amp;nbsp; &amp;nbsp; Options None
&lt;br&gt;&amp;nbsp; &amp;nbsp; Order allow,deny
&lt;br&gt;&amp;nbsp; &amp;nbsp; Allow from all
&lt;br&gt;&amp;lt;/Directory&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;Directory &amp;quot;C:/IndigoPerl/php&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AllowOverride None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Options None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Order allow,deny
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Allow from all
&lt;br&gt;&amp;lt;/Directory&amp;gt;
&lt;br&gt;&lt;br&gt;The previous two directories seem to be where Apache is supposed to look for
&lt;br&gt;cgi's or php.exe.
&lt;br&gt;&lt;br&gt;&amp;lt;Directory &amp;quot;C:/IndigoPerl/apache/htdocs&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; Options Indexes FollowSymLinks MultiViews ExecCGI +Includes
&lt;br&gt;&amp;lt;/Directory&amp;gt;
&lt;br&gt;&lt;br&gt;That one seems to tell Apache that in htdocs which options to use.
&lt;br&gt;&lt;br&gt;&amp;lt;Directory &amp;quot;C:/IndigoPerl/apache/htdocs&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;IfModule mod_perl.c&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; # Files directive is only valid in Directory section
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Files ~ &amp;quot;\.(pl|cgi)$&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetHandler perl-script
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PerlHandler ModPerl::Registry
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Options ExecCGI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; allow from all
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PerlSendHeader On
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Files&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/IfModule&amp;gt;
&lt;br&gt;&amp;lt;/Directory&amp;gt;
&lt;br&gt;&lt;br&gt;That one seems to tell Apache how to handle Perl scripts in the htdocs
&lt;br&gt;directory.
&lt;br&gt;&lt;br&gt;As for permissions, all of the directories above seem to be configured
&lt;br&gt;properly...at least as far as I understand Apache.
&lt;br&gt;&lt;br&gt;What is the StateDir? Never heard of it.
&lt;br&gt;&lt;br&gt;By &amp;quot;the httpd user&amp;quot; to whom do you refer?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Warren Young [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19061421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;warren@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, August 19, 2008 8:44 PM
&lt;br&gt;To: Apache-ASP List
&lt;br&gt;Subject: Re: Apache::ASP Installation Issue
&lt;br&gt;&lt;br&gt;Redirecting this back to the list. &amp;nbsp;Please don't respond to me 
&lt;br&gt;personally. &amp;nbsp;I'm here to support Apache::ASP, not to support you in 
&lt;br&gt;particular. :)
&lt;br&gt;&lt;br&gt;Randy wrote:
&lt;br&gt;&amp;gt; It now has Apache::ASP installed on it, but still won't run ASP scripts.
&lt;br&gt;&lt;br&gt;What do you get in the browser?
&lt;br&gt;&lt;br&gt;What do you get in Apache's error log?
&lt;br&gt;&lt;br&gt;What does your global.asa file contain, and where is it?
&lt;br&gt;&lt;br&gt;Can you post the relevant sections of your httpd.conf file, and say what 
&lt;br&gt;is in all of the directories it references?
&lt;br&gt;&lt;br&gt;Do all of these directories have appropriate permissions? &amp;nbsp;Especially, 
&lt;br&gt;does the StateDir exist, and is it writeable by the httpd user?
&lt;br&gt;&lt;br&gt;&amp;gt; How do I call out a directory, and specify ASP scripts to run in it, in
&lt;br&gt;the
&lt;br&gt;&amp;gt; httpd.conf file? (I think this may be the end of it).
&lt;br&gt;&lt;br&gt;There is an answer, but it's the wrong question. &amp;nbsp;If you configure 
&lt;br&gt;Apache::ASP to run on the server as a whole and it doesn't work, 
&lt;br&gt;restricting it to a single directory won't make it work.
&lt;br&gt;&lt;br&gt;Once you get ASP working globally, we can talk about tightening it down 
&lt;br&gt;to a single directory. &amp;nbsp;Let's not complicate things yet.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19061421&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19061421&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19061421&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19061421&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache%3A%3AASP-Installation-Issue-tp19041886p19061421.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19061216</id>
	<title>Re: Apache::ASP Installation Issue</title>
	<published>2008-08-19T17:44:22Z</published>
	<updated>2008-08-19T17:44:22Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">Redirecting this back to the list. &amp;nbsp;Please don't respond to me 
&lt;br&gt;personally. &amp;nbsp;I'm here to support Apache::ASP, not to support you in 
&lt;br&gt;particular. :)
&lt;br&gt;&lt;br&gt;Randy wrote:
&lt;br&gt;&amp;gt; It now has Apache::ASP installed on it, but still won't run ASP scripts.
&lt;br&gt;&lt;br&gt;What do you get in the browser?
&lt;br&gt;&lt;br&gt;What do you get in Apache's error log?
&lt;br&gt;&lt;br&gt;What does your global.asa file contain, and where is it?
&lt;br&gt;&lt;br&gt;Can you post the relevant sections of your httpd.conf file, and say what 
&lt;br&gt;is in all of the directories it references?
&lt;br&gt;&lt;br&gt;Do all of these directories have appropriate permissions? &amp;nbsp;Especially, 
&lt;br&gt;does the StateDir exist, and is it writeable by the httpd user?
&lt;br&gt;&lt;br&gt;&amp;gt; How do I call out a directory, and specify ASP scripts to run in it, in the
&lt;br&gt;&amp;gt; httpd.conf file? (I think this may be the end of it).
&lt;br&gt;&lt;br&gt;There is an answer, but it's the wrong question. &amp;nbsp;If you configure 
&lt;br&gt;Apache::ASP to run on the server as a whole and it doesn't work, 
&lt;br&gt;restricting it to a single directory won't make it work.
&lt;br&gt;&lt;br&gt;Once you get ASP working globally, we can talk about tightening it down 
&lt;br&gt;to a single directory. &amp;nbsp;Let's not complicate things yet.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19061216&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19061216&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache%3A%3AASP-Installation-Issue-tp19041886p19061216.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19048471</id>
	<title>Re: Peculiar $Application problem</title>
	<published>2008-08-19T04:16:51Z</published>
	<updated>2008-08-19T04:16:51Z</updated>
	<author>
		<name>Thanos Chatziathanassiou</name>
	</author>
	<content type="html">O/H Joshua Chamas έγραψε:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanos Chatziathanassiou wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi list,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have a rather strange issue:
&lt;br&gt;&amp;gt;&amp;gt; I came across a 102 MB $Application object, which contains several
&lt;br&gt;&amp;gt;&amp;gt; little key =&amp;gt; arrayref_value elements.
&lt;br&gt;&amp;gt;&amp;gt; The keys are usually HTTP_USER_AGENTs and the values 2 fairly short 
&lt;br&gt;&amp;gt;&amp;gt; strings.
&lt;br&gt;&amp;gt;&amp;gt; I'm using MLDBM::Sync::SDBM_File.
&lt;br&gt;&amp;gt;&amp;gt; Curiously, scalar(keys(%{$Application})) returns just 4 elements and
&lt;br&gt;&amp;gt;&amp;gt; indeed iterating over keys returns only 4.
&lt;br&gt;&amp;gt;&amp;gt; Problem is, when running from the command line on a plain copy, it
&lt;br&gt;&amp;gt;&amp;gt; correctly returns both the number of elements and their keys/values.
&lt;br&gt;&amp;gt;&amp;gt; Any idea what might be wrong ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Thanos,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; From time to time I have found SDBM_File to do odd unreproducible things.
&lt;br&gt;&amp;gt; If you suspect this is true you might run with a different DBM like 
&lt;br&gt;&amp;gt; DB_File.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Josh
&lt;/div&gt;The thing that strikes me is that asking for a particular key works as 
&lt;br&gt;expected.
&lt;br&gt;Can I port the stored keys with
&lt;br&gt;&lt;br&gt;tie %A, &amp;quot;SDBM_File&amp;quot;, &amp;quot;application&amp;quot;, O_RDONLY, 0660;
&lt;br&gt;tie %B, &amp;quot;DB_File&amp;quot;, &amp;quot;new/application&amp;quot;, O_CREAT|O_RDWR, 0660, $DB_HASH ;
&lt;br&gt;%B = %A;
&lt;br&gt;untie %A;
&lt;br&gt;untie %B;
&lt;br&gt;&lt;br&gt;and restart apache ?
&lt;br&gt;&lt;br&gt;Also, GDBM_File looks a little faster than DB_File. Would I want to use 
&lt;br&gt;that instead ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19048471&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19048471&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Peculiar-%24Application-problem-tp18858593p19048471.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19044039</id>
	<title>Re: Apache::ASP Installation Issue</title>
	<published>2008-08-18T21:06:34Z</published>
	<updated>2008-08-18T21:06:34Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">Randy wrote:
&lt;br&gt;&amp;gt; Any suggestions? (other than put it on a xxnix box)
&lt;br&gt;&lt;br&gt;The common wisdom says that Windows is easier to use. &amp;nbsp;In a lot of 
&lt;br&gt;cases, this is true.
&lt;br&gt;&lt;br&gt;This is not one of those cases. &amp;nbsp;Apache::ASP is a native of *ix systems, 
&lt;br&gt;and so it's far easier to install it there. &amp;nbsp;You usually don't have to 
&lt;br&gt;set up Apache, mod_perl, or compilers on a Linux box...they're just 
&lt;br&gt;assumed to be there, already working, or at least easy to install. &amp;nbsp;The 
&lt;br&gt;lack of this support environment is what you're running into on Windows.
&lt;br&gt;&lt;br&gt;Even if you have an absolute requirement to use Windows for the final 
&lt;br&gt;product, I would suggest getting started with Linux first. &amp;nbsp;That will 
&lt;br&gt;give you necessary experience with Apache and Apache::ASP which will 
&lt;br&gt;help you to understand the Windows instructions.
&lt;br&gt;&lt;br&gt;You don't have to get dedicated hardware for this, or install Linux. 
&lt;br&gt;You can download all this, ready to go. &amp;nbsp;First, get VMware Player, here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.vmware.com/download/player/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.vmware.com/download/player/download.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Now we need a VM. &amp;nbsp;Download VA-LAMP-vmware-*.zip from:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://virtualappliances.net/download/vmware/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://virtualappliances.net/download/vmware/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This VM is set up for basic Apache serving already. &amp;nbsp;There are several 
&lt;br&gt;more steps required to add Apache::ASP support, but all are easy. &amp;nbsp;It 
&lt;br&gt;might take 15 minutes, all told.
&lt;br&gt;&lt;br&gt;0. Install VMware Player. &amp;nbsp;It wants to reboot the host machine, but it 
&lt;br&gt;isn't really necessary.
&lt;br&gt;&lt;br&gt;1. Extract the contents of the VM zip file to the place you want the VM 
&lt;br&gt;to live. &amp;nbsp;You'll need 2.5 GB of disk space.
&lt;br&gt;&lt;br&gt;2. Open the VA-LAMP folder and double-click the VA-LAMP.vmx file you 
&lt;br&gt;find inside. &amp;nbsp;This will start the VM in VMware Player.
&lt;br&gt;&lt;br&gt;3. After the VM boots -- it won't take long! -- you'll see it report the 
&lt;br&gt;IP address that your LAN's DHCP server assigned it. &amp;nbsp;Write it down. &amp;nbsp;For 
&lt;br&gt;the sake of the discussion below, we'll say it's 192.168.0.42
&lt;br&gt;&lt;br&gt;4. Put that IP address into a web browser to test that the VM is 
&lt;br&gt;working. &amp;nbsp;You should see the VM's welcome page.
&lt;br&gt;&lt;br&gt;5. Say Start &amp;gt; Run and put \\192.168.0.42\wwwroot into the Open field 
&lt;br&gt;and hit Enter. &amp;nbsp;This will connect to the directory holding the content 
&lt;br&gt;being served from the VM by Apache. &amp;nbsp;Log in as admin/admin when 
&lt;br&gt;prompted. &amp;nbsp;You should see index.html. &amp;nbsp;Delete it, or move it off the VM.
&lt;br&gt;&lt;br&gt;6. Now we have to create the new Apache configuration file, and it's 
&lt;br&gt;easier to do it in Windows and transfer it over, rather than transcribe 
&lt;br&gt;it into the VM directly. &amp;nbsp;You'll need a Unix-aware text editor for this. 
&lt;br&gt;&amp;nbsp; If you don't have one, I can recommend Notepad++, which is free:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://notepad-plus.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://notepad-plus.sourceforge.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Paste the text below into a new text file, adjusting the first two lines 
&lt;br&gt;as desired. &amp;nbsp;If you're using Notepad++, say Format &amp;gt; Convert to UNIX 
&lt;br&gt;Format. &amp;nbsp;Then save it out as \\192.168.0.42\wwwroot\asp.conf to write a 
&lt;br&gt;copy of the new configuration file to the VM's virtual hard disk.
&lt;br&gt;&lt;br&gt;-------------- 8&amp;lt; ---------- cut here --------- 8&amp;lt; -------------
&lt;br&gt;&lt;br&gt;ServerAdmin &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19044039&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;your@...&lt;/a&gt;
&lt;br&gt;ServerName my-first-apache-asp-server
&lt;br&gt;DocumentRoot /var/www/html
&lt;br&gt;&lt;br&gt;&amp;lt;Directory &amp;quot;/var/www/html&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Allow from all
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;AllowOverride None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;DirectoryIndex index.asp
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Options FollowSymLinks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Order allow,deny
&lt;br&gt;&amp;lt;/Directory&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;IfModule mod_perl.c&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;PerlModule Apache::ASP
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Files ~ (\.asp)&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SetHandler perl-script
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PerlHandler Apache::ASP
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PerlSetVar Global /var/www/html
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PerlSetVar StateDir /tmp/asp
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Files&amp;gt;
&lt;br&gt;&amp;lt;/IfModule&amp;gt;
&lt;br&gt;&lt;br&gt;-------------- 8&amp;lt; ---------- cut here --------- 8&amp;lt; -------------
&lt;br&gt;&lt;br&gt;7. Click back into the VMware Player window, log in as root/root, and 
&lt;br&gt;give the following commands to set up Apache. &amp;nbsp;First, we'll blow away 
&lt;br&gt;the default Apache config and put our new one in its place:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # cd /etc/apache2/sites-enabled
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # rm *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # mv /var/www/html/asp.conf ../sites-available
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # ln -s ../sites-available/asp.conf .
&lt;br&gt;&lt;br&gt;We've started with a minimal VM, so we don't have the C compilers and 
&lt;br&gt;such on the system yet. &amp;nbsp;Let's go get 'em:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # apt-get update
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # apt-get install build-essential
&lt;br&gt;&lt;br&gt;Now we need to set up CPAN:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # cpan
&lt;br&gt;&lt;br&gt;Answer the configuration questions, accepting all defaults.
&lt;br&gt;&lt;br&gt;Now we can install Apache::ASP and its prerequisites:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cpan&amp;gt; install Bundle::Apache::ASP
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cpan&amp;gt; exit
&lt;br&gt;&lt;br&gt;Now, the clincher: we need to restart Apache, to load our new configuration:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # apache2ctl restart
&lt;br&gt;&lt;br&gt;This should run quickly and silently. &amp;nbsp;It if complains, you did 
&lt;br&gt;something incorrect above.
&lt;br&gt;&lt;br&gt;9. Pop out of the VM (Ctrl-Alt), open your Unix-aware text editor again, 
&lt;br&gt;ensure it's in Unix line ending mode, and write this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;% print &amp;quot;Hello, world!&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;Save it out as \\192.168.0.42\wwwroot\index.asp and hit the refresh 
&lt;br&gt;button in your web browser. &amp;nbsp;The page should change to say &amp;quot;Hello, 
&lt;br&gt;world!&amp;quot; &amp;nbsp;If so, congratulations, Apache::ASP is working. &amp;nbsp;Continue on 
&lt;br&gt;with the examples at &lt;a href=&quot;http://apache-asp.org/eg/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://apache-asp.org/eg/&lt;/a&gt;&lt;br&gt;&lt;br&gt;If all of this is too much for you to deal with, best just use Windows' 
&lt;br&gt;own flavor of ASP.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19044039&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19044039&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache%3A%3AASP-Installation-Issue-tp19041886p19044039.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19041886</id>
	<title>Apache::ASP Installation Issue</title>
	<published>2008-08-18T16:26:51Z</published>
	<updated>2008-08-18T16:26:51Z</updated>
	<author>
		<name>Randy-50</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;I&amp;#8217;m running Windows Server 2003, with Apache (IndigoApache)
which has mod_perl installed (not configured&amp;#8230;I don&amp;#8217;t know how/where
to start) and have tried repeatedly to install Apache::ASP via CPAN.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;The installation always errors out at the same point, and goes
something like this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;cpan&amp;gt; install Apache::ASP&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;Running install for module &amp;#8216;Apache::ASP&amp;#8217;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;Running make for
C/CH/ChAMAS/Apache-ASP-2.61.tar.gz&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Has
already been unwrapped into directory C: \INDIGO~1\perl\cpan\build\Apache-ASP-2.61-sF3vmC&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;Could not make: Unknown error&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;Warning &amp;lt;usually harmless&amp;gt;:
&amp;#8216;YAML&amp;#8217; not installed, will not store persistent state&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;Running make test&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can&amp;#8217;t
test without successful make&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;Running make install&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make
had returned bad status, install seems impossible&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;span style='font-size:12.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:maroon'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;Anyway, that&amp;#8217;s what I usually get back, and have no idea
how to correct it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;I&amp;#8217;ve been to &lt;a href=&quot;http://www.apache-asp.org/install.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache-asp.org/install.html&lt;/a&gt;
for directions...they seem like they were written in another language, and
refer to directories that don&amp;#8217;t exist on my machine&amp;#8230;I&amp;#8217;ve been
to the Yahoo groups, but none of the posts seem to reflect my situation, and
the questions regarding installation on Windows seem to go unanswered, and I&amp;#8217;ve
even been to the IRC channel, but there was an increidble lag between asking a
question and getting a reply (I was there for 5 hours, and got only two
questions asked in reply to my first question).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;I really need help getting this done, and have no idea where else
to ask, or even who to ask for that matter.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:maroon'&gt;Any suggestions? (other than put it on a xxnix box)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache%3A%3AASP-Installation-Issue-tp19041886p19041886.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18858593</id>
	<title>Peculiar $Application problem</title>
	<published>2008-08-06T13:05:57Z</published>
	<updated>2008-08-06T13:05:57Z</updated>
	<author>
		<name>Thanos Chatziathanassiou</name>
	</author>
	<content type="html">Hi list,
&lt;br&gt;&lt;br&gt;I have a rather strange issue:
&lt;br&gt;I came across a 102 MB $Application object, which contains several
&lt;br&gt;little key =&amp;gt; arrayref_value elements.
&lt;br&gt;The keys are usually HTTP_USER_AGENTs and the values 2 fairly short strings.
&lt;br&gt;I'm using MLDBM::Sync::SDBM_File.
&lt;br&gt;Curiously, scalar(keys(%{$Application})) returns just 4 elements and
&lt;br&gt;indeed iterating over keys returns only 4.
&lt;br&gt;Problem is, when running from the command line on a plain copy, it
&lt;br&gt;correctly returns both the number of elements and their keys/values.
&lt;br&gt;Any idea what might be wrong ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18858593&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18858593&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Peculiar-%24Application-problem-tp18858593p18858593.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17779439</id>
	<title>Fwd: how to install APACHE::ASP on windows plantform</title>
	<published>2008-06-11T07:39:19Z</published>
	<updated>2008-06-11T07:39:19Z</updated>
	<author>
		<name>gkoundr</name>
	</author>
	<content type="html">I recommend using XAMPP with the Perl add-on:&lt;br&gt;&lt;br&gt;http://www.apachefriends.org/en/xampp-windows.html&lt;br&gt;&lt;br&gt;----- Original Message -----&lt;br&gt;From: 刘书强 &lt;igloo521@gmail.com&gt;&lt;br&gt;Date: Thursday, June 5, 2008 10:42 pm&lt;br&gt;Subject: how to install APACHE::ASP on windows plantform&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17779439&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; hello everyone ,I want to install APACHE::ASP on windows but &lt;br&gt;&amp;gt; failed  ,can&lt;br&gt;&amp;gt; u help me,please?&lt;br&gt;&amp;gt; &lt;/igloo521@gmail.com&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Fwd%3A-how-to-install-APACHE%3A%3AASP-on-windows-plantform-tp17779439p17779439.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17683500</id>
	<title>how to install APACHE::ASP on windows plantform</title>
	<published>2008-06-05T19:41:31Z</published>
	<updated>2008-06-05T19:41:31Z</updated>
	<author>
		<name>刘书强</name>
	</author>
	<content type="html">&lt;div&gt;hello everyone ,I want to install APACHE::ASP on windows but&amp;nbsp;failed&amp;nbsp; ,can u&amp;nbsp;help me,please?&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-install-APACHE%3A%3AASP-on-windows-plantform-tp17683500p17683500.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17145753</id>
	<title>Re: Peculiar problem with CompressGzip</title>
	<published>2008-05-09T04:03:53Z</published>
	<updated>2008-05-09T04:03:53Z</updated>
	<author>
		<name>Thanos Chatziathanassiou</name>
	</author>
	<content type="html">O/H Warren Young έγραψε:
&lt;br&gt;&amp;gt; Thanos Chatziathanassiou wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; enable CompressGzip on that specific directory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What happens if you use mod_deflate instead?
&lt;br&gt;Interesting question, but since it's a static build, I'd have to 
&lt;br&gt;recompile apache to find that out.
&lt;br&gt;I'd rather not do that right now, unless we're all out of ideas.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17145753&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17145753&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Peculiar-problem-with-CompressGzip-tp17127986p17145753.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17139811</id>
	<title>Re: Peculiar problem with CompressGzip</title>
	<published>2008-05-08T18:17:03Z</published>
	<updated>2008-05-08T18:17:03Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">Thanos Chatziathanassiou wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; enable CompressGzip on that specific directory.
&lt;br&gt;&lt;br&gt;What happens if you use mod_deflate instead?
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17139811&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17139811&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Peculiar-problem-with-CompressGzip-tp17127986p17139811.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17127986</id>
	<title>Peculiar problem with CompressGzip</title>
	<published>2008-05-08T06:49:44Z</published>
	<updated>2008-05-08T06:49:44Z</updated>
	<author>
		<name>Thanos Chatziathanassiou</name>
	</author>
	<content type="html">Hi list,
&lt;br&gt;&lt;br&gt;I have a virtual host that produces plain XML (no XSLT needed, defined 
&lt;br&gt;or used).
&lt;br&gt;The resulting files are quite large, so I thought I'd save some 
&lt;br&gt;bandwidth and enable CompressGzip on that specific directory.
&lt;br&gt;There was no error 500, just some garbled output. I could make out some 
&lt;br&gt;``Can't upgrade that kind of scalar'' messages in the output, but apache 
&lt;br&gt;registered status 200 even for the (obviously) failed hits.
&lt;br&gt;&lt;br&gt;The only configuration directive that seemed to make a difference was:
&lt;br&gt;&amp;lt;Directory /blah/blah/rdfs&amp;gt;
&lt;br&gt;PerlSetVar CompressGzip 1
&lt;br&gt;&amp;lt;/Directory&amp;gt;
&lt;br&gt;Removing this resulted in the files being sent as they were supposed to.
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Thanos Chatziathanassiou
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17127986&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17127986&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Peculiar-problem-with-CompressGzip-tp17127986p17127986.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15431425</id>
	<title>Re: APACHE::ASP Tutorial</title>
	<published>2008-02-12T03:35:36Z</published>
	<updated>2008-02-12T03:35:36Z</updated>
	<author>
		<name>Dilipv</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Bruno Marcucci wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;I already did anything to try to install ASP into APACHE. In CPAN
&lt;br&gt;shows that everything is installed, but nothing works. Can you help
&lt;br&gt;me?
&lt;br&gt;&lt;br&gt;R,
&lt;br&gt;Bruno Marcucci
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
&lt;br&gt;For additional commands, e-mail: asp-help@perl.apache.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
i saw your quote and so i got the information regarding your query on the net.
&lt;br&gt;Just check out the below url.it consist of step by step process of installation of asp in Apache.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.apache-asp.org/install.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache-asp.org/install.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hope this will defianetly help you out.
&lt;br&gt;&lt;br&gt;Thank you
&lt;br&gt;Jitesh
&lt;br&gt;[url=&lt;a href=&quot;http://www.intelcs.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.intelcs.com/&lt;/a&gt;].Net Consulting[/url]
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/APACHE%3A%3AASP-Tutorial-tp1690074p15431425.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13974539</id>
	<title>Re: peculiar error (?)</title>
	<published>2007-11-27T08:32:03Z</published>
	<updated>2007-11-27T08:32:03Z</updated>
	<author>
		<name>Thanos Chatziathanassiou</name>
	</author>
	<content type="html">Joshua Chamas wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanos Chatziathanassiou wrote:
&lt;br&gt;&amp;gt;&amp;gt; Since yesterday, apache keeps spitting stuff like this in its error log:
&lt;br&gt;&amp;gt;&amp;gt; ---snip---
&lt;br&gt;&amp;gt;&amp;gt; compilation error: file unknown-000437603808 element output
&lt;br&gt;&amp;gt;&amp;gt; invalid value for method: HTML
&lt;br&gt;&amp;gt;&amp;gt; ---snip---
&lt;br&gt;&amp;gt;&amp;gt; without further info.
&lt;br&gt;&amp;gt;&amp;gt; The error message is always like this, with only the 
&lt;br&gt;&amp;gt;&amp;gt; ``unknown-XXXXXXXXXXXX'' part different. Comparing this to the 
&lt;br&gt;&amp;gt;&amp;gt; access.log doesn't reveal any erred requests, i.e. all entries around 
&lt;br&gt;&amp;gt;&amp;gt; that time are 200's or 304's.
&lt;br&gt;&amp;gt;&amp;gt; The lack of a timestamp on the message does not make me very 
&lt;br&gt;&amp;gt;&amp;gt; confident about the no-errors part, but this is as far as I could see.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyone know who/what might by emitting these messages (google did 
&lt;br&gt;&amp;gt;&amp;gt; return something about HTML::FormValidator::Results and HTML::Lint, 
&lt;br&gt;&amp;gt;&amp;gt; but I'm not using either) ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanos Chatziathanassiou
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Its pretty odd.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only references to this I find are libxml and libxslt using by 
&lt;br&gt;&amp;gt; XML::LibXML
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=kgF&amp;q=%22compilation+error%3A+file+unknown%22+element+output&amp;btnG=Search&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=kgF&amp;q=%22compilation+error%3A+file+unknown%22+element+output&amp;btnG=Search&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You might be using XSLT functionality with Apache::ASP?
&lt;/div&gt;You're right, I am. After several adventures with XML::Sablotron, I 
&lt;br&gt;switched to XML::LibXML for our XSLT needs, mainly due to better error 
&lt;br&gt;handling/reporting.
&lt;br&gt;It might be faster too, but not so much as to be noticeable.
&lt;br&gt;Still, I've run into quite few problems getting both of them and their 
&lt;br&gt;respective perl modules to work.
&lt;br&gt;(e.g. if you recall ``XML::LibXSLT violent death'' from 29/03/2007)
&lt;br&gt;I have upgraded to apache-1.3.39 with mod_perl/1.30 recently...maybe 
&lt;br&gt;this has something to do with. I'll investigate further and report my 
&lt;br&gt;findings.
&lt;br&gt;Thanks for the tip.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13974539&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13974539&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/peculiar-error-%28-%29-tp13957313p13974539.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14008095</id>
	<title>Re: peculiar error (?)</title>
	<published>2007-11-26T23:45:02Z</published>
	<updated>2007-11-26T23:45:02Z</updated>
	<author>
		<name>Joshua Chamas</name>
	</author>
	<content type="html">Thanos Chatziathanassiou wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Since yesterday, apache keeps spitting stuff like this in its error log:
&lt;br&gt;&amp;gt; ---snip---
&lt;br&gt;&amp;gt; compilation error: file unknown-000437603808 element output
&lt;br&gt;&amp;gt; invalid value for method: HTML
&lt;br&gt;&amp;gt; ---snip---
&lt;br&gt;&amp;gt; without further info.
&lt;br&gt;&amp;gt; The error message is always like this, with only the 
&lt;br&gt;&amp;gt; ``unknown-XXXXXXXXXXXX'' part different. Comparing this to the 
&lt;br&gt;&amp;gt; access.log doesn't reveal any erred requests, i.e. all entries around 
&lt;br&gt;&amp;gt; that time are 200's or 304's.
&lt;br&gt;&amp;gt; The lack of a timestamp on the message does not make me very confident 
&lt;br&gt;&amp;gt; about the no-errors part, but this is as far as I could see.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Anyone know who/what might by emitting these messages (google did return 
&lt;br&gt;&amp;gt; something about HTML::FormValidator::Results and HTML::Lint, but I'm not 
&lt;br&gt;&amp;gt; using either) ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanos Chatziathanassiou
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Its pretty odd.
&lt;br&gt;&lt;br&gt;The only references to this I find are libxml and libxslt using by XML::LibXML
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=kgF&amp;q=%22compilation+error%3A+file+unknown%22+element+output&amp;btnG=Search&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=kgF&amp;q=%22compilation+error%3A+file+unknown%22+element+output&amp;btnG=Search&lt;/a&gt;&lt;br&gt;&lt;br&gt;You might be using XSLT functionality with Apache::ASP? &amp;nbsp;Maybe there
&lt;br&gt;is libxml used in your apache somewhere else?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Josh
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14008095&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14008095&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/peculiar-error-%28-%29-tp13957313p14008095.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13957313</id>
	<title>peculiar error (?)</title>
	<published>2007-11-26T11:46:52Z</published>
	<updated>2007-11-26T11:46:52Z</updated>
	<author>
		<name>Thanos Chatziathanassiou</name>
	</author>
	<content type="html">Since yesterday, apache keeps spitting stuff like this in its error log:
&lt;br&gt;---snip---
&lt;br&gt;compilation error: file unknown-000437603808 element output
&lt;br&gt;invalid value for method: HTML
&lt;br&gt;---snip---
&lt;br&gt;without further info.
&lt;br&gt;The error message is always like this, with only the 
&lt;br&gt;``unknown-XXXXXXXXXXXX'' part different. Comparing this to the 
&lt;br&gt;access.log doesn't reveal any erred requests, i.e. all entries around 
&lt;br&gt;that time are 200's or 304's.
&lt;br&gt;The lack of a timestamp on the message does not make me very confident 
&lt;br&gt;about the no-errors part, but this is as far as I could see.
&lt;br&gt;&lt;br&gt;Anyone know who/what might by emitting these messages (google did return 
&lt;br&gt;something about HTML::FormValidator::Results and HTML::Lint, but I'm not 
&lt;br&gt;using either) ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanos Chatziathanassiou
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13957313&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=13957313&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/peculiar-error-%28-%29-tp13957313p13957313.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12402171</id>
	<title>Re: saving decoded unicode value to Session causes error</title>
	<published>2007-08-30T01:46:51Z</published>
	<updated>2007-08-30T01:46:51Z</updated>
	<author>
		<name>Tsirkin Evgeny-2</name>
	</author>
	<content type="html">Hi Richard!&lt;br&gt;First of all i need to apologize:&lt;br&gt;It is possible that i gave you a bad advice.&lt;br&gt;I am not a Apache::ASP developer, just a user that is monitoring the list &lt;br&gt;to follow the development (if any is making place ,i hope :) ) and
&lt;br&gt;I have tried to help&amp;nbsp; .As NOT a developer i hope it is allowed for me to make&lt;br&gt;mistakes.&lt;br&gt;&lt;br&gt;I will try to explain :&lt;br&gt;If you setup your server and/or application to send the header saying that the &lt;br&gt;data is utf8 encoded then what you get from client will also be utf8 encoded.
&lt;br&gt;That IS right .So,if you just use&lt;br&gt;$Request-&amp;gt;Form()&lt;br&gt;to get the data posted you will get the utf8 encoded data and you probably &lt;br&gt;WILL be fine ,the same as i have said in the prev. reply.&lt;br&gt;However there IS a problem:
&lt;br&gt;The string you will get from $Request object although utf8 encoded will NOT be &lt;br&gt;marked as utf8 encoded .In other words - you get the data fine and if you for example&lt;br&gt;store it in DBMS you are fine,but perl does not know that it is utf8 
encoded.For&lt;br&gt;perl the data is just an array of bytes&lt;br&gt;Why does it matter for perl to mark strings as utf8?If you try to use regular expr.&lt;br&gt;or some string functions (like length ,i think) it may not work because perl will
&lt;br&gt;assume to be character 8 bit long which not always true for utf8.&lt;br&gt;So ,my advise of just NOT using Encode::decode_utf8 may cause actually problems&lt;br&gt;if you try to do some processing on the data you get.&lt;br&gt;Actually, i personally do exactly what i have advised to you :
&lt;br&gt;Taking the data just like i get it from $Request and store it.&lt;br&gt;In the rare cases when i need to do some processing one the localized&lt;br&gt;data (like regular expressions match ) i am marking it as utf8.&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Hmm, I thought that perhaps it was something with Apache::ASP, and
&lt;br&gt;&amp;gt; that SDBM_File would be a dependency that was being passed bad data?&lt;br&gt;&lt;br&gt;I have made a test and it worked just fine,here is the code:&lt;br&gt;&lt;div style=&quot;margin-left: 40px;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;lt;html&amp;gt;&lt;br&gt;&amp;lt;head&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;&amp;lt;form action=&amp;quot;&amp;quot; method=post&amp;gt;&lt;br&gt;&amp;lt;input type=text name=v&amp;gt;&lt;br&gt;&amp;lt;input type=submit&amp;gt;&lt;br&gt;&amp;lt;/form&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;&amp;lt;%&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;use Encode;&lt;br&gt;my $v=Encode::decode_utf8($Request-&amp;gt;Form(&amp;#39;v&amp;#39;));
&lt;br&gt;$Session-&amp;gt;{v}=$v;&lt;br&gt;print $Session-&amp;gt;{v};&lt;br&gt;%&amp;gt;&lt;br&gt;&lt;/div&gt; I am also using SDBM_File&amp;nbsp; .Thought i am obviously have another version of perl :(&lt;br&gt;Why i think that this an SDBM issue?&lt;br&gt;The error you are getting :
&lt;br&gt;&amp;quot;Wide character in subroutine entry&amp;quot; &lt;br&gt;means that you are trying to output/call  function with wide utf8 character &lt;br&gt;while this file handler is not setup to get this kind of data .&lt;br&gt;A quick google search for &amp;quot;MLDBM utf8&amp;quot; approves this. :(
&lt;br&gt;So i guess you need a workaround or just try to use another DBM.&lt;br&gt;&lt;br&gt;&amp;gt; I suppose I misunderstood the purpose of this &amp;lt;meta&amp;gt; tag...so not&lt;br&gt;&amp;gt; only output, but inputs get encoded as UTF-8 here?&amp;nbsp;&amp;nbsp;Cool stuff....
&lt;br&gt;&lt;br&gt;Sometimes the meta tag get ignored and you need the header,also make sure your&lt;br&gt;server does not send such a header by his own (Apache sometimes does).&lt;br&gt;&lt;br&gt;&amp;gt; When, then, would I need to use decode_utf8?&amp;nbsp;&amp;nbsp;I suppose it&amp;#39;s for file-
&lt;br&gt;&amp;gt; reading or command-line input then?&lt;br&gt;&lt;br&gt;If you need perl to know it is&amp;nbsp;&amp;nbsp;utf8&amp;nbsp;&amp;nbsp;,such as some of string manipulations.&lt;br&gt;Again,You may also try another DBM ,change your StateDB setting .&lt;br&gt;Maybe this is the best solution .
&lt;br&gt;Evgeny.&lt;br&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/saving-decoded-unicode-value-to-Session-causes-error-tp12378283p12402171.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12398203</id>
	<title>Re: Ugg...  Newbie install probs....</title>
	<published>2007-08-29T17:57:53Z</published>
	<updated>2007-08-29T17:57:53Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">Reuben Avery wrote:
&lt;br&gt;&amp;gt; [Wed Aug 29 13:39:09 2007] [error] [client 127.0.0.1] Can't locate 
&lt;br&gt;&amp;gt; object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot; at 
&lt;br&gt;&amp;gt; /Library/Perl/5.8.6/Apache/ASP.pm line 165.\n
&lt;br&gt;&lt;br&gt;Look for this error in the mailing list archives. &amp;nbsp;It's easy to find.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12398203&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12398203&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ugg...--Newbie-install-probs....-tp12395438p12398203.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12395438</id>
	<title>Ugg...  Newbie install probs....</title>
	<published>2007-08-29T14:43:31Z</published>
	<updated>2007-08-29T14:43:31Z</updated>
	<author>
		<name>Reuben Avery-2</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;Ugg... &amp;nbsp;Newbie install probs....&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:12.0px'&gt; Hi all,&lt;BR&gt;
&lt;BR&gt;
Hoping to get some help here.. &amp;nbsp;&lt;BR&gt;
&lt;BR&gt;
I have Apache 2.2.4, Mod_perl 2.0.3, and Perl 5.8.6 (running on Mac OS X 10.4.10)&lt;BR&gt;
&lt;BR&gt;
The relevant portion of my httpd.conf:&lt;BR&gt;
&lt;BR&gt;
LoadModule perl_module &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;modules/mod_perl.so&lt;BR&gt;
&amp;lt;IfModule mod_perl.c&amp;gt;&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PerlModule Apache::ASP&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Files ~ (\.asp)&amp;gt;&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SetHandler perl-script&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PerlHandler Apache::ASP&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PerlSetVar Global .&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PerlSetVar StateDir /var/tmp/asp&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/Files&amp;gt;&lt;BR&gt;
&amp;lt;/IfModule&amp;gt;&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
And, so, any .asp page I request gets a 500 server error with this in the error_log:&lt;BR&gt;
[Wed Aug 29 13:39:09 2007] [error] [client 127.0.0.1] Can't locate object method &amp;quot;request&amp;quot; via package &amp;quot;Apache&amp;quot; at /Library/Perl/5.8.6/Apache/ASP.pm line 165.\n&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
Oh, thank you thank you for any help... sigh :(&lt;BR&gt;
&lt;BR&gt;
~reuben&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ugg...--Newbie-install-probs....-tp12395438p12395438.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12389283</id>
	<title>Re: saving decoded unicode value to Session causes error</title>
	<published>2007-08-29T09:20:08Z</published>
	<updated>2007-08-29T09:20:08Z</updated>
	<author>
		<name>Richard Yen-2</name>
	</author>
	<content type="html">On Aug 29, 2007, at 12:28 AM, Tsirkin Evgeny wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; It looks like that SDBM_File file handler or something else in it's &amp;nbsp;
&lt;br&gt;&amp;gt; internals does not
&lt;br&gt;&amp;gt; know that you are storing (writing) utf8 records into it.
&lt;br&gt;&amp;gt; I don't know how to force it to know this :( maybe some SDBM_File &amp;nbsp;
&lt;br&gt;&amp;gt; expert here
&lt;br&gt;&amp;gt; will know.
&lt;br&gt;Hmm, I thought that perhaps it was something with Apache::ASP, and &amp;nbsp;
&lt;br&gt;that SDBM_File would be a dependency that was being passed bad data?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; However the workaround for this is to NOT mark the string you get &amp;nbsp;
&lt;br&gt;&amp;gt; as utf8 i.e.
&lt;br&gt;&amp;gt; don't do Encode::decode_utf8. Just set your pages/server to send to &amp;nbsp;
&lt;br&gt;&amp;gt; the browser
&lt;br&gt;&amp;gt; header saying that you need utf8 as request charset and you will be &amp;nbsp;
&lt;br&gt;&amp;gt; fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; will do this or
&lt;br&gt;&amp;gt; $Response-&amp;gt;AddHeader()
&lt;/div&gt;I suppose I misunderstood the purpose of this &amp;lt;meta&amp;gt; tag...so not &amp;nbsp;
&lt;br&gt;only output, but inputs get encoded as UTF-8 here? &amp;nbsp;Cool stuff.... &amp;nbsp; 
&lt;br&gt;When, then, would I need to use decode_utf8? &amp;nbsp;I suppose it's for file- 
&lt;br&gt;reading or command-line input then?
&lt;br&gt;&lt;br&gt;&amp;gt; What this solution does NOT do - it does not validate the input to &amp;nbsp;
&lt;br&gt;&amp;gt; be legal utf8.
&lt;br&gt;True. &amp;nbsp;Will keep that in mind.
&lt;br&gt;&lt;br&gt;&amp;gt; But most of the time you will be fine.
&lt;br&gt;&amp;gt; Hope this helps.
&lt;br&gt;&amp;gt; Evgeny
&lt;br&gt;Thanks!
&lt;br&gt;--Richard
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 8/29/07, Richard Yen &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12389283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dba@...&lt;/a&gt;&amp;gt; wrote: Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wondering if anyone has ever encountered this issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Trying to internationalize my site, so at every input, I pass it
&lt;br&gt;&amp;gt; through Encode::decode_utf8.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, when I attempt to put the values into Session, I get the
&lt;br&gt;&amp;gt; following message:
&lt;br&gt;&amp;gt; &amp;gt; Errors Output
&lt;br&gt;&amp;gt; &amp;gt; Wide character in subroutine entry at /usr/local/perl/lib/site_perl/
&lt;br&gt;&amp;gt; &amp;gt; 5.8.7/MLDBM/Sync/SDBM_File.pm line 80, &amp;lt;GEN10&amp;gt; line 21. , /usr/
&lt;br&gt;&amp;gt; &amp;gt; local/perl/lib/site_perl/5.8.7/Apache/ASP.pm line 1521
&lt;br&gt;&amp;gt; &amp;gt; Debug Output
&lt;br&gt;&amp;gt; &amp;gt; Use of uninitialized value in string ne at ../global/lib/
&lt;br&gt;&amp;gt; &amp;gt; lib_filesystem.pm line 41.
&lt;br&gt;&amp;gt; &amp;gt; Using an array as a reference is deprecated at ../global/lib/
&lt;br&gt;&amp;gt; &amp;gt; lib_peer_review.pm line 389, line 21.
&lt;br&gt;&amp;gt; &amp;gt; Wide character in subroutine entry at /usr/local/perl/lib/site_perl/
&lt;br&gt;&amp;gt; &amp;gt; 5.8.7/MLDBM/Sync/SDBM_File.pm line 80, line 21. , /usr/local/perl/
&lt;br&gt;&amp;gt; &amp;gt; lib/site_perl/5.8.7/Apache/ASP.pm line 1521
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; An example is if I use the capital Omega character (option-z on mac
&lt;br&gt;&amp;gt; keyboard), this error occurs when attempting to store into Session:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; my $secret_answer = Encode::decode_utf8($main::Request-&amp;gt;Form
&lt;br&gt;&amp;gt; &amp;gt; ('secret_answer'));
&lt;br&gt;&amp;gt; &amp;gt; $main::Session-&amp;gt;{secret_answer} = $secret_answer;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've discovered that if I put the decoded value into a hash, and then
&lt;br&gt;&amp;gt; put the hash into Session, it behaves normally. &amp;nbsp;Also, if I don't
&lt;br&gt;&amp;gt; decode at all, it behaves normally also.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Would anyone know why this happens, or how to fix it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt; --Richard
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12389283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12389283&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12389283&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12389283&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/saving-decoded-unicode-value-to-Session-causes-error-tp12378283p12389283.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12382092</id>
	<title>Re: saving decoded unicode value to Session causes error</title>
	<published>2007-08-29T01:28:10Z</published>
	<updated>2007-08-29T01:28:10Z</updated>
	<author>
		<name>Tsirkin Evgeny-2</name>
	</author>
	<content type="html">It looks like that SDBM_File file handler or something else in it&amp;#39;s internals does not &lt;br&gt;know that you are storing (writing) utf8 records into it.&lt;br&gt;I don&amp;#39;t know how to force it to know this :( maybe some SDBM_File expert here
&lt;br&gt;will know.&lt;br&gt;However the workaround for this is to NOT mark the string you get as utf8 i.e. &lt;br&gt;don&amp;#39;t do Encode::decode_utf8. Just set your pages/server to send to the browser&lt;br&gt;header saying that you need utf8 as request charset and you will be fine.
&lt;br&gt;&lt;br&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;&amp;gt;&lt;br&gt;will do this or &lt;br&gt;$Response-&amp;gt;AddHeader() &lt;br&gt;&lt;br&gt;What this solution does NOT do - it does not validate the input to be legal utf8.
&lt;br&gt;But most of the time you will be fine.&lt;br&gt;Hope this helps.&lt;br&gt;Evgeny&lt;br&gt;&lt;font face=&quot;verdana,arial&quot; size=&quot;-0&quot;&gt;&lt;font face=&quot;verdana&quot;&gt;&lt;font face=&quot;verdana&quot;&gt;&lt;font face=&quot;verdana&quot;&gt;&lt;font class=&quot;title&quot; color=&quot;#555555&quot; size=&quot;-1&quot;&gt;
&lt;b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 8/29/07, &lt;b class=&quot;gmail_sendername&quot;&gt;Richard Yen&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12382092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dba@...&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi,&lt;br&gt;&lt;br&gt;Wondering if anyone has ever encountered this issue.&lt;br&gt;&lt;br&gt;Trying to internationalize my site, so at every input, I pass it&lt;br&gt;through Encode::decode_utf8.&lt;br&gt;&lt;br&gt;However, when I attempt to put the values into Session, I get the
&lt;br&gt;following message:&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Errors Output&lt;br&gt;&amp;gt; Wide character in subroutine entry at /usr/local/perl/lib/site_perl/&lt;br&gt;&amp;gt; 5.8.7/MLDBM/Sync/SDBM_File.pm line 80, &amp;lt;GEN10&amp;gt; line 21. , /usr/&lt;br&gt;&amp;gt; local/perl/lib/site_perl/5.8.7/Apache/ASP.pm line 1521
&lt;br&gt;&amp;gt; Debug Output&lt;br&gt;&amp;gt; Use of uninitialized value in string ne at ../global/lib/&lt;br&gt;&amp;gt; lib_filesystem.pm line 41.&lt;br&gt;&amp;gt; Using an array as a reference is deprecated at ../global/lib/&lt;br&gt;&amp;gt; lib_peer_review.pm line 389, line 21.
&lt;br&gt;&amp;gt; Wide character in subroutine entry at /usr/local/perl/lib/site_perl/&lt;br&gt;&amp;gt; 5.8.7/MLDBM/Sync/SDBM_File.pm line 80, line 21. , /usr/local/perl/&lt;br&gt;&amp;gt; lib/site_perl/5.8.7/Apache/ASP.pm line 1521&lt;/div&gt;&lt;br&gt;An example is if I use the capital Omega character (option-z on mac
&lt;br&gt;keyboard), this error occurs when attempting to store into Session:&lt;br&gt;&lt;br&gt;&amp;gt; my $secret_answer = Encode::decode_utf8($main::Request-&amp;gt;Form&lt;br&gt;&amp;gt; (&amp;#39;secret_answer&amp;#39;));&lt;br&gt;&amp;gt; $main::Session-&amp;gt;{secret_answer} = $secret_answer;
&lt;br&gt;&lt;br&gt;I&amp;#39;ve discovered that if I put the decoded value into a hash, and then&lt;br&gt;put the hash into Session, it behaves normally.&amp;nbsp;&amp;nbsp;Also, if I don&amp;#39;t&lt;br&gt;decode at all, it behaves normally also.&lt;br&gt;&lt;br&gt;Would anyone know why this happens, or how to fix it?
&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;--Richard&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12382092&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12382092&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/saving-decoded-unicode-value-to-Session-causes-error-tp12378283p12382092.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12378283</id>
	<title>saving decoded unicode value to Session causes error</title>
	<published>2007-08-28T17:19:15Z</published>
	<updated>2007-08-28T17:19:15Z</updated>
	<author>
		<name>Richard Yen-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Wondering if anyone has ever encountered this issue.
&lt;br&gt;&lt;br&gt;Trying to internationalize my site, so at every input, I pass it &amp;nbsp;
&lt;br&gt;through Encode::decode_utf8.
&lt;br&gt;&lt;br&gt;However, when I attempt to put the values into Session, I get the &amp;nbsp;
&lt;br&gt;following message:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Errors Output
&lt;br&gt;&amp;gt; Wide character in subroutine entry at /usr/local/perl/lib/site_perl/ 
&lt;br&gt;&amp;gt; 5.8.7/MLDBM/Sync/SDBM_File.pm line 80, &amp;lt;GEN10&amp;gt; line 21. , /usr/ 
&lt;br&gt;&amp;gt; local/perl/lib/site_perl/5.8.7/Apache/ASP.pm line 1521
&lt;br&gt;&amp;gt; Debug Output
&lt;br&gt;&amp;gt; Use of uninitialized value in string ne at ../global/lib/ 
&lt;br&gt;&amp;gt; lib_filesystem.pm line 41.
&lt;br&gt;&amp;gt; Using an array as a reference is deprecated at ../global/lib/ 
&lt;br&gt;&amp;gt; lib_peer_review.pm line 389, line 21.
&lt;br&gt;&amp;gt; Wide character in subroutine entry at /usr/local/perl/lib/site_perl/ 
&lt;br&gt;&amp;gt; 5.8.7/MLDBM/Sync/SDBM_File.pm line 80, line 21. , /usr/local/perl/ 
&lt;br&gt;&amp;gt; lib/site_perl/5.8.7/Apache/ASP.pm line 1521
&lt;/div&gt;&lt;br&gt;An example is if I use the capital Omega character (option-z on mac &amp;nbsp;
&lt;br&gt;keyboard), this error occurs when attempting to store into Session:
&lt;br&gt;&lt;br&gt;&amp;gt; my $secret_answer = Encode::decode_utf8($main::Request-&amp;gt;Form 
&lt;br&gt;&amp;gt; ('secret_answer'));
&lt;br&gt;&amp;gt; $main::Session-&amp;gt;{secret_answer} = $secret_answer;
&lt;br&gt;&lt;br&gt;I've discovered that if I put the decoded value into a hash, and then &amp;nbsp;
&lt;br&gt;put the hash into Session, it behaves normally. &amp;nbsp;Also, if I don't &amp;nbsp;
&lt;br&gt;decode at all, it behaves normally also.
&lt;br&gt;&lt;br&gt;Would anyone know why this happens, or how to fix it?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;--Richard
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12378283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12378283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/saving-decoded-unicode-value-to-Session-causes-error-tp12378283p12378283.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12316222</id>
	<title>Re: ASP script shown in the web browser</title>
	<published>2007-08-24T10:58:25Z</published>
	<updated>2007-08-24T10:58:25Z</updated>
	<author>
		<name>hzlabs</name>
	</author>
	<content type="html">Hi Shirley,
&lt;br&gt;&lt;br&gt;most important are the following directives in the
&lt;br&gt;vhost-/ or httpd- config file:
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; PerlModule &amp;nbsp;Apache::ASP
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FilesMatch &amp;quot;.*\.asp&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetHandler perl-script
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PerlResponseHandler &amp;nbsp;Apache::ASP
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;Checkout if these lines are present, if yes -
&lt;br&gt;and the server starts without complaining ! -
&lt;br&gt;and it still does not work, please post the relevant section
&lt;br&gt;of your httpd.conf (or vhost.conf).
&lt;br&gt;&lt;br&gt;Helmut
&lt;br&gt;&lt;br&gt;(I am on vacation for one week, so someone else might help you in this case)
&lt;br&gt;&lt;br&gt;Shirley Mayadewi schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; *Hi,*
&lt;br&gt;&amp;gt; **
&lt;br&gt;&amp;gt; I am trying to build the Apache Web Server (Apache-ASP-2.59 with
&lt;br&gt;&amp;gt; apache_1.3.37) with mod_perl ( mod_perl-1.30 ) and mod_ssl ( mod_ssl-
&lt;br&gt;&amp;gt; 2.8.28-1.3.37 ) in Linux (Fedora Core 6). I have followed the instructions
&lt;br&gt;&amp;gt; under *Build Apache and mod_perl* and *Quick Start.* Basically, after I put
&lt;br&gt;&amp;gt; all the source codes for apache, mod_ssl, and mod_perl under make_httpd
&lt;br&gt;&amp;gt; folder, I just ran ./build_httpds.sh and it was completed with no errors.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But after I start apache and test the examples in the folder
&lt;br&gt;&amp;gt; $DOCUMENT_ROOT/asp/site/eg, it doesn't work. The ASP script is still shown
&lt;br&gt;&amp;gt; in the browser. Can anyone give me any suggestions what I should try?
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; S
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12316222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12316222&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ASP-script-shown-in-the-web-browser-tp12296588p12316222.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12304531</id>
	<title>Re: Apache ASP question - RedHat Linux - Plesk8.2</title>
	<published>2007-08-23T18:28:14Z</published>
	<updated>2007-08-23T18:28:14Z</updated>
	<author>
		<name>hc_andy</name>
	</author>
	<content type="html">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.
&lt;br&gt;&lt;br&gt;I've posted on the swsoft forum but have had no response. I can see that the apache asp module &amp;quot;appears&amp;quot; to be installed because the option to enable/disable apache asp support is on the Plesk Control Panel.
&lt;br&gt;&lt;br&gt;Just wondering where to look, how to test and whether apache asp has been correctly installed by plesk.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Warren Young wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;hc_andy wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've created a sample &amp;quot;test.asp&amp;quot; (code below) 
&lt;br&gt;&lt;br&gt;Where did you put it? &amp;nbsp;What are the permissions on the file? &amp;nbsp;What 
&lt;br&gt;happens if you copy it to test.html and replace the Write() call with 
&lt;br&gt;plain old static text?
&lt;br&gt;&lt;br&gt;&amp;gt; To get plesk/apache to display .asp pages, do
&lt;br&gt;&amp;gt; I have to enable something somewhere 
&lt;br&gt;&lt;br&gt;Plesk being Plesk, it should just work once you've installed the module.
&lt;br&gt;&lt;br&gt;If it doesn't, it can be a mess to find out why not, because Plesk likes 
&lt;br&gt;to create alternate copies of configuration files in odd locations which 
&lt;br&gt;it uses instead of the standard copy, which it leaves in place just to 
&lt;br&gt;confuse you. &amp;nbsp;The only solution to this is to stop using Plesk and go 
&lt;br&gt;old school. &amp;nbsp;(I am speaking as one who is strongly considering changing 
&lt;br&gt;hosting providers for this very reason.)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%
&lt;br&gt;&amp;gt; $Response-&amp;gt;Write(&amp;quot;Hello, world!&amp;quot;);
&lt;br&gt;&amp;gt; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;The syntax of your test file is fine. &amp;nbsp;The problem lies elsewhere.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
&lt;br&gt;For additional commands, e-mail: asp-help@perl.apache.org
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-ASP-question---RedHat-Linux---Plesk8.2-tp12286977p12304531.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12301355</id>
	<title>Re: Apache ASP question - RedHat Linux - Plesk8.2</title>
	<published>2007-08-23T14:24:27Z</published>
	<updated>2007-08-23T14:24:27Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">hc_andy wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've created a sample &amp;quot;test.asp&amp;quot; (code below) 
&lt;br&gt;&lt;br&gt;Where did you put it? &amp;nbsp;What are the permissions on the file? &amp;nbsp;What 
&lt;br&gt;happens if you copy it to test.html and replace the Write() call with 
&lt;br&gt;plain old static text?
&lt;br&gt;&lt;br&gt;&amp;gt; To get plesk/apache to display .asp pages, do
&lt;br&gt;&amp;gt; I have to enable something somewhere 
&lt;br&gt;&lt;br&gt;Plesk being Plesk, it should just work once you've installed the module.
&lt;br&gt;&lt;br&gt;If it doesn't, it can be a mess to find out why not, because Plesk likes 
&lt;br&gt;to create alternate copies of configuration files in odd locations which 
&lt;br&gt;it uses instead of the standard copy, which it leaves in place just to 
&lt;br&gt;confuse you. &amp;nbsp;The only solution to this is to stop using Plesk and go 
&lt;br&gt;old school. &amp;nbsp;(I am speaking as one who is strongly considering changing 
&lt;br&gt;hosting providers for this very reason.)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%
&lt;br&gt;&amp;gt; $Response-&amp;gt;Write(&amp;quot;Hello, world!&amp;quot;);
&lt;br&gt;&amp;gt; %&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;The syntax of your test file is fine. &amp;nbsp;The problem lies elsewhere.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301355&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12301355&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-ASP-question---RedHat-Linux---Plesk8.2-tp12286977p12301355.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12296588</id>
	<title>ASP script shown in the web browser</title>
	<published>2007-08-23T10:02:21Z</published>
	<updated>2007-08-23T10:02:21Z</updated>
	<author>
		<name>Shirley Mayadewi</name>
	</author>
	<content type="html">&lt;div&gt;&lt;a name=&quot;Examples%20donf48a0968&quot; target=&quot;_top&quot;&gt;&lt;/a&gt;&lt;strong&gt;Hi,&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font class=&quot;title&quot;&gt;&lt;/font&gt;&lt;/strong&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I&amp;nbsp;am trying to&amp;nbsp;build the Apache Web Server (Apache-ASP-2.59 with apache_1.3.37) with mod_perl ( mod_perl-1.30 ) and mod_ssl (&amp;nbsp;mod_ssl-2.8.28-1.3.37&amp;nbsp;)&amp;nbsp;in Linux (Fedora Core 6). I have followed the instructions under&amp;nbsp;
&lt;font face=&quot;verdana&quot;&gt;&lt;font class=&quot;title&quot; color=&quot;#555555&quot;&gt;&lt;b&gt;Build Apache and mod_perl&lt;/b&gt;&lt;/font&gt; and &lt;strong&gt;&lt;font color=&quot;#555555&quot;&gt;Quick Start.&lt;/font&gt;&lt;/strong&gt;&lt;font face=&quot;courier new&quot;&gt; &lt;font face=&quot;arial,sans-serif&quot;&gt;Basically, after I put all the source codes for apache, mod_ssl, and mod_perl under make_httpd folder, I just ran ./build_httpds.sh and it was completed with no errors. &amp;nbsp;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;div&gt;But after I start apache and&amp;nbsp;test the&amp;nbsp;examples&amp;nbsp;in the folder $DOCUMENT_ROOT/asp/site/eg,&amp;nbsp;it doesn&amp;#39;t work. The&amp;nbsp;ASP script is still shown in the browser.&amp;nbsp;Can anyone give me any suggestions what I should try? Thanks.
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;S&lt;br&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;font face=&quot;verdana&quot;&gt;&lt;font face=&quot;courier new&quot;&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ASP-script-shown-in-the-web-browser-tp12296588p12296588.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12286977</id>
	<title>Apache ASP question - RedHat Linux - Plesk8.2</title>
	<published>2007-08-22T21:46:01Z</published>
	<updated>2007-08-22T21:46:01Z</updated>
	<author>
		<name>hc_andy</name>
	</author>
	<content type="html">Hi There,
&lt;br&gt;&lt;br&gt;I'm new to plesk and web administration and have a simple asp question to ask.
&lt;br&gt;&lt;br&gt;Is there a way I can test that Apache ASP is working properly on our install of Plesk 8.2 under Redhat Linux?
&lt;br&gt;&lt;br&gt;Platform: psa8.2.0/RedHatel3
&lt;br&gt;perl-Apache-ASP: 2.57-rhel3.build82070706.15
&lt;br&gt;&lt;br&gt;This is the line about asp in the /conf/httpd.include file for the domain I'm testing with.
&lt;br&gt;&lt;br&gt;&amp;lt;Files ~ (\.asp$)&amp;gt;
&lt;br&gt;SetHandler perl-script
&lt;br&gt;PerlHandler Apache::ASP
&lt;br&gt;PerlSetVar Global /tmp
&lt;br&gt;&amp;lt;/Files&amp;gt;
&lt;br&gt;&lt;br&gt;I've created a sample &amp;quot;test.asp&amp;quot; (code below) but when I bring it up it on Internet Explorer I get &amp;quot;The page cannot be displayed&amp;quot; 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?
&lt;br&gt;&lt;br&gt;test.asp
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;lt;%
&lt;br&gt;$Response-&amp;gt;Write(&amp;quot;Hello, world!&amp;quot;);
&lt;br&gt;%&amp;gt;
&lt;br&gt;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Andy
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-ASP-question---RedHat-Linux---Plesk8.2-tp12286977p12286977.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12198184</id>
	<title>Re: apache::asp maintenance</title>
	<published>2007-08-17T05:43:13Z</published>
	<updated>2007-08-17T05:43:13Z</updated>
	<author>
		<name>Warren Young</name>
	</author>
	<content type="html">Joshua Chamas wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I plan to push another release in the next couple of weeks 
&lt;br&gt;&lt;br&gt;Did you mean to type &amp;quot;months&amp;quot;? &amp;nbsp;&amp;gt;:)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12198184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12198184&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/apache%3A%3Aasp-maintenance-tp11172251p12198184.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11780642</id>
	<title>Re: Request object API change request</title>
	<published>2007-07-25T05:23:10Z</published>
	<updated>2007-07-25T05:23:10Z</updated>
	<author>
		<name>Niels van Dijke</name>
	</author>
	<content type="html">The subroutine should read:
&lt;br&gt;&lt;br&gt;sub user {
&lt;br&gt;&amp;nbsp; my $user = shift;
&lt;br&gt;&amp;nbsp; # $this-&amp;gt;{r} is Apache request object
&lt;br&gt;&amp;nbsp; $this-&amp;gt;{r}-&amp;gt;$Response-&amp;gt;{r}-&amp;gt;user($user) if (defined $user);
&lt;br&gt;&amp;nbsp; return $this-&amp;gt;{r}-&amp;gt;$Response-&amp;gt;{r}-&amp;gt;user();
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;Niels van Dijke wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can we have the following code added to Apache::ASP $Request object? 
&lt;br&gt;&amp;gt; This will allow you to add Cookie based user name logging to Apache's 
&lt;br&gt;&amp;gt; access log.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # Set a username (will end up in Apache access log)
&lt;br&gt;&amp;gt; $Request-&amp;gt;user($Session-&amp;gt;{user});
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # Get username registered so far
&lt;br&gt;&amp;gt; my $user = $Request-&amp;gt;user();
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The method subroutine of the $Request object would be something like:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sub user {
&lt;br&gt;&amp;gt; &amp;nbsp;my $user = shift;
&lt;br&gt;&amp;gt; &amp;nbsp;# $this-&amp;gt;{r} is Apache request object
&lt;br&gt;&amp;gt; &amp;nbsp;$this-&amp;gt;{r}-&amp;gt;$Response-&amp;gt;{r}-&amp;gt;user($user) if (defined $user);
&lt;br&gt;&amp;gt; &amp;nbsp;return $this-&amp;gt;{r}-&amp;gt;$Response-&amp;gt;{r}-&amp;gt;user($user);
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regard,
&lt;br&gt;&amp;gt; Niels
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11780642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11780642&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Niels van Dijke | Systems Development &amp; Support | NCC-A | BT Global Services
&lt;br&gt;Tel: +31 202 038 021 | Mob: +31 655 816 490 | E: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11780642&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Niels.vanDijke@...&lt;/a&gt; | 
&lt;br&gt;W: &lt;a href=&quot;http://www.bt.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bt.net&lt;/a&gt;&lt;br&gt;BT MeetMe: Participant Passcode: [2927025#] / NL: 0800 0200 767/+31 
&lt;br&gt;(0)202 015 231 / UK: +44 (0)207 819 6110, See also:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;https://btpeople.conferencing.bt.com/bt/603/eng/bridge.jsp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://btpeople.conferencing.bt.com/bt/603/eng/bridge.jsp&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11780642&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11780642&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asp-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Request-object-API-change-request-tp11780471p11780642.html" />
</entry>

</feed>
