Hi there, On Wed, 29 Oct 2003, Shlomit Afgin wrote:
> First, is there a good documents that describe in once installion of > mod_perl, Apache, mod_auth_mysql and php all together ? I think you are being optimistic if you think there will be a separate document for every combination of modules. If you look into the list archives you will see many people use Apache, mod_perl and php together but I don't know anything about mod_auth_mysql and I haven't seen much discussion of it on this List. > I compile Apache2, I compile mod_perl2 and when I start the server I > dont get in the error_log that mod_perl is in used. How can I > connect between those package? You probably need to check your configuration for commands which tell Apache to load the mod_perl module. http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Configuration > How Can I use the static version of mod_perl2? As I understand it the static version of mod_perl 2 doesn't work yet. People are busy on it. If you need to avoid DSO for some reason then version 1 is the way to go at present. In any case it's what I'd recommend for people who are new to Linux, mod_perl etc. as you will probably find things less confusing. 73, Ged.