Hi! > However, I'm not sure to know how to use this patch. Someone can explain > how to use it to compile a mod_suphp.so module for apache in order to test > it quickly?
I assume that you already downloaded, configured and compiled plain suphp source successfully. Otherwise, download the sources and read the installation instructions, first. If the source compiles well without the patch, then switch into suphp-0.6.x-Folder and apply it: patch -p1 < path/to/suphp-0.6.1-httpauth.patch As i mentioned before, i wrote this patch for version 0.6.1, but i think it should work with 0.6.2 also. Now you can make && make install again, you don't need to run ./configure again. Greets, Roland _______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
