| thumbs | omgs: the html output still has spaces in the <a> tags you didn't fix anything. |
| omgs | ? |
| thumbs | http://carlstears.no-ip.biz/linuxscreen.htm http://carlstears.no-ip.biz/images/screen%20shot%20page/Style.png never mind. |
| action | fajita minds, just to spite thumbs |
| fajita | minds, just to spite thumbs |
| thumbs | what does the error log say when I try that link? since you seem to be afk, I'll be back ni 20 minutes |
| kwame | Anyone here that can give me a hand on the workers.properties file from a mod_jk configuration with apache? |
| omgs | kwame: yes, it's not difficult |
| bbrooks_ | where is the config file located where I can change my document page? |
| thumbs | default layout |
| fajita | Pop along to http://wiki.apache.org/httpd/Info/DistrosDefaultLayout for an idea on where the main distros place Apache files. |
| thumbs | bbrooks_: ^^ |
| kwame | omgs: ok, here is my scenario, I already have jboss running, if I do a http://localhost:8080 I get the jboss page I already have installed mod_jk and loaded into apache Now, what I want to do (to test) is to when I hit http://localhost I get redirected to http://localhost:8080 does that sound logic? |
| omgs | Don't you have a commented workers file? |
| kwame | bbrooks_: in DocumentRoot |
| thumbs | documentroot |
| fajita | DocumentRoot specifies where apache should look for content. See: http://httpd.apache.org/docs/2.2/mod/core.html#documentroot or http://httpd.apache.org/docs/2.0/mod/core.html#documentroot |
| thumbs | bbrooks_: see also this and the previous factoid for the config file location. |
| kwame | omgs: I have a workers.properties file, but I don't understand the sintax of it or if in that file is where I specify the redirection |
| omgs | just define a "worker", with the host, port and usually ajp13 for the type I usually try to use always mod_proxy instead |
| kwame | omgs: I already have mod_proxy sending the requestes that come into the webserver to the jboss, I want to get away from that that's why i'm trying mod_jk |
| omgs | What's the problem with mod_proxy? |
| kwame | take a look of my workers.properties http://kwame.informatux.net/workers.properties omgs: the application that the developers are working on sends requests from http to https and somewhere in the redirection the request is not going thru |
| bbrooks_ | sigh this is very frustrating |
| omgs | kwame: you have "node1" and "node2" as extra. You should take a look at those as template |
| thumbs | bbrooks_: what are you trying to do, exactly? |
| Niacin_ | i have a simple auth htaccess in www/ but i want to exclude phpmyadmin sub dir from that auth... how would i do that? |
| kwame | I modified node1, but it does not do the redirection, when I hit http://localhost or http://laptop.homelinux (which obviously is the same) i just get the test page for apache instead of the jboss page |
| omgs | kwame: you took it away from the worker list |