Not able to read directives/Static vs. Dynamic ?!?!?

1999-12-28 Thread Stathy G. Touloumis
Hi, Tried to get HTML::Mason working with mod_perl and had some trouble. Went to the mason-list archives and found a solution: build apache with mod_perl static and not as a shared library. I did that and all seemed well except when trying to start apache with mod_perl directives in the

Re: Broken image appearance

1999-12-28 Thread Cliff Rayman
You put the gif in the filesmatch. Does Apache::AddrMunge know what to do with a gif file? If not, then just have FilesMatch "html$" and it will only handle the html files and leave the gif alone. That is the whole idea of having the FilesMatch directive under the Directory directive. cliff

RPM of Apache with mod_perl/php3 built-in

1999-12-28 Thread Vladimir Ivaschenko
Hello. I have hacked together an i386 RPM (RedHat 6.1) of Apache 1.3.9 with mod_perl and php3 staticly builtin. I haven't tested it much, though it seems to work. Anyway SRPM of it can save some people trouble compiling Apache with mod_perl by hand so if you're interested head on to

Re: Not able to read directives/Static vs. Dynamic ?!?!?

1999-12-28 Thread Stathy G. Touloumis
Monika might have forgotten to mention that you need to add an AddModule mod_perl.c directive in your httpd.conf for perl directives to work. She figured that out when we ran into this before. Funny : ) 30 minutes after posting I figured that out. I realized that there was a clearmodule

make problems on BSDI 4.01

1999-12-28 Thread Alex Krohn
Hi, I'm trying to build mod_perl with Apache 1.3.9 and mod_perl 1.21. I'm running into the exact same problem described in this thread: http://www.progressive-comp.com/Lists/?l=apache-modperlm=92818993410677w=2 Basically, make returns: /gen_test_char test_char.h

mod_perl as a DSO and creating a developer environment questions

1999-12-28 Thread Jeff Macdonald
Hi, I've read the archives, and from what I can tell, mod_perl sometimes works as a DSO, and other times doesn't. I've seen Frank Cringle say it works, then later to link static. I've seen Doug say it should work. I've seen other say it works, but you can't load other DSO's (like PHP). I can't

mod_perl and Content-Negotiation

1999-12-28 Thread Georg . Weber
I'm using Apache/1.3.9, mod_perl/1.21, mod_ssl/2.4.9, OpenSSL/0.9.4 with Content Negotiation enabled (mod_negotiation). My idea was to use this feature for mod_perl-scripts,also. So I created to scripts for testing: - test.pl.en - test.pl.de The first time I accessed /perl/test.pl I got the

Re: make problems on BSDI 4.01

1999-12-28 Thread Alex Krohn
Hi, Thanks for the response! Well, I really can't tell what your problem is; many people use apache 1.3.9 and mod_perl 1.21 with dynamic linking on BSDI 4.0.1. However, I must admit this whole area is a bit of a black art to me. Two questions: 1) Was libperl.so installed correctly when

Re: RPM of Apache with mod_perl/php3 built-in

1999-12-28 Thread Stas Bekman
I have hacked together an i386 RPM (RedHat 6.1) of Apache 1.3.9 with mod_perl and php3 staticly builtin. I haven't tested it much, though it seems to work. Anyway SRPM of it can save some people trouble compiling Apache with mod_perl by hand so if you're interested head on to