> We are trying to upgrade from jserv_mod to jk_mod, so that we can get SSL to > work with our jsp pages. > > Can anyone suggest what this problem is? Do I have to recompile Apache for > some reason (and if so, how)? > > As I'm floundering here for days already I would really appreciate any and > all suggestions! > MTIA, Max Hugen > Hello, when I use apxs to install php this is what I do and all works fine: ssh in su - cp /usr/sbin/apxs /tmp pico /usr/sbin/apxs look for the following line in the first list of variables: my $CFG_SBINDIR = '/usr/bin'; # substituted via APACI install change to: my $CFG_SBINDIR = '/usr/sbin'; # substituted via APACI install save and point to apxs when configuring: --with-apxs=/tmp/apxs Brett Newman www.jnewman.com [EMAIL PROTECTED] Custom Apparel for every need _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
