... Did you mean to type "months"? >:) ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
Warren Young
warren@...
Aug 17, 2007 11:45 am
2210
Hi There, I'm new to plesk and web administration and have a simple asp question to ask. Is there a way I can test that Apache ASP is working properly on our...
hc_andy
andy.saykao@...
Aug 23, 2007 3:47 am
2211
*Hi,* ** I am trying to build the Apache Web Server (Apache-ASP-2.59 with apache_1.3.37) with mod_perl ( mod_perl-1.30 ) and mod_ssl ( mod_ssl- 2.8.28-1.3.37 )...
Shirley Mayadewi
smayadewi@...
Aug 23, 2007 4:02 pm
2212
... Where did you put it? What are the permissions on the file? What happens if you copy it to test.html and replace the Write() call with plain old static...
Warren Young
warren@...
Aug 23, 2007 8:25 pm
2213
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. ...
hc_andy
andy.saykao@...
Aug 24, 2007 12:30 am
2214
Hi Shirley, most important are the following directives in the vhost-/ or httpd- config file: ... PerlModule Apache::ASP <FilesMatch ".*\.asp"> SetHandler...
Helmut Zeilinger
hz@...
Aug 24, 2007 5:04 pm
2215
Hi, Wondering if anyone has ever encountered this issue. Trying to internationalize my site, so at every input, I pass it through Encode::decode_utf8. However,...
Richard Yen
dba@...
Aug 28, 2007 11:19 pm
2216
It looks like that SDBM_File file handler or something else in it's internals does not know that you are storing (writing) utf8 records into it. I don't know...
Tsirkin Evgeny
tsirkin@...
Aug 29, 2007 7:29 am
2217
... Hmm, I thought that perhaps it was something with Apache::ASP, and that SDBM_File would be a dependency that was being passed bad data? ... I suppose I...
Richard Yen
dba@...
Aug 29, 2007 3:25 pm
2218
Hi all, Hoping to get some help here.. I have Apache 2.2.4, Mod_perl 2.0.3, and Perl 5.8.6 (running on Mac OS X 10.4.10) The relevant portion of my httpd.conf:...
Reuben Avery
reuben@...
Aug 29, 2007 11:25 pm
2219
... Look for this error in the mailing list archives. It's easy to find. ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands,...
Warren Young
warren@...
Aug 30, 2007 12:02 am
2220
Hi Richard! First of all i need to apologize: It is possible that i gave you a bad advice. I am not a Apache::ASP developer, just a user that is monitoring the...
Tsirkin Evgeny
tsirkin@...
Aug 30, 2007 7:49 am
2221
... compilation error: file unknown-000437603808 element output invalid value for method: HTML ... without further info. The error message is always like this,...
Thanos Chatziathanass...
tchatzi@...
Nov 26, 2007 7:48 pm
2222
... You're right, I am. After several adventures with XML::Sablotron, I switched to XML::LibXML for our XSLT needs, mainly due to better error ...
Thanos Chatziathanass...
tchatzi@...
Nov 27, 2007 4:40 pm
2223
... Its pretty odd. The only references to this I find are libxml and libxslt using by XML::LibXML ...
Joshua Chamas
josh@...
Nov 28, 2007 4:42 pm
2224
... i saw your quote and so i got the information regarding your query on the net. Just check out the below url.it consist of step by step process of ...
Dilipv
dilip.vishwakarma2007...
Feb 12, 2008 11:36 am
2225
Hi list, I have a virtual host that produces plain XML (no XSLT needed, defined or used). The resulting files are quite large, so I thought I'd save some ...
Thanos Chatziathanass...
tchatzi@...
May 8, 2008 1:50 pm
2226
... What happens if you use mod_deflate instead? ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
Warren Young
warren@...
May 9, 2008 1:17 am
2227
... Interesting question, but since it's a static build, I'd have to recompile apache to find that out. I'd rather not do that right now, unless we're all out...
Thanos Chatziathanass...
tchatzi@...
May 9, 2008 11:04 am
2228
hello everyone ,I want to install APACHE::ASP on windows but failed ,can u help me,please?...
刘书强
igloo521@...
Jun 6, 2008 2:42 am
2229
I recommend using XAMPP with the Perl add-on:http://www.apachefriends.org/en/xampp-windows.html----- Original Message -----From: ÁõÊéÇ¿ Date: Thursday,...
gkoundr@...
Jun 11, 2008 2:39 pm
2230
Hi list, I have a rather strange issue: I came across a 102 MB $Application object, which contains several little key => arrayref_value elements. The keys are...
Thanos Chatziathanass...
tchatzi@...
Aug 6, 2008 8:08 pm
2231
I'm running Windows Server 2003, with Apache (IndigoApache) which has mod_perl installed (not configured.I don't know how/where to start) and have tried...
Randy
rjasky@...
Aug 18, 2008 11:27 pm
2232
... The common wisdom says that Windows is easier to use. In a lot of cases, this is true. This is not one of those cases. Apache::ASP is a native of *ix...
Warren Young
warren@...
Aug 19, 2008 4:07 am
2233
... The thing that strikes me is that asking for a particular key works as expected. Can I port the stored keys with tie %A, "SDBM_File", "application",...
Thanos Chatziathanass...
tchatzi@...
Aug 19, 2008 11:18 am
2234
Redirecting this back to the list. Please don't respond to me personally. I'm here to support Apache::ASP, not to support you in particular. :) ... What do...
Warren Young
warren@...
Aug 20, 2008 12:46 am
2235
Sorry for the personal reply. I'm not used to this list yet. In the browser, I get the asp script. In the error log, I get nothing. (It seems the server thinks...
Randy
rjasky@...
Aug 20, 2008 1:11 am
2236
... That means Apache::ASP isn't even being called for the page, which is an Apache configuration problem, not a problem with Apache::ASP. (Problems with...
Warren Young
warren@...
Aug 20, 2008 3:20 am
2237
Thanks a bunch! I'll get right on these configuration changes, and let you know how they worked out. I had a feeling (being so inexperienced with Apache...
Randy
rjasky@...
Aug 20, 2008 4:02 am
2238
Hi all, Hello to everyone. :) I have a WHM/cpanel server running RHEL4 and apache 2.2. I used to have a working ASP (using cpanels apache-asp.sea (which is now...