You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nick Folino <ni...@folino.us> on 2021/04/30 00:11:17 UTC

Re: [users@httpd] mod_jk hasn't worked

If you think the product isn't developed to professional standards then why
are you trying to use it?
If you think the product isn't developed to professional standards then how
could millions of others figure it out and use it to run their websites?
If you want free support because you don't understand how computers work,
then you should buy a support contract with one of the many companies that
offer it.
Spend some time trying before flooding this list with every little problem
you encounter.

Nick


On Thu, Apr 29, 2021 at 7:00 PM back Button <ba...@aol.com> wrote:

> How about  this.
> If the software was robust and developed to a professional standard
> then I would  know what to do because the software would detect the issues
> and give me solutions like any professional product.
>
> I received a number of responses which shows they do not know what they
> are doing.
>
>
>
>
> back.button@aol.com
>
>
> -----Original Message-----
> From: Nick Folino <ni...@folino.us>
> To: back Button <ba...@aol.com>
> Sent: Thu, 29 Apr 2021 23:19
> Subject: Re: [users@httpd] mod_jk hasn't worked
>
> You're seeing that message because you don't know what you're doing.
> Again, this list isn't your personal support list.  Read the documentation,
> then play with your configuration.  Change it and see what happens.  Try to
> educate yourself without asking others to solve your problems for you.
>
> Nick
>
> On Thu, Apr 29, 2021 at 6:01 PM back Button <ba...@aol.com> wrote:
>
> OK  tell me  why am  I seeing  this message still
>
> It works! from Raspberry Pi
> from http://backbtn.ddns.net/
>
> and not  seeing the contents  of http://localhost:8080/AccountsApp/  from
> another machine on the local area network .
>
> My configuration hasn't worked to plugin mod_jk
>
> I don't have an error message.
> I know the path is not one of the issues.
> So that was  a trivial a test  and it didn't tell me anything.
>
> If you want to continue this aggressive policy carry on.
> My objective is to get wildfly  with my Java EE application to connect to
> apache  and see it from this link
> http://backbtn.ddns.net then I am done here.
> After that I will put into effect my million dollar idea may be even a
> Billion US  Dollar idea which I have and you don't.
> my BIG IDEA .
>
>
> If you are not interested  in my messages just don't open them. Delete
> them.
> I only open your messages  because they are responses to my messages
>
>
>
> back.button@aol.com
>
>
> -----Original Message-----
> From: Nick Folino <ni...@folino.us>
> To: users@httpd.apache.org; back Button <ba...@aol.com>
> Sent: Thu, 29 Apr 2021 22:22
> Subject: Re: [users@httpd] path to conf(s) in httpd.conf
>
> Why don't you try it and see what happens?  This list isn't your personal
> support list.  Every message you send goes to many people who want to help
> users with real problems, not your questions that can all be answered by
> reading the documentation.
>
> Nick
>
> On Thu, Apr 29, 2021 at 5:12 PM back Button <ba...@aol.com.invalid>
> wrote:
>
>
>
> Apach2 version 2.4.46
>
> Please see below the contents of the http.conf file with commented out
> Include files.
>
> The path to the file httpd.conf is in /usr/local/apache2/conf/httpd.conf
> not /usr/local/apache2/httpd.conf
>
>
> I believe the paths of the Include files should be
> #Include extra/httpd-mpm.conf
> not
> #Include conf/extra/httpd-mpm.conf
> unless the  apache code works in that way.
>
> Am I correct in my assumption  that the commented out paths are incorrect
> , it has an unnecessary  "/conf" directory  ?
>
>
> # Server-pool management (MPM specific)
> #Include conf/extra/httpd-mpm.conf
>
> # Multi-language error messages
> #Include conf/extra/httpd-multilang-errordoc.conf
>
> # Fancy directory listings
> #Include conf/extra/httpd-autoindex.conf
>
> # Language settings
> #Include conf/extra/httpd-languages.conf
>
> # User home directories
> #Include conf/extra/httpd-userdir.conf
>
> # Real-time info on requests and configuration
> #Include conf/extra/httpd-info.conf
>
> # Virtual hosts
> #Include conf/extra/httpd-vhosts.conf
>
> # Local access to the Apache HTTP Server Manual
> #Include conf/extra/httpd-manual.conf
>
> # Distributed authoring and versioning (WebDAV)
> #Include conf/extra/httpd-dav.conf
>
> # Various default settings
> #Include conf/extra/httpd-default.conf
>
>
> /usr/local/apache2/conf $ ls -l
> total 104
> drwxrwxrwx 2 root root  4096 Apr 29 00:57 extra
> -rwxrwxrwx 1 root root 18734 Apr 29 22:02 httpd.conf
> -rwxrwxrwx 1 root root 13064 Apr 29 00:57 magic
> -rwxrwxrwx 1 root root 60847 Apr 29 00:57 mime.types
> -rw-r--r-- 1 pi   pi       0 Apr 29 21:44 mod-jk.conf
> drwxrwxrwx 3 root root  4096 Apr 29 00:57 original
>
>
> back.button@aol.com
>
>

Re: [users@httpd] mod_jk hasn't worked

Posted by Dino Ciuffetti <di...@tuxweb.it>.
How about this.
If the software was robust and developed to a professional standard
then I would know what to do because the software would detect the issues
and give me solutions like any professional product.
My friend, any product will give you any solution. You have to study, read the manual, do some
trial&error, play a bit, also read the code if you can.
Generally, more powerful is the software, higher is its learning curve. As someone already said, if
you need professional technical support, please contact some professional figure/business for it (I could help).
	It works! from Raspberry Pi
from http://backbtn.ddns.net (http://backbtn.ddns.net/)
and not seeing the contents of http://localhost:8080/AccountsApp (http://localhost:8080/AccountsApp/) from another machine on the local
area network .
...
My objective is to get wildfly with my Java EE application to connect to apache and see it from

	this link
http://backbtn.ddns.net (http://backbtn.ddns.net) then I am done here.
What you are trying to achieve (reverse proxy) is trivial.
Note that you are trying to use mod_jk (APJ/13) to connect to a servlet engine that speaks HTTP (http://localhost:8080).

Don't use mod_jk, use proxy_module and proxy_http_module (remove # from LoadModule proxy_module and LoadModule proxy_http_module).
Then, at the end of your httpd.conf, add:

ProxyPreserveHost on
ProxyPass / http://localhost:8080/ (http://localhost:8080)

And restart httpd.
	After that I will put into effect my million dollar idea may be even a Billion US Dollar idea which
I have and you don't.
my BIG IDEA .
Good luck for your fortunate big money startup idea on a Raspberri PI with httpd, wildfly and a legacy monolithic j2ee application.

Re: [users@httpd] mod_jk hasn't worked :FREE MEAL

Posted by Paul Leo <pa...@stgconsulting.com>.
Thanks,  You all went above and beyond trying to help. It was impressive to see folks going out of their way to help, but it was getting out of hand

> On Apr 30, 2021, at 9:16 AM, Eric Covener <co...@gmail.com> wrote:
> 
> On Thu, Apr 29, 2021 at 9:40 PM back Button <ba...@aol.com.invalid> wrote:
> 
>> I did the the impossible.
> 
> You have been removed for disrupting the list.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_jk hasn't worked :FREE MEAL

Posted by Eric Covener <co...@gmail.com>.
On Thu, Apr 29, 2021 at 9:40 PM back Button <ba...@aol.com.invalid> wrote:

> I did the the impossible.

You have been removed for disrupting the list.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_jk hasn't worked :FREE MEAL

Posted by back Button <ba...@aol.com.INVALID>.
 
 There are NOT millions of people setting up Apache webservers.Multi million dollar hosting companies are using it to host millions of websites.using  Apache with front end setup software. Cpanel ????

I took me two hours to setup Apache website running on my laptop and visible on the public internet. 
Something i have never done before.Does that sound like the work of a no talent hack to you.
There is one hosting company in Australia valued for 3 Billion Dollars because they made it easier to host websites.That is their one and only USP. Easy to setup your own business website.
When I first logged on people suggested  use a free hosting service.I did the the impossible. I got a FREE MEAL. http://backbtn.ddns.net That is called a free meal.FREE MEAL is MISSION IMPOSSIBLE.Tom Cruise  PRETENDS  he can do it . I did it for REAL.It took me two hours.

Apache users suggested I shouldn't try because computer goes to sleep. hhmmmm.....
Apache users suggested I would be compromising security ?????  hhhmmm....
Apache users suggested I shouldn't try because the ISP wouldn't allow it, They tried before me it didn't work.The asked me to  do a log on how to do it. I DID. provided step by instructions.

So you are saying people who have commercial support contracts don't know how  computers work ?That is like trillions of  dollar companies who have commercial support contracts.
If you are into commercialism so much then  why are using open source free ware ?Support contracts hey ? You must hate this FREE apache-user mailing list.Sounds like hypocracy to me.
Are you familiar with the curve ? obviously not if you were you know progress is slow at the beginning and then the  curve take a steeps gradient.
you setup a free anonymous  email account at mail.com.Do you feel comfort in anonymity like a baby blanket ?


I am being impatient about this because the end of setting up is the beginning of my journey for me . 

You have no where to go I guess, hit a brick wall,  that is why you DON'T understand my impatience.


back.button@aol.com
 
 
-----Original Message-----
From: Nick Folino <ni...@folino.us>
To: back Button <ba...@aol.com>; users@httpd.apache.org
Sent: Fri, 30 Apr 2021 1:11
Subject: Re: [users@httpd] mod_jk hasn't worked

If you think the product isn't developed to professional standards then why are you trying to use it?If you think the product isn't developed to professional standards then how could millions of others figure it out and use it to run their websites?If you want free support because you don't understand how computers work, then you should buy a support contract with one of the many companies that offer it.Spend some time trying before flooding this list with every little problem you encounter.
Nick

On Thu, Apr 29, 2021 at 7:00 PM back Button <ba...@aol.com> wrote:

How about  this. 
If the software was robust and developed to a professional standardthen I would  know what to do because the software would detect the issuesand give me solutions like any professional product.
 I received a number of responses which shows they do not know what they are doing. 


 
back.button@aol.com
 
 
-----Original Message-----
From: Nick Folino <ni...@folino.us>
To: back Button <ba...@aol.com>
Sent: Thu, 29 Apr 2021 23:19
Subject: Re: [users@httpd] mod_jk hasn't worked

You're seeing that message because you don't know what you're doing.  Again, this list isn't your personal support list.  Read the documentation, then play with your configuration.  Change it and see what happens.  Try to educate yourself without asking others to solve your problems for you.
Nick
On Thu, Apr 29, 2021 at 6:01 PM back Button <ba...@aol.com> wrote:

OK  tell me  why am  I seeing  this message still 


It works! from Raspberry Pi
from http://backbtn.ddns.net/
and not  seeing the contents  of http://localhost:8080/AccountsApp/  from another machine on the local area network .
 My configuration hasn't worked to plugin mod_jk
I don't have an error message.I know the path is not one of the issues.So that was  a trivial a test  and it didn't tell me anything.
If you want to continue this aggressive policy carry on. 
 My objective is to get wildfly  with my Java EE application to connect to apache  and see it from this link 
http://backbtn.ddns.net then I am done here. After that I will put into effect my million dollar idea may be even a Billion US  Dollar idea which I have and you don't.my BIG IDEA .

If you are not interested  in my messages just don't open them. Delete them.I only open your messages  because they are responses to my messages 


 
back.button@aol.com
 
 
-----Original Message-----
From: Nick Folino <ni...@folino.us>
To: users@httpd.apache.org; back Button <ba...@aol.com>
Sent: Thu, 29 Apr 2021 22:22
Subject: Re: [users@httpd] path to conf(s) in httpd.conf

Why don't you try it and see what happens?  This list isn't your personal support list.  Every message you send goes to many people who want to help users with real problems, not your questions that can all be answered by reading the documentation.
Nick
On Thu, Apr 29, 2021 at 5:12 PM back Button <ba...@aol.com.invalid> wrote:



Apach2 version 2.4.46
Please see below the contents of the http.conf file with commented out Include files.

The path to the file httpd.conf is in /usr/local/apache2/conf/httpd.confnot /usr/local/apache2/httpd.conf
 
I believe the paths of the Include files should be   
#Include extra/httpd-mpm.conf
not 
 #Include conf/extra/httpd-mpm.conf
unless the  apache code works in that way.
Am I correct in my assumption  that the commented out paths are incorrect , it has an unnecessary  "/conf" directory  ?

 # Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf

# Multi-language error messages
#Include conf/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
#Include conf/extra/httpd-autoindex.conf

# Language settings
#Include conf/extra/httpd-languages.conf

# User home directories
#Include conf/extra/httpd-userdir.conf

# Real-time info on requests and configuration
#Include conf/extra/httpd-info.conf

# Virtual hosts
#Include conf/extra/httpd-vhosts.conf

# Local access to the Apache HTTP Server Manual
#Include conf/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Include conf/extra/httpd-dav.conf

# Various default settings
#Include conf/extra/httpd-default.conf


/usr/local/apache2/conf $ ls -l
total 104
drwxrwxrwx 2 root root  4096 Apr 29 00:57 extra
-rwxrwxrwx 1 root root 18734 Apr 29 22:02 httpd.conf
-rwxrwxrwx 1 root root 13064 Apr 29 00:57 magic
-rwxrwxrwx 1 root root 60847 Apr 29 00:57 mime.types
-rw-r--r-- 1 pi   pi       0 Apr 29 21:44 mod-jk.conf
drwxrwxrwx 3 root root  4096 Apr 29 00:57 original


back.button@aol.com