RE: Shutdown

2001-11-02 Thread Matt Sergeant
-Original Message- From: ed phillips [mailto:[EMAIL PROTECTED]] Khachaturov, Vassilii wrote: Hi Matt, do you have any news on planned re-appearance of current axkit docs and mailing list archives online? The net people memory is short, if you don't come back noone will know

Perl Script unable to stat

2001-11-02 Thread Mathangi K
Hi I am using Apache 1.3.20. with perl module 1.25. In the httpd.conf I have included this line ScriptAliasMatch ^/cgi-bin/cwb-ipm/(.*) D:\IPM1\Server\cgi-bin/$1 In the cgi-bin I have .exe as well as .pl files.The call to .exe works fine whereas call to .pl files gives an page not found error

apache::request and other newbie questions

2001-11-02 Thread John Michael
I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies. I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over to this method

Re: apache::request and other newbie questions

2001-11-02 Thread Nouguier Olivier
John Michael wrote: I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies. I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over

perl sections

2001-11-02 Thread matt
Hello list, I am running some mod_perl/apache sites. So far we have 2 disparate servers, (both running identical software) hosting about 10 sites each. I have managed to create a universal httpd.conf using perl sections, a universal config file and a host dependant config file. In doing so

fork/CGI/Apache problem

2001-11-02 Thread Marco Kleefman
Hello everybody, I am new to the list. I have a question I hope you can help me with. It is not a modperl question, just a normal perl question related to Apache/CGI. I have this script which forks off a process which does something. I already encountered the problem of my browser waiting for

RE: fork/CGI/Apache problem - solved!

2001-11-02 Thread Marco Kleefman
I solved the problem myself... it was a bufferproblem of STDOUT. When I tried that, I made modifications to the wrong script, that is why I thought it did not work out! Stupid me! ;) Thanx everybody who reacted, sorry to have bothered you! Regards, Marco -Original Message- From:

Re: moving modperl-site rep into modperl-docs rep

2001-11-02 Thread Stas Bekman
Gerald Richter wrote: - the package handles links so we have no problem linking to e.g. perl.apache.org/dist/ ok, so we have the possibility to use content that is not part of the docset yup. - embperl site, I suppose it can be folded into the docset, if Gerald doesn't mind. For

Re: [preview 2] new mod_perl site concept

2001-11-02 Thread Stas Bekman
Craig McLane wrote: I focused mostly on the content - Stas this rocks! Very easy to navigate, and the info (especially the Apache::Test documentation is great. Thanks Craig :) One 'style' nit, it appears that an absolute width is specified on the tables used for formatting which bumps

cvs commit: modperl-site/embperl Changes.pod.1.html

2001-11-02 Thread richter
richter 01/11/02 02:16:23 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.228 +14 -2 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

[preview 2] new mod_perl site concept

2001-11-02 Thread Stas Bekman
Those that are on the docset-templates list know that I'm moving on with the new docset building code, I'm going to release it very soon now. Here is a second preview of the site: http://www.apache.org/~stas/newsite/index.html As usual disregard the content, just say if you see something

rfc: moving modperl-site rep into modperl-docs rep

2001-11-02 Thread Stas Bekman
This is an important change that I want to make, so please let me know if don't feel comfortable with my proposal. I've developed a package that can handle a docset of sources (in pod and html currently, more formats to come) and generate an output in html/ps/pdf (more formats to come). It

Re: moving modperl-site rep into modperl-docs rep

2001-11-02 Thread Gerald Richter
With my proposal we will have to do: on our machines: 1. cvs up 2. apply changes 3. cvs ci on apache.org: 4. cvs up 5. bin/build so there is one extra step to do. Is this OK? For the modperl site that would be ok for me. (Since everything is done for me by a Perl

cvs commit: modperl-2.0/lib/Apache Build.pm

2001-11-02 Thread dougm
dougm 01/11/02 09:23:54 Modified:lib/Apache Build.pm Log: os cflags fixups need happen in perl_ccopts so generated Makefile.PLs get the changes Revision ChangesPath 1.71 +9 -7 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0 Makefile.PL

2001-11-02 Thread dougm
dougm 01/11/02 09:31:33 Modified:.Makefile.PL Log: no need to check exists $build-{MP_USE_DSO} Revision ChangesPath 1.51 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL === RCS

cvs commit: modperl-2.0/lib/Apache Build.pm

2001-11-02 Thread dougm
dougm 01/11/02 09:59:05 Modified:.Makefile.PL lib/Apache Build.pm Log: change install method for libmodperl.so: now done via src/modules/perl/Makefile install target Revision ChangesPath 1.53 +10 -11modperl-2.0/Makefile.PL Index: