Redirect with anchors.

2001-04-08 Thread Antti Linno
Hallo. I need to know how to use redirect so, that the anchors have effect. Tried to use apache redirect use Apache; use Apache::Constants qw(REDIRECT); $req_rec-header_out("Location" = "intranet.html?action=show#anchor_name"); $req_rec-status(REDIRECT); The html has such tag, but redirect

Re: [RFC] mod_perl Digest path...

2001-01-30 Thread Antti Linno
I think I personally wouldn't be that much informed as now. I'm too lazy surfer. Don't know bout the others though. But once a month I have to check that page then to be informed :P I think the new versions would show up in list letter's headings too. Tervisi, Antti how does this

XML subrequest

2001-01-27 Thread Antti Linno
Hallo. I have a problem. I was writing a Apache module, that would generate a form, then gather and check the form data, send it to a second server and get a xml page for an answer. What I need now, is to parse somehow this xml content and return user a html page. Somebody told me to use

Apache 1.3.12,SuExec,Apache::Registry and CGI problems

2000-10-31 Thread Antti Linno
Machine configuration: SuSE Linux 6.4 (i386) Kernel 2.2.14 (i686) The Apache WWW Server Apache/1.3.12 (Unix) (SuSE/Linux) mod_perl/1.21 PHP/4.0b4pl1 mod_ssl/2.6.2 OpenSSL/0.9.5 SuExec option I tried to use htdig, but was unable to execute binary from virtual server. Error log contained only a

Re: Apache 1.3.12,SuExec,Apache::Registry and CGI problemsi

2000-10-31 Thread Antti Linno
On Tue, 31 Oct 2000, G.W. Haywood wrote: Hi there, On Tue, 31 Oct 2000, Antti Linno wrote: SuSE Linux 6.4 (i386), Kernel 2.2.14 (i686) The Apache WWW Server Apache/1.3.12 (Unix) (SuSE/Linux) mod_perl/1.21, PHP/4.0b4pl1, mod_ssl/2.6.2, OpenSSL/0.9.5, SuExec option Ok cgi now

Static mod_perl+modules

2000-09-15 Thread Antti Linno
Hallo. As I was having problems with mod_perl as module and mysql+dbi, I was told to install mod_perl statically to apache and php as a module. I looked at install instructions and found static install or module install. But with static install how and when do I install PHP as a module. Any

Mysql+Modperl?

2000-09-10 Thread Antti Linno
Hi. I installed Apache_1.3.12, mod_perl-1.23 flexible way, also PHP4 as module. I am using mysql-3.22.32(from source) and postgresql. Also perl modules DBI-1.14, Msql-Mysql-modules-1.2214 . Some minor problems during first install with php, but second time all ran without any errors. Apache