Re: please help... mod_ssl seems to overwrite mod_perl and mod_perls eems to overwrite mod_ssl

2002-11-15 Thread Danny Rathjens
them built in together? Thank you Jem -- _.,-*~`^'~*-,._ Danny Rathjens _.,-*~`^'~*-,._ FireCast: Rock solid kiosk software: http://wirespring.com

Re: code evaluation in regexp failing intermittantly

2002-10-23 Thread Danny Rathjens
it because hacking perl is fun and you're in no rush, then go ahead and have a good time. - Perrin -- _.,-*~`^'~*-,._ Danny Rathjens _.,-*~`^'~*-,._ FireCast: Rock solid kiosk software: http://wirespring.com

Re: file does not exist for server-info

2001-01-23 Thread Danny Rathjens
g file. but if I do a httpd -l I can see mod_info is included in the compile listing. Is there anything I can check? to get further? Thanks PC -- struct Programmer/Analyst 'Danny Rathjens' {this.place = "MyCity.com";} I know you believe you understood what you think I said,

mixing perl and c module on handler stack

2001-01-11 Thread Danny Rathjens
use Apache::SSI it is because I am dealing with a OpenAdStream from realmedia which has a modifed mod_include.so which makes calls to a 'proprietary' library. So it seems a lot easier to just be able to send the output from my handler into their mod_include. -- struct Programmer/Analyst 'Danny

Re: How to recognize server shutdown?

2001-01-10 Thread Danny Rathjens
if $r-server had a method to tell you if apache is in the process of shutting down or not. -- struct Programmer/Analyst 'Danny Rathjens' {this.place = "MyCity.com";} I know you believe you understood what you think I said, but I am not sure you realize that what you heard is not what I meant.

Re: mod-perl on Solaris 2.6

2001-01-08 Thread Danny Rathjens
/usr/local/bin first in my path, also made a symlink cc - gcc) What commands did you use to configure? vanilla mod_perl, like this?: cd ../mod_perl-x.xx perl Makefile.PL DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/usr/local/apache APACHE_SRC=../apache_1.3.14/src make -- struct Programmer/Anal