[users@httpd] Load balancing - HTTPD & Tomcat

2016-07-18 Thread Leon Vergottini
Pass / balancer://mycluster/ ProxyPassReverse / balancer://mycluster/ Will this address the issue at hand or is there another reason for the errors that I am getting? Kind Regards Leon

Re: [users@httpd] Virtual Host - Port 80 to 443

2016-07-14 Thread Leon Vergottini
erver file     Order allow,deny     Allow from all            ServerEnvironment apache apache     Kind Regards Leon From: Daniel Reply-To: Date: Thursday, 14 July 2016 at 11:40 AM To: "" Subject: Re: [users@httpd] Virtual H

[users@httpd] Virtual Host - Port 80 to 443

2016-07-14 Thread Leon Vergottini
w,deny     Allow from all            ServerEnvironment apache apache     In addition, I have received serveral .crt files for a wild card certificate issues by Comodo.  Do I have to include them all and how will a go about doing so, if I have to? Thank you in advance. Kind Regards Leon

[users@httpd] Configure a Forward Proxy that inspect client certificate

2015-10-22 Thread Leon
SERVER_S_DN}x Client_DN: %{SSL_CLIENT_S_DN}x \"%r\" %>s %b" Thanks! Leon - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Load Balancing - 2 Active nodes & 1 Inactive until threshold

2015-09-04 Thread Leon Vergottini
in mind, if it is possible? Thank you in advance. Kind Regards Leon

RE: [users@httpd] Httpd & Tomcat

2015-04-17 Thread Leon Vergottini
Hi Thank you for the responses. I will investigate both solutions. Everyone have a great weekend. Kind Regards Leon From: James Smith [mailto:j...@sanger.ac.uk] Sent: 17 April 2015 10:23 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Httpd & Tomcat On 17/04/

[users@httpd] Httpd & Tomcat

2015-04-17 Thread Leon Vergottini
I am able to get the normal site, but not the tomcat instance. Will it be possible to point me in the right direction, please? Kind Regards Leon

[us...@httpd] Got error "proxy: pass request body failed", after restart of apache2 it works again

2010-03-17 Thread Leon Ljunggren
hould expire until summer). Thanks for your attention Leon Ljunggren Technical details: System: Ubuntu 9.04, 2.6.28-11-server Apache/2.2.11 (Ubuntu) Tomcat 5.5.26.0 /var/log/apache2/error.log: [Wed Mar 17 12:53:18 2010] [debug] proxy_util.c(1820): proxy: worker http://tom.kikora.no:8180/kikoraweb2/

[EMAIL PROTECTED] Error compile mod-ssl and apache-1.3.33

