You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by pe...@gmx.de on 2001/05/28 14:25:43 UTC

Apache with MOD_PERL

Hello,

I will install apache_1.3.20.tar.gz and mod_perl-1.25.tar.gz on the HP-UX
OS.
I have installed all perl modules e.g

libwww-perl-5.48.tar.gz
URI
MIME-Base64
HTML-Parser
libnet
Digest::MD5
HTML::Tagset 

Finally I am doing following:

$gzip -d apache_x.xx.tar.gz
$tar xfv apache_x.xx.tar
$gzip -d mod_perl-x.xx.tar.gz
$tar xfv mod_perl-x.xx.tar

$cd mod_perl-x.xx
 $perl Makefile.PL \r
       APACHE_PREFIX=/usr/local/apache \r
       APACHE_SRC=/usr/local/apache_x.xx/src \r
       DO_HTTPD=1 \r
       USE_APACI=1 \r
       EVERYTHING=1
 $make
 $make install 

The mod_Perl doesn' t work correct.

I get only The Apache ENVIROMENT, Is that correct?????

AUTH_TYPE=>Basic
CONTENT_LENGTH=>13
CONTENT_TYPE=>application/x-www-form-urlencoded
DOCUMENT_ROOT=>/www
GATEWAY_INTERFACE=>CGI/1.1
HTTP_ACCEPT=>application/vnd.ms-excel, application/msword,
application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
HTTP_ACCEPT_ENCODING=>gzip, deflate
HTTP_ACCEPT_LANGUAGE=>de
HTTP_CONNECTION=>Keep-Alive
HTTP_COOKIE=>SITESERVER=ID=c656f1fb69a804a4fec64e2f5effab5c
HTTP_HOST=>fu2207.zff.zf-group.de:3000
HTTP_REFERER=>http://fu2207/test.html
HTTP_USER_AGENT=>Mozilla/4.0 (compatible; MSIE 5.0; Windows NT;
DigExt)
PATH=>/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/upgrade/bin:/opt/hpxt/enware/bin:/sbin:/usr/sbin:/opt/langtools/bin:/opt/imake/bin:/opt/aCC/bin:/opt/CC/bin:/opt/networker/bin:/opt/hparray/bin:/usr/system/bin
QUERY_STRING=>
REMOTE_ADDR=>197.239.33.4
REMOTE_HOST=>fn0676
REMOTE_PORT=>1879
REMOTE_USER=>f26748
REQUEST_METHOD=>POST
REQUEST_URI=>/usr-mgr/test.pl
SCRIPT_FILENAME=>/www/usr_manager/cgi/test.pl
SCRIPT_NAME=>/usr-mgr/test.pl
SERVER_ADDR=>197.239.33.6
SERVER_ADMIN=>perl.mail@gmx.de
SERVER_NAME=>fu2207.ttt.de
SERVER_PORT=>80
SERVER_PROTOCOL=>HTTP/1.1
SERVER_SIGNATURE=>
Apache/1.3.20 Server at fu2207.ttt.de Port 3000

SERVER_SOFTWARE=>Apache/1.3.20 (Unix) mod_perl/1.25
TZ=>MET-1METDST




Thanks a lot for you help

Best Regards

Hasan

-- 
Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


Re: Apache with MOD_PERL

Posted by Ged Haywood <ge...@www2.jubileegroup.co.uk>.
Hi again,

On Mon, 28 May 2001, Jochen Schnapka wrote:

> This does not  matter anything.

I think it likes to have the filename immediately after the 'f'.

> tar z, by the way, works only with GNUTar.

Is there any other kind? :)

73,
Ged.



Re: Apache with MOD_PERL

Posted by Jochen Schnapka <Jo...@genua.de>.
On Mon, May 28, 2001 at 01:51:45PM +0100, Ged Haywood wrote:

> If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc.

This does not  matter anything. tar z, by the way, works only
with GNUTar.
 
Some more info would be helpful. Which script did you call and wqhat
happened then etc.

~:-Jochen

-- 
Anything is good and useful if it's made of chocolate.

Re: Apache with MOD_PERL

Posted by Ged Haywood <ge...@www2.jubileegroup.co.uk>.
Hi there,

I think I follow most of this!

On Mon, 28 May 2001 perl.mail@gmx.de wrote:

> $gzip -d apache_x.xx.tar.gz
> $tar xfv apache_x.xx.tar
> $gzip -d mod_perl-x.xx.tar.gz
> $tar xfv mod_perl-x.xx.tar

If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc.

> $cd mod_perl-x.xx
>  $perl Makefile.PL \r
>        APACHE_PREFIX=/usr/local/apache \r
>        APACHE_SRC=/usr/local/apache_x.xx/src \r
>        DO_HTTPD=1 \r
>        USE_APACI=1 \r
>        EVERYTHING=1

Try that again with '\' instead of '\r'

>  $make install 

Try that again as root.

73,
Ged.