Ok, I found what's wrong! Following what André said, I looked for other file called "httpd.conf" in my computer and I found some files under the folder /etc/httpd. Here there aren't all the files of Apache, but there is the httpd.conf which is working with Apache. So I need to modify this file, first of all! Therefore, my question is: is it normal this way of distributing the configuration file in different folders? Why not connecting Apache with the httpd.conf that you can find in the Apache folder (/usr/apache2/conf)? I'm sorry if these questions are maybe trivial, but I try to understand! =) Thanks Max Massimiliano Giraldo wrote: > > Hi André > > The version of Apache isn't an Apache "packaged" for Fedora. > I downloaded the .tar.gz version from http://httpd.apache.org and then I > configured and installed it! > The installation created the folder /usr/apache2, specified with the > command "./configure --prefix=/usr/apache2". > > I start, restart and stop Apache with the command: > apachectl start > apachectl restart > apachectl stop > and I see the result in the access_log and error_log, that are in the > folder /var/log/httpd. > > I modify and add other files for the configuration of mod_jk in the folder > /usr/apache2. > > I try to find if I have other configuration files in this computer... > > Max > > > > awarnier wrote: >> >> Well then, it looks like none of these instructions are being read by >> Apache when it starts. If only part of them were being read, then Apache >> would write error messages to its error log, and probably refuse to >> start. >> Are you sure that the files that you *think* are the configuration files >> for Apache, really are ? >> I am asking that because if I understand correctly, you used an Apache >> "packaged" for Fedora, but the mod_jk part was done "by hand" following >> separate instructions, so maybe the files you are modifying are not the >> ones your Apache is really using. >> How do you start/restart Apache ? >> >> >> >> >> Massimiliano Giraldo wrote: >>> Hello André >>> >>> I think that mod_jk is not loaded in Apache! >>> I have no message in the log referred to the module. >>> >>> Following the guide of JBoss about the configuration of mod_jk, at the >>> end >>> of httpd.conf I added this line: >>> Include conf/mod-jk.conf >>> >>> and then I created in the same folder the file "mod-jk.conf" where I >>> loaded >>> the module with the line: >>> LoadModule jk_module modules/mod_jk.so >>> where "modules" is the folder in Apache (/usr/apache2/modules) and then, >>> in >>> the file, there are the other options about mod_jk.log and something >>> else. >>> >>> Max >>> >>> >>> >>> >>> awarnier wrote: >>>> Davide Bianchi wrote: >>>>> Massimiliano Giraldo wrote: >>>>>> Then I tried to configure the web server with mod_jk. I downloaded >>>>>> the >>>>>> binary version of mod_jk and I followed the guide that I found on >>>>>> http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta500/html_single/index.html#clustering-http-modjk >>>>>> >>>>>> The only thing that I modified on configuration was the names of >>>>>> nodes >>>>>> in >>>>>> workers.properties (I wrote the ip address of each node). >>>> First, make sure that the mod_jk module is really being loaded in >>>> Apache. When it is, you should normally see it in the first message >>>> that Apache write to its "error" log when it starts, as follows : >>>> >>>> [Wed Sep 17 03:58:10 2008] [notice] Apache/2.2.3 (Debian) DAV/2 >>>> SVN/1.4.2 mod_jk/1.2.18 PHP/4.4.4-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c >>>> mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations >>>> >>>> see the "mod_jk" part ? >>>> >>>> >>>> Now, I don't know Fedora and where it puts things, but in order to load >>>> a module in Apache, some Apache configuration file must have a line >>>> like >>>> >>>> LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so >>>> >>>> do you see that anywhere ? >>>> >>>> André >>>> >>>> --------------------------------------------------------------------- >>>> 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 >>>> >>>> >>>> >>> >>> >>> ----- >>> http://www.pcguide.netsons.org http://www.pcguide.netsons.org >> >> >> --------------------------------------------------------------------- >> 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 >> >> >> > > ----- http://www.pcguide.netsons.org http://www.pcguide.netsons.org -- View this message in context: http://www.nabble.com/Apache%2C-Jboss-and-mod_jk-tp19527344p19531246.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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