2006-09-25 Thread Leon King
: Command failed for target `ssl_engine_pphrase.lo'   Leon King Senior Software Systems Eng Network Management Systems IT, OASIS v-net: 965-626  outside: 919-378-6626  

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
some where else. Thank you for your fucking time.. next time impale your self on a dirty aids needle. And as always have a nice fucking day. I just said what you could not. Fuck you. Leon Sargent ' - The official Us

[EMAIL PROTECTED] Getting the configuration right no .htaccess files maybe all in httpd.conf file?

2006-09-06 Thread Leon Sargent
required code for the .htaccess file. require valid-user Order allow,deny Deny from all Satisfy All Order allow,deny Deny from all Satisfy All Can I put all this in the http.conf file and remove the two .htaccess files? What is your

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
httpd.conf Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all Should I comment this out or just take out the options or options indexes MultiViews? Leon - The official Us

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
for my URL SEO the Directory would be the full path name above or just Documents? Leon - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
L SEO to function and the Apple code from the htaccess file all put where they belong so they function. Leon I use Apache 1.3.3 - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Verifying Apapche httpd.conf and other files one piece at a time as requested/

2006-09-06 Thread Leon Sargent
time. That is good advice. Thank you. Leon - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] URL SEO code in .htaccesss file.

2006-09-06 Thread Leon Sargent
This is the correct way of putting in the URL SEO code into a .htaccess file?AllowOverride AuthConfigAuthUserFile lhsmarkets.com/Library/WebServer/Documents/.htpasswdAuthGroupFile /dev/nullAuthName "Password Protected Area"AuthType BasicOptions +FollowSymLinksRewriteEngine OnRewriteBase /Documents/

[EMAIL PROTECTED] Apache HTTPD.conf questions.

2006-09-06 Thread Leon Sargent
DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # DirectoryIndex index.html My admin and store files are index.php. Do I need to change this? Leon

[EMAIL PROTECTED] More from my httpd.conf file.

2006-09-06 Thread Leon Sargent
UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # UserDir Documents I do not understand this. I don't understand who this works. In my .htaccess file I have all directories restricted from outside users unless there

[EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
Controls who can get stuff from this server. Order allow,deny Allow from all I have looked this up but still do not understand what it means. Does it mean anyone can access my webserver? Does this line from my >htaccess file override that. Documents is where my website is located.

[EMAIL PROTECTED] More on my Apache configuration

2006-09-06 Thread Leon Sargent
URL SEO code to override the directives I have in my HTTPD.conf file? Leon - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe

[EMAIL PROTECTED] Verifying Apapche httpd.conf and other files one piece at a time as requested/

2006-09-06 Thread Leon Sargent
)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&% {QUERY_STRING} Leon - The official User-To-User support forum of the Apache HTTP Server Project. See http:/

Re: [EMAIL PROTECTED] My http.conf file and .htaccess file along with URL SEO installation instructions for .htaccess files

2006-09-06 Thread Leon Sargent
will work on that in the future. Leon - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] "

[EMAIL PROTECTED] My http.conf file and .htaccess file along with URL SEO installation instructions for .htaccess files

2006-09-06 Thread Leon Sargent
Http.conf file from Apache 1.3.3 Mac OS X 10.4.7ServerName www.lhsmarkets.com## DocumentRoot: The directory out of which you will serve your# documents. By default, all requests are taken from this directory, but# symbolic links and aliases may be used to point to other locations.#DocumentRoot "/Li

Re: [EMAIL PROTECTED] Before I post, this is the list for users of Apache with question about it's operation and set up

2006-09-06 Thread Leon Sargent
those would be effected by the .htaccess file or the directives or if that would be causing a problem with URL SEO. Thank you. Leon - The official User-To-User support forum of the Apache HTTP Server Project. See http

[EMAIL PROTECTED] Before I post, this is the list for users of Apache with question about it's operation and set up

2006-09-06 Thread Leon Sargent
want to make sure the .htacess and the directives are fully protecting my website from malicious people trying to bring it down. Leon Sargent - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [EMAIL PROTECTED] Redirect different pages

2006-03-29 Thread Arturo Leon
n Mar 28, 2006, at 11:22 PM, Arturo Leon wrote:hi everyone, please, how to redirect different pages with apache2? and how do can it? example:  www.prueba.com redirect to www.example.com( example.com is my dafault page) Regards Arturo Pd: sorry my english is no good. :P

[EMAIL PROTECTED] Redirect different pages

2006-03-29 Thread Arturo Leon
hi everyone, please, how to redirect different pages with apache2? and how do can it? example:  www.prueba.com redirect to www.example.com(example.com is my dafault page) Regards Arturo Pd: sorry my english is no good. :P

Re: [EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Leon Stringer
On Sat, 2006-01-28 at 15:34 -0500, Joshua Slive wrote: > > Order Deny,Allow > Deny from all > Allow from 192.168.0.0/24 > ErrorDocument 403 https://yoursite.example.com/ > > But people often use mod_rewrite for a task like this to gain more > precise controls over what URLs are redirected where.

[EMAIL PROTECTED] HTTP or HTTPS access based on subnet

2006-01-28 Thread Leon Stringer
Presumably this is a common thing to want to do, but there's nothing obvious from my searches so far. Advice and assistance gratefully received, Leon... - The official User-To-User support forum of the Apache HTTP

[EMAIL PROTECTED] use php implement HTTP RANGE

2005-11-15 Thread Leon
as title httpd.conf   SetHandler sharing-fileAction sharing-file /usr/pre_sharing.php   /sharing/test.avi   RANG: bytes=23332-   the Apache Server auto reponse 416 error   I try to use ErrorDocument 416 but it still send 416 response   maybe apache is use /usr/pre_sharing.php,not use