[users@httpd] mod_proxy_http rewrite problem

2018-06-07 Thread Herb Burnswell
All, I'm facing what seemingly is a very difficult challenge, tyring to set up a proxy to a backend application. I say 'seemingly very difficult' because I have reached out to the HTTPD community, codementor.io (offering money for help), as well as consultants who say they really are not skilled

Re: [users@httpd] MySQL Java 10 and XQuery

2018-06-07 Thread Yehuda Katz
You have the wrong mailing list. On Thu, Jun 7, 2018 at 1:57 PM Ted Hickox wrote: > Can MySQL work with Java 10 and XQuery? >

[users@httpd] MySQL Java 10 and XQuery

2018-06-07 Thread Ted Hickox
Can MySQL work with Java 10 and XQuery?

Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Mahmood Naderan
>Weird, do you actually use multiviews or is it just interfering with Well, no... >other rewrites intended to do something with /sbh/index ? > >You'd need to configure it to understand "php" could be a negotiated >type (since it really isn't) I removed the multiviews and now the page is shown!

Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Eric Covener
On Thu, Jun 7, 2018 at 7:49 AM, Mahmood Naderan wrote: >>What files exist beginning with index and what do you expect to be served? > > > root@ce:/var/www/html/shb# find . -name index* > ./index.php > ./ow_updates/classes/index.php > ./ow_updates/index.php > ./ow_libraries/vendor/smarty/smarty/dem

Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Mahmood Naderan
>What files exist beginning with index and what do you expect to be served? root@ce:/var/www/html/shb# find . -name index* ./index.php ./ow_updates/classes/index.php ./ow_updates/index.php ./ow_libraries/vendor/smarty/smarty/demo/index.php ./ow_plugins/forum/controllers/index.php ./ow_plugins/iism

Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Eric Covener
On Thu, Jun 7, 2018 at 6:52 AM, Mahmood Naderan wrote: > Hi, > With the following apache2 configuration: > > >Options Indexes FollowSymLinks MultiViews >AllowOverride All >Order allow,deny >Allow from all >Require all granted > > > > I can access the web p

[users@httpd] discovered file(s) matching request

2018-06-07 Thread Mahmood Naderan
Hi,With the following apache2 configuration:    Options Indexes FollowSymLinks MultiViews    AllowOverride All    Order allow,deny    Allow from all    Require all granted I can access the web page and I am able to login to the portal. All pages, including Dashboard, Groups