thanks.... i think i have the 'basics' down.. i'll need to figure out how to move/change the dirs of apache from '/usr/local/apache..' to '/etc/httpd'... i'd like to be more inline with httpd2. also, can anyone tell me how i can run a commandline function/app to find what modules are configured with apache1. i only see 'apachectl' which doesn't have a switch that i can use.... with apache2 i can 'httpd -l' and get the list... -bruce -----Original Message----- From: Eric Frazier [mailto:ef@xxxxxxxxxxxxxx] Sent: Sunday, May 01, 2005 9:09 PM To: users@xxxxxxxxxxxxxxxx; users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] building apache1.3.33 with mod_perl Hi, It is in the INSTALL file when you download mod_perl. From what I can remember it goes like this. Just download both to /usr/local tar xvfz apache.tar.gz tar xvfz mod_perl.tar.gz cd into Apache and ./configure --prefix=/usr/local/apache make install then CD into the mod_perl dir and perl Makefile.PL EVERYTHING=1 it will ask you if you want to make it with your version of apache which should be untared in a parrelle dir. make make test make install then cd into Apache dir and copy the ./src/httpd to /usr/local/apache/bin something about the above is a little screwed up, but it will work for you. Eric At 07:52 PM 5/1/2005, bruce wrote: >hi... > >i have a fedora core 3 (FC3) system and i want to build apache1.3.33 and >mod_perl1 from source... > >i've seen various approaches from google, but i need to know if someone can >provide me with a pointer to the actual complete steps to build both apache >and mod_perl1. or, if you can email me the exact steps... > >thanks > >bruce >bedouglas@xxxxxxxxxxxxx > > > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP Server Project. >See <URL:http://httpd.apache.org/userslist.html> for more info. >To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx >For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx