[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [mod_so] [clibpdf]



Hey Michael,

> I have been struggling to find a PDF solution to create custom PDF files
> from user input.  I'm trying ClibPDF.  To get it to work, it looks like I'll
> have to (re-)configure Apache to use mod_so.
> 
> Is there a way to tell if mod_so is already configured in Apache?  I am
> using it as it came installed on a RaQ 3i.

This will list your compiled in modules
/usr/sbin/httpd -l

This will list your Apache binary version
/usr/sbin/httpd -v

> Also, if I need to re-configure, how can I tell how it was originally
> configured?

Using the list feature above, you can see all the modules compiled into your
Apache binary. Then it's just a matter of adding those modules at the
./configure.

Recompiling Apache is not for the faint of heart, but it can be done
successfully on the Raqs. There are a number of tips in the archives for
Raq2's and Raq3-4.

What kind of Raq are you wanting to do this on?

cya,
j