Re: [users@httpd] apache reverse proxy question -- i think

2024-07-12 Thread bruce
/logo.svg doesn't work in the page source href="/logo.svg" which should redirect to -- /var/www/html/berat/public/logo.svg or http://1.2.3.4/berat/public/logo.svg thanks On Fri, Jul 12, 2024 at 7:57 PM Frank Gingras wrote: > > > > On Fri, Jul 12, 2024 a

[users@httpd] apache reverse proxy question -- i think

2024-07-12 Thread bruce
I have a situation where I'm trying to create a foo.config file for a test apache app. in the html of the app, i have a href="/test.svg". the actual test.svg resides in the physical dir: /var/www/html/berat/public/test.svg so I'm trying to figure out how to handle this. As far as I can tell,

Re: [users@httpd] reverse proxy setup

2024-07-12 Thread bruce
thoughts/pointers on how to "merge" the styles files from the other dirs? also, the favicon.ico doesn't seem to exist in the test dir tree! On Thu, Jul 11, 2024 at 3:06 PM bruce wrote: > > right.. > > and that appears to be from sending the "berat" to the PM2 serve

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
ata.. so this might be due to screwed up berat.conf config file... which is my expectation. On Thu, Jul 11, 2024 at 2:59 PM Frank Gingras wrote: > > > > On Thu, Jul 11, 2024 at 2:55 PM bruce wrote: >> >> on the options.. ok. But I have no clue if they're the right op

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Gingras wrote: > > > > On Thu, Jul 11, 2024 at 2:41 PM bruce wrote: >> >> Hi Frank! >> >> Again, thanks for all your replies... Hopefully, I'll eventually have >> the "light" turn on! >> >> Here's updated information >> -updated ber

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Hi Frank... update.. just discovered that the erris is from curl http://127.0.0.1:3000/berat "Internal Server Error" aha.. just tested it on a whim... but the internal curl without the "berat" returns data. ..so how/what's happening hmm On Thu, Jul 11, 2024 at

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
4:36.466804 2024] [proxy:debug] [pid 75267] proxy_util.c(2592): AH00943: http: has released connection for (127.0.0.1:3000) when accessing the server, running the PM2 server, and using curl.. curl http://127.0.0.1:3001 this generates the data/content.. which should (hopefully) be returned/displ

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
updated typo.. weird thing now.. based on the current/listed apache conf file... i get the"Internal Server Error" page now.. On Thu, Jul 11, 2024 at 12:39 PM bruce wrote: > > Hi Frank, > > Thanks for the reply. > > I'm still going through suggestions, as well as in

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
ookie ^(.*)$ $1;HttpOnly;Secure;SameSite=None >> 50 >> 51 ProxyHTMLURLMap https://${proxyhost}/ >> https://${defaulthost}/ >> 52 >> 53 Options +ExecCGI +FollowSymLinks -MultiViews >> 54 >> >> > -Original M

[users@httpd] reverse proxy setup

2024-07-11 Thread bruce
Hi. Testing a github app that appears to use/require reverse proxy to display results on the browser. The basic app uses npm/nextjs to generate content, Per different sites, the process uses PM2 to run the process, and to be able to show the content via an internal/local "server". This is

[users@httpd] example of apache/node/nextjs -- reverse proxy setup

2024-07-09 Thread bruce
Hi. Trying to work my way through setting up/testing a scenario with nextjs where it uses Apache as a reverse proxy to serve the test files. Looking through a number of sites, but thought I'd ask the list as well. If anyone has set up this kind of situation, or has pointers to examples, I'd

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread bruce
apps.. On Wed, Jul 3, 2024 at 12:54 PM Frank Gingras wrote: > > > > On Wed, Jul 3, 2024 at 12:45 PM bruce wrote: >> >> Hi Frank. >> >> It does. >> >> I also tried an additional test app >> http://161.35.5.174/invoiceninja/ >> >>

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread bruce
hey aren't showing.. I did a quick search/find in the /etc/sites-available and only find "minthcm" in the disabled conf file. any pointers as to where I might look? thanks On Wed, Jul 3, 2024 at 12:20 PM Frank Gingras wrote: > > > > On Wed, Jul 3, 2024 at 12:15 PM bruce

[users@httpd] weird/basic issue/question

2024-07-03 Thread bruce
I have a test/local apache server - digitalocean instance. Testing a php app. I have the /etc/sites-available /etc/mods-available I stopped the service, and restarted it. I tested the url: http://161.35.5.174/invoiceplane/sessions/login I then examined the tail -50

Re: [users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-12 Thread bruce
on PHP 8.2.10-2ubuntu1 9.52.16 The GET method is not supported for route /. Supported methods: HEAD... . . . which is interesting.. if I knew what it meant! On Sun, Nov 12, 2023 at 7:20 PM Frank Gingras wrote: > > > > On Sun, Nov 12, 2023 at 6:47 PM bruce wrote: >> >> Hi.

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread bruce
ct "Alias" designation to map to the associated laravel app. This of course requires changing the alias.conf file, as well as the /etc/apache2/sites-available/foo1.conf foo2.conf for the VirtualHost attributes thanks -bruce --and if anyone wants to climb in the Ubuntu instance, I'm more than willi

[users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-12 Thread bruce
Hi. Setting up a test laravel app to run as a subdir: ie /var/www/html/wave/wave/public (index.php) the idea is to have the url http://1.2.3.4/wave (is this possible? or dies it need to be http://1.2.3.4/wave/index.php in the url ?? I'd also like the base url to be

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
ok.. weird... appears might have been a timing thing.. i get errs.. but they're all apache errs.. except -- now shows nginx... this is weird! On Sun, Nov 12, 2023 at 12:09 AM bruce wrote: > > hi... > > ok... > http://157.245.251.134 > --generates the default apache

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
docker -- which might have nginx as well... hmm.. so how to get rid of this.. I did a stop nginx.. it's not in the ps/process tbl... so why is it somehow showing up in the url traffic.. On Sat, Nov 11, 2023 at 11:16 PM bruce wrote: > > hi.. > > /etc/apache2# cat /etc/apache2/sit

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
is where I was trying to test the alias... systemctl restart apache2 --- runs ok... and apachectl -S still gives the default DocumentRoot !! I'm not seeing my errors.. On Sat, Nov 11, 2023 at 10:45 PM Frank Gingras wrote: > > > > On Sat, Nov 11,

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
. seems others have experienced the same issue... just weird.. On Sat, Nov 11, 2023 at 9:43 PM Frank Gingras wrote: > > > > On Sat, Nov 11, 2023 at 9:25 PM bruce wrote: >> >> I wasnt sure if servername is optional, or used. Since I have no >> domain/server, I'm assum

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
I wasnt sure if servername is optional, or used. Since I have no domain/server, I'm assuming I can the use the test ipAddress.. still testing! thanks On Sat, Nov 11, 2023 at 8:46 PM Frank Gingras wrote: > > > > On Sat, Nov 11, 2023 at 8:41 PM bruce wrote: >> >> arrggg

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
e default... where/why is this set? did a "find" and only saw it in the /etc/apache/* files I had renamed.. there are no *.conf for the testing... (for now..) any thoughts/ideas! thanks On Sat, Nov 11, 2023 at 6:24 PM Frank Gingras wrote: > > > > On Sat, Nov 11, 20

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
Thanks.. Tried again. Same results. As far as 2.2 directives vs 2.4.. could you clarify? Pretty sure this is simple.. but can't see what's missing... thanks On Sat, Nov 11, 2023 at 6:05 PM Frank Gingras wrote: > > > > On Sat, Nov 11, 2023 at 5:46 PM bruce wrote: >> >>

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
?? Is there anything else you see that I need to implement? thanks On Sat, Nov 11, 2023 at 5:24 PM Frank Gingras wrote: > > > > On Sat, Nov 11, 2023 at 5:16 PM bruce wrote: >> >> Hi. >> >> Trying to set up a test http://1.2.3.4/foo >> >> where I h

[users@httpd] ubuntu apache2

2023-11-11 Thread bruce
Hi. Trying to set up a test http://1.2.3.4/foo where I have a laravel/php setup /var/www/html/foo/foo/public <<< As far as I can tell, there should be an "alias.conf" -- foo.conf in the /etc/apache2/conf-availables/alias.conf /etc/apache2/sites-available/foo and the base httpd.conf I think

[users@httpd] help pointers -- ubuntu apache for subdir apps

2023-11-10 Thread bruce
Hi. Have a couple of test apps that I want to setup and run as "subdir" apps. ie http://1.2.3.4/app1 http://1.2.3.4/app2 the dir tree example would be /var/www/html/app1 /var/www/html/app2 app1 would be a "laravel/php" app2 would be a nodejs/npm app... I have no clue as to how to implement

[users@httpd] really basic -- maybe off-topic question

2023-11-01 Thread bruce
ents/etc!! or, if there are pointers/sites you can point me to on these issues -- that'll work as well! -bruce - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] basic question ---

2023-10-16 Thread bruce
Converting a.php to b.php makes no sense; why would you request another > script in that case? > > You should also look at the FallbackResource directive, and use pathinfo to > handle URI parameters, instead of the query string. > > On Mon, Oct 16, 2023 at 12:19 PM bruce wrote: >&g

[users@httpd] basic question ---

2023-10-16 Thread bruce
running apache2 old copy of centos trying to understand how to test a few things. I can have http://www.abc.com/a.php a.php can fire off a page to "b.php" I'm trying to figure out what to do in the httpd.conf file to "ignore/hide" the .php so the displayed url would be http://www.abc.com/b

[users@httpd] perhaps off topic..

2023-01-10 Thread bruce
looking at node/react vs php... For those of you familiar with both, is there much of a difference/learning curve? I'm simply looking to test/perhaps mod a basic Landing page/marketing react app from github, and implement email/form-data gathering. thanks for comments

[users@httpd] looking or pointers to setting up reverse-proxy Apache for ruby/rails app

2020-06-28 Thread bruce
whole process should work, that would be helpful as well. thanks -bruce - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Having Issues with Apache config file

2020-06-28 Thread bruce
de something like httpd_t I believe. > > On Thu, Jun 25, 2020, 3:54 PM bruce wrote: >> >> Hi. >> >> New to Apache//Laravel. Trying to setup a simple test site for >> Laravel, running on Centos8 with Apache. >> >> I'm getting a 403 forbidden error. I'v

[users@httpd] Having Issues with Apache config file

2020-06-25 Thread bruce
" common the laravel test app is in the following dir /var/www/html/laravel_test there's also a /var/www/html/laravel_test/public /var/www/html/laravel_test/public/index.php Thoughts/Comments are welcome thanks -bruce -

[users@httpd] testing..

2020-06-25 Thread bruce
test -- hello! - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] autoindex: showing directory it shouldn't

2013-08-01 Thread Bruce Lysik
' Browse to the doc root.  Now I can only see directories 2 and 3.  (Proper behavior.) Any help would be appreciated, this is driving me crazy!  Thanks! -- Bruce Z. Lysik bly...@yahoo.com

Re: [users@httpd] autoindex: showing directory it shouldn't

2013-08-01 Thread Bruce Lysik
-directory .htaccess if using a different authorization method.   -- Bruce Z. Lysik bly...@yahoo.com From: Bruce Lysik bly...@yahoo.com To: users@httpd.apache.org users@httpd.apache.org Sent: Thursday, August 1, 2013 7:18 AM Subject: [users@httpd] autoindex

[us...@httpd] SSL Certificate

2009-07-18 Thread Bruce Hyatt
the cert from genkey's default location to where Apache(?) is apparently looking for it? Or, ... what? TIA, Bruce - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

[us...@httpd] testing

2009-03-09 Thread Jonathan Bruce
- Original Message - From: Jonathan Bruce To: users@httpd.apache.org Sent: Monday, March 09, 2009 5:11 PM Subject: testing Please ignore.

Re: [us...@httpd] rewrite rule ideas needed..

2009-01-11 Thread Bruce Hyatt
subdomain? RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] Thanks to http://no-www.org/ Bruce - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] actual DBDParams format

2008-12-30 Thread Bruce Hyatt
? Bruce

[us...@httpd] Re: too long

2008-12-21 Thread Bruce Hyatt
file. I realy don't understant. It can be empty? My somewhat-educated guess is that you had an erroneous entry in your hosts file. I believe hosts can be empty if all the hosts you need to find are resolvable on your average domain-name server. Sincerely, Bruce Hyatt

Re: Hide Directory

2008-12-17 Thread Bruce Hyatt
On Wed, Dec 17, 2008 at 5:22 PM, Edwin ddo...@excite.com wrote: Hey Guys and Girls I'm seriously under educated when it comes to this server and could use your help with what is probably the easiest thing to do. But I got to ask and diminish what pride I may have had to begin with. So if you

RE: [EMAIL PROTECTED] Can't access site outside local network?

2008-11-11 Thread bruce
even if the isp blocks ports you can still modify the ports that apache/httpd uses. you'll probably need to port forward these at your router (you do have a router, right!!) you'll also need to remember to use your new port when directly accessing your website. you could also check out the

[EMAIL PROTECTED] redirecting when behind a firewall

2008-07-10 Thread bruce
Hi.. Got a bit of an issue here, that I can't seem to resolve. I have a test domain on a dynamic service (dyndns.org). the test domain is foo.gotdns.com, which i have pointing to my external cable/dsl address. Here's my issue, I would really like to be able to have the external user be able to

Re: [EMAIL PROTECTED] Configure Apache to propagate servlet down condition back to load balancer

2008-05-01 Thread Bruce Atherton
to BigIP, not to Apache. On Thu, May 1, 2008 at 1:13 PM, Bruce Atherton [EMAIL PROTECTED] wrote: I have the following configuration: BIG-IP - Apache HTTPD - Servlet Container Load- Apache HTTPD - Servlet Container Balancer - Apache HTTPD - Servlet Container

[EMAIL PROTECTED] Apache 2.0-Mongrel Proxy problems

2007-09-30 Thread Bruce Hodo
I've been trying to resolve this for over 2 weeks, but no one seems to be able to tell me what's wrong. Maybe you folks can help me. (this is a copy of a post I made on a Usenet alt.apache.configuration, with no responses) I'm running Ubuntu 6.06LTS, Apache 2.0.55, and WebMin 1.36. I've been

[EMAIL PROTECTED] ldap-attribute wildcard not working?

2007-04-05 Thread Bruce DeYoung
not aware of? Thanks, Bruce

Re: [EMAIL PROTECTED] Still Need Help w. PHP And Apache

2007-03-29 Thread Bruce Hyatt
I'm no expert but what jumps out at me is that you say you're trying to integrate php 5.2.1 but your web server is trying to load a php 6.0.0 dll. Bruce Mr. Steve Burrus wrote: hi I still need help/assistance w. trying to integrate php with the apache server. the version of php in question

RE: [EMAIL PROTECTED] httpd.conf question - virtual server- firewall port forwarding

2007-03-29 Thread Bruce Hyatt
name-based virtual hosts. Bruce --- On Wed 03/28, Vizion [EMAIL PROTECTED] wrote: From: Vizion [mailto: [EMAIL PROTECTED] To: users@httpd.apache.org Date: Wed, 28 Mar 2007 10:06:53 -0700 Subject: [EMAIL PROTECTED] httpd.conf question - virtual server- firewall port forwarding I am setting up

[EMAIL PROTECTED] probed, response 200

2007-03-22 Thread Bruce Hyatt
? Bruce ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Restrict access to folders

2007-03-22 Thread Bruce Hyatt
to do something with the DirectoryIndex line? Thanks,Bruce ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com - The official User

RE: [EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Bruce Hyatt
What would www.myDomainName.com consist of? Bruce --- On Mon 03/19, Zembower, Kevin [EMAIL PROTECTED] wrote: Maybe I'm missing something here, but … If neither PersonalSite nor ProfessionalSite contain any links to the other, and if they both contain an ‘index.html’ file to suppress

Re: [EMAIL PROTECTED] Restrict access to folders SOLVED

2007-03-19 Thread Bruce Hyatt
Israel, that was my question exactly. I should be able to get one of these methods to work. Thank you. Bruce --- On Mon 03/19, Israel Brewster [EMAIL PROTECTED] wrote: If I read the question right, what you are missing is what happens if someone currently at www.myDomainName.com

[EMAIL PROTECTED] Frontpage 301 Redirect

2006-06-17 Thread Warwick Bruce Chapman
://www.thusa.co.za -- There are 10 types of people in this world. Those who understand binary, and those who don't. begin:vcard fn:Warwick Bruce Chapman n:Chapman;Warwick Bruce org:Thusa Business Support cc;General Manager adr:Glenwood;;185 Bulwer Road;Durban;KZN;4001;RSA email;internet:[EMAIL

Re: [EMAIL PROTECTED] Frontpage 301 Redirect

2006-06-17 Thread Warwick Bruce Chapman
Joshua Slive wrote: On 6/17/06, Warwick Bruce Chapman [EMAIL PROTECTED] wrote: I have tried creating a redirect-carefully entry for Mozilla/4.0 (compatible; MS FrontPage 6.0), but that made little difference. I upgraded apache to latest. I tried all combinations of trailing slashes

[EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
it. In researching this, I've found plenty of references to the mutex locking error, but nothing including the 'Invalid argument'. Has anyone run across this? Thanks for your help, Bruce [EMAIL PROTECTED] - The official User-To-User

RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
to the orignal node. I think it has to do with stopping and starting Apache while the process monitor was also attempting to start it. I don't know how the lock is implemented, but possibly it is trying to access the lock with an old reference that no longer exists? Bruce -Original

RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
I'll try it. Bruce -Original Message- From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 10:19 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Invalid argument: Failed to acquire global mutex lock I have had this kind of problems before

[EMAIL PROTECTED] Webserver config for version 1.3 or 2.0 - emulate UseCanonicalPhysicalPort On

2006-02-23 Thread Bruce Young
this just gets us into a loop which will eventually cause an error. Can anybody think of a way to resolve this or should I just restructure my components so the web server can listen on 80 and my problem then goes away? Thanks in advance, Bruce

[EMAIL PROTECTED] mod_rewrite problem with cgi-bin pages`

2006-02-08 Thread Bruce Hodo
access? I haven't been able to figure it out. Bruce Hodo - Webmaster, GetAwayNetwork, Inc. ==Providing unique vacation information on the World Wide Web== For Villas, Resorts, Hotels, Air/Hotel Packages, Charter Airfares === Visit us at http://getawaynet.com

[EMAIL PROTECTED] Internet Web Server/Client Guru needed!!

2005-11-23 Thread bruce
, and you're willing to talk to me for a few minutes, I'd appreciate it. As stated, the underlying reason for the questions is to get a better understanding of 'man in the middle attacks' as this applies to web server apps. Thanks bruce [EMAIL PROTECTED

[EMAIL PROTECTED] apache question??

2005-08-10 Thread bruce
that i can set within the apache conf file that will prevent this from occuring. i've been searching google/apache but can't seem to find what i'm missing.. thanks -bruce [EMAIL PROTECTED] - The official User-To-User support forum

RE: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-25 Thread bruce
from all /Directory i've tried various combinations of commenting/uncommenting to try to resolve this issue with no luck. any thoughts/ideas/comments from people who actually know apache would be appreciated!!! can't seem to see what should be a simple issue. -bruce -Original Message

RE: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-25 Thread bruce
, Apache appears to work correctly. thanks bruce [EMAIL PROTECTED] -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 10:45 AM To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] apache displaying the directory contents

[EMAIL PROTECTED] apache displaying the directory contents...

2005-07-24 Thread bruce
hi... i'm trying to figure out how to stop apache from displaying the directory contents if the index.html/php/etc file is not found... i've done the google search, and i'm pretty sure i'm missing something seriously basic... any ideas/thoughts/pointers... thanks bruce [EMAIL PROTECTED