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 dyn

[users@httpd] trying to debug a mod_perl app

2005-05-11 Thread bruce
t this also imply that i should be able to do an initial print/debug statement at the beginning of the file to get something to show up in the error_log file. or, is it possible that the file is required by apache to start, but isn't used??? my current delimma is that i can't figure out a wa

[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 br

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

2005-07-25 Thread bruce
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- From: Jirka Vejrazka [mailto

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

2005-07-25 Thread bruce
block, 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 con

[EMAIL PROTECTED] apache question??

2005-08-10 Thread bruce
attribute/directive 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]

RE: [EMAIL PROTECTED] apache question??

2005-08-10 Thread bruce
PROTECTED] Sent: Wednesday, August 10, 2005 10:19 AM To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] apache question?? On Wed, 10 Aug 2005, bruce wrote: > hi... > > i just discovered that i can fire up a browser from my FC3 environment, and > that i can do

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

2005-11-23 Thread bruce
So, if you have the skills/expertise in this area, 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 attack

[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 se

[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] Having Issues with Apache config file

2020-06-25 Thread bruce
site-access_log" 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 ---

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

2020-06-28 Thread bruce
it should include 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

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

2020-06-28 Thread bruce
to how his 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

[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] 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

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

2023-10-16 Thread bruce
a.php. > > 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

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

2023-11-01 Thread bruce
anks for any help/comments/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

[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 the

[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 th

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
uld appear?? 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 >> >>

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
k!!! and I get this as the 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: > > > > O

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: >> >> a

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
ching the 'net.. 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 >> doma

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

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/apache

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 a

[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 http://1.2.3

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread bruce
as the correct "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&

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

2023-11-12 Thread bruce
owedHttpException 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: >&g

[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 /var/log/apache/error.lo

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

2024-07-03 Thread bruce
dirtree.. and they 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

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

2024-07-03 Thread bruce
in apache err logs, from diff 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/in

[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 like

[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 accesse

Re: [users@httpd] reverse proxy setup

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

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

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
7.0.0.1) [Thu Jul 11 18:34: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 (hope

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, 202

Re: [users@httpd] reverse proxy setup

2024-07-11 Thread bruce
0 PM Frank 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 &g

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-12 Thread bruce
ghts/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 se

[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, th

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

2024-07-12 Thread bruce
rat/public/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,

[users@httpd] apache dir index question/issue

2024-07-23 Thread bruce
Hi. Trying to understand something. I have a file /etc/apache/sites-available/foo.conf I have an alias /etc/apache/mods-available/alias.conf Alias foo /var/www/html/foo The dir /var/www/html/foo has the test webapp... it has no .htaccess The sys is ubuntu, running apache2 and the /etc

[users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
ok. I've screwed something up... on the "working" test system I took a "working" test site, copied it to /var/www/html/mmm did a 1.2.3.4/mmm in the browser -- 1.2.3.4 points to the working test srvr.. and I get the "The requested URL was not found on this server." (expected).. do the

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
ed out what I've done wrong. thanks On Tue, Jul 23, 2024 at 1:16 PM Frank Gingras wrote: > > > > On Tue, Jul 23, 2024 at 12:07 PM bruce wrote: >> >> ok. >> >> I've screwed something up... >> >> on the "working" test system >&

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
" Mutex watchdog-callback: using_defaults Mutex rewrite-map: using_defaults Mutex proxy: using_defaults Mutex default: dir="/var/run/apache2/" mechanism=default Mutex mpm-accept: using_defaults PidFile: "/var/run/apache2/apache2.pid" Define: DUMP_VHOSTS Define: DUMP_RUN_C

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
initializing worker http://161.35.5.174/berat/publicfoo/ local On Tue, Jul 23, 2024 at 3:16 PM Frank Gingras wrote: > > > > On Tue, Jul 23, 2024 at 2:40 PM bruce wrote: >> >> By vhosts, I'm assuming you mean the conf files in the >> /etc/apache/sites-availabl

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
22:20 - . . . the dir listing, instead of the "err" statement -from the 2nd/err server they should be the same output. the 2 systems are using the ipaddress as they're tmp servers.. On Tue, Jul 23, 2024 at 5:25 PM Frank Gingras wrote: > > > > On Tue, Jul

Re: [users@httpd] apache setup/config properly..

2024-07-24 Thread bruce
ptions +FollowSymLinks +MultiViews AllowOverride All #Options -MultiViews #i think or 2.4 Order allow,deny #i think for 2.4 Allow from all #use for 2.4? Require all granted ##Options -Indexes +FollowSymLinks +Multi

[users@httpd] apachectl -S question/confusion?

2024-07-24 Thread bruce
Hi. Trying to track down an issue, and I'm going back to basics to figure out exactly what the DocRoot should be for my test. I've copied my test site to "/var/www/html2/berat" I've got the vhost file in /etc/apache2/sites-available/berat.conf in the file I have documentroot /var/www/html

Re: [users@httpd] apachectl -S question/confusion?

2024-07-24 Thread bruce
Oh... So more or less a "dummy"/fall through location in the event the "vhost" isn't set properly? so having the vhost -- berat.conf set to "/var/www/html2/berat" is the defined docRoot.. On Wed, Jul 24, 2024 at 10:07 AM Eric Covener wrote: > > > Main DocumentRoot: "/var/www/html" <<< !!

Re: [users@httpd] apache setup/config properly..

2024-07-25 Thread bruce
far as I can tell, the same files are in both test srvrs. as to the "data" from the "nextjs" srvr (pms) this is generated by running pm2 start npm --name "waitlist-landing-page" -- start from the cmdline while in the /var/www/html/berat dir to validate, you can

Re: [users@httpd] apache setup/config properly..

2024-07-26 Thread bruce
Frank Gingras wrote: > > > > On Thu, Jul 25, 2024 at 6:59 PM bruce wrote: >> >> Hi Frank. >> >> I stripped out a bunch of the comments. >> For each test server, I have >> apache.conf >> berat.conf for the "/var/www/html/berat"

[users@httpd] setting up/running apache reverse proxy/PM2 node server

2024-07-26 Thread bruce
Hi, for those who have followed my attempts, thanks. This is a trimmed down attempt. Found some additional examples, and managed to get the following to "work", once! Not sure why it stopped, but I now get a 403/Fobidden err. error.log inspection shows / Cannot serve directory /var/www/html/b

Re: [users@httpd] setting up/running apache reverse proxy/PM2 node server

2024-07-27 Thread bruce
Options -Indexes +FollowSymLinks AllowOverride None Require all granted LogLevel debug ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined any thoughts/ideas?? thanks On Fri, Jul 26, 2024 at 6:50 PM Frank Gingras

[users@httpd] reverse proxy -- showing directory index

2024-08-22 Thread bruce
Hi. I'm testing out a github site. I had posted most of this awhile ago, and it had appears to work. However, something is amiss/screwing up on my part. In other words, FUBAR! Instead of getting the site content, getting the directory index. The test app: https://github.com/berat/waitlist-land

[users@httpd] node/apache -- reverse proxy subfolder

2024-08-23 Thread bruce
(had created a thread for this a few days ago.. but it was accidentally deleted!) Hi Frank/list. This is continuing on my issue of figuring out how to have a test github/node app run from apache2. Instead of getting the site content, I seem to get -->"403 forbidden No matching DirectoryIndex..."

[users@httpd] Re: node/apache -- reverse proxy subfolder

2024-08-23 Thread bruce
all granted LogLevel debug ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined On Fri, Aug 23, 2024 at 1:13 PM bruce wrote: > > (had created a thread for this a few days ago.. but it was > accidentally deleted!) > > Hi Frank/lis

[users@httpd] reverse proxy test ,multiple test sites

2024-08-25 Thread bruce
Hi, Update on testing apache - reverse proxy/nextjs apps. The idea is to run a local node server (http://127.0.0.1:x) whis is displayed via Apache. I have two/2 examples that appear to work if run separately. running is configured (a2enmod/a2ensite) as well as "systemctl restart apache2". I can

[users@httpd] redirect -- project in a subdirectory

2025-02-10 Thread bruce
Hi. Have a test project, and Im getting errs. The foo,conf is vanilla, nothing weird. The test has no .htaccess. I'm getting errs: AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. U

[users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread bruce
Hi, I know, off topic, but hope someone might be able to point me in right direction. Looking to "learn" about laravel, and need to find an email list, or tutor that might be looking for a short term Gig. The discord/stackoverflow/fiverr haven't worked yet, so I thought I might ask here as well.

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread bruce
ter/faster to get to that 'aha' moment. As I mentioned the usual sites haven't gotten me where I'm trying to get yet! On Wed, Feb 26, 2025, 12:06 PM Frank Gingras wrote: > > > On Wed, Feb 26, 2025 at 11:36 AM bruce wrote: > >> Hi, >> >> I kn

Re: [users@httpd] off topic -- looking for places to get laravel information/turor

2025-02-26 Thread bruce
thanks On Wed, Feb 26, 2025 at 12:20 PM Frank Gingras wrote: > > > On Wed, Feb 26, 2025 at 12:15 PM bruce wrote: > >> hi frank. I didn't want to get in the weeds. So intentionally kept it >> short. I'm really looking for a short term tutor if u will. One that

[us...@httpd] SSL Certificate

2009-07-18 Thread Bruce Hyatt
moving 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 http://httpd.apache.org

Re: Hide Directory

2008-12-17 Thread Bruce Hyatt
On Wed, Dec 17, 2008 at 5:22 PM, Edwin 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 an answer thi

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

2008-12-21 Thread Bruce Hyatt
verything in hosts 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-

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

2008-12-30 Thread Bruce Hyatt
> -Ernst Schoen-René > Have you tried either or both? Bruce

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

2009-01-11 Thread Bruce Hyatt
eas! > Anders. Anders, Have you considered doing the opposite, dropping the www subdomain? RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] Thanks to http://no-www.org/ Bruce

[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.

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

2006-02-08 Thread Bruce Hodo
ve an idea as to why this htaccess file does not allow cgi-bin 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

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

2006-02-23 Thread Bruce Young
.entry/$1 [L,R] But with all inbound requests being on port 81 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 an

[EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Bruce Hyatt
t the individual sites to password access. TIA, 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 supp

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

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.myDomainNa

[EMAIL PROTECTED] probed, response 200

2007-03-22 Thread Bruce Hyatt
to ignore them, right? 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

Re: [EMAIL PROTECTED] Restrict access to folders

2007-03-22 Thread Bruce Hyatt
ite1/site1.html with no luck. Do I have 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 --

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 ph

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

2007-03-29 Thread Bruce Hyatt
ill have to use 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 for

[EMAIL PROTECTED] ldap-attribute wildcard not working?

2007-04-05 Thread Bruce DeYoung
rk. Can someone set me straight? What am I doing wrong? Is there a limitation of the wildcard character that I'm not aware of? Thanks, Bruce

[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 tr

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

2008-05-01 Thread Bruce Atherton
I have the following configuration: BIG-IP -> Apache HTTPD -> Servlet Container Load-> Apache HTTPD -> Servlet Container Balancer -> Apache HTTPD -> Servlet Container The Apache HTTPD instance serves up static content and translates HTTPS requests into HTTP. Dynamic con

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

2008-05-01 Thread Bruce Atherton
f topic for this forum because it mostly relates 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 -> S

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

2013-08-01 Thread Bruce Lysik
e .htaccess file to 'Require user notmyuser' 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

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

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

[EMAIL PROTECTED] Frontpage 301 Redirect

2006-06-17 Thread Warwick Bruce Chapman
-D HTTPD_ROOT="/usr" -D SUEXEC_BIN="/usr/sbin/suexec2" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types" -D SERVER_CONFIG_FILE="/etc/apache2/httpd.conf&quo

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 tra

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

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
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 offici

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

2006-06-08 Thread Steely, Bruce \(Mission Systems\)
cular 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 ---

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 b