Forum: Geek Forum Topic: Apache is now my bitch0r started by: damien_s_lucifer Posted by damien_s_lucifer on Feb. 10 2002,11:54
after much screaming and stomping and gnashing of teeth, I finally got Apache to build the way I wanted it.For months I've been trying to build httpd with mod_perl, PHP, and DSO support, and tonight I finally got it! Yay me! TECHNICAL STUFF, HAX0RS ONLY : the secret is to ignore the included directions, and use "perl Makefile.PL EVERYTHING --with-apaci --with-apache=/path/to/apache; make; make install". You don't want mod_perl to build Apache for you, so make sure you answer N when prompted. When you configure Apache, make sure you include the option '--activate-module=src/modules/mod_perl/libperl.a'. Then 'make; make install' and you're done! Posted by incubus on Feb. 10 2002,23:55
I had to get the fucker to work with PHP, finally got it sorted though. It was a fecking task! It's my bitch now too thankfully.Mike |