[us...@httpd] Apache 2.2.16

2010-08-06 Thread james
l Aborted (6) After researching that error message a bit, it appears to be caused by an MD5 checksum and MD5 is one of the forbidden algorithms in FIPS. The above mentioned functionality worked flawlessly in 2.2.15 and below. Thank

Re: Re: [us...@httpd] Apache 2.2.16

2010-08-06 Thread james
till never encountered any of these issues before. Your suggestion was my next step, just wanted to see if anyone has experienced these issues. Thanks for the quick response! James > Original Message >From: Jeff Trawick >To: users@httpd.apache.org >Sent: Fri, Aug 6, 2010, 11:1

[us...@httpd] SSLFIPS Directive

2010-08-09 Thread james
idden algorithm error ignored I understand that that means something is using a forbidden algorithm, in this case, I have to believe that it's PHP/libssh2. Anyway, hoping someone has some insight on this, as far as it being a bug in Apache, I'm not 100% sure i

Re: Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread james
I'd also take a look at the Apache error_log to see if there's any indication evident there. Keep in mind that if the PHP code suppresses error reporting (by prefixing expressions with the @ character) then nothing will be reported. > Original Message >From: Eric Covener >To: users@htt

Re: Re: Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread james
Could you possibly paste the contents of the .htaccess file? > Original Message >From: J Wilson >To: users@httpd.apache.org >Sent: Fri, Sep 3, 2010, 11:47 AM >Subject: Re: Re: [us...@httpd] 500 internal server error running php >application > >Error Log: > >/home/webdir/www/catalog/inc

[us...@httpd] SSLFIPS Directive

2010-11-11 Thread james
Apache 2.2.17 OpenSSL 0.9.8n FIPS PHP 5.3.2 libssh2 1.2.6 So, I have a web application where the front-end is Flex/AS3 and the back-end is a mix of PHP/C. PHP is compiled with the libssh2 library and the pecl extension to enable the ssh2 functionality. I use the ssh2 functions within PHP for co

[us...@httpd] Unresponsive apache webserver, memory issue

2011-01-04 Thread james
ccurs seemingly randomly, last time in the middle of the night with little or no user traffic. James

Re: [us...@httpd] Unresponsive apache webserver, memory issue

2011-01-07 Thread james
e problem is the amount of swap space available. James

Re: [users@httpd] Problem solved was Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-10 Thread james
There should be a mod_ssl RPM available for the Apache RPM which enables mod_ssl. [root@myhost ~]# yum search apache | grep ssl mod_ssl.i386 : SSL/TLS module for the Apache HTTP server > Original Message >From: o haya >To: users@httpd.apache.org >Sent: Thu, Feb 10, 2011, 3:24 PM >Subj

Re: [users@httpd] Re: Recent Apache DOS advisory - problem applying the SetEnvIf/ RequestHeader workaround.

2011-08-24 Thread James
You need to have the module mod_headers enabled. To check if you have the module enabled run /path/to/httpd -t -D DUMP_MODULES, if you don't see mod_headers, you don't have the module. You can search Google on how to enable it. However, I've tested the rewrite rules on the 2.X series and this wo

Re: [users@httpd] Images not displaying in localhost

2011-11-12 Thread James
I'm not familiar with the windows variant, however, have you checked the error_log? The Registrar wrote: > >Hi, I just installed the Apache 2.2.21 version on my Windows XP SP3. When I >do a simple html for testing under http://localhost/main.html the images >referenced in the html are displ

Re: [users@httpd] undefined reference to "apr_file_link"

2012-03-15 Thread James
I've had to do the same thing when compiling under RHEL 5.7 64 bit. Im just verifying that the mentioned solution worked for me. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Tianyin Xu wrote: hmmm... this problem can be probably solve by put the newest apr and apr-uti

Re: Re: [users@httpd] Conversion 2.2.14 -> 2.4.1 still problems

2012-04-19 Thread James
/support. As for the --enable-ssl=shared, I like to build shared objects (modules), however, you may use --enable-ssl and it'll be built statically (as in compiled into the httpd binary). James > Original Message >From: John Iliffe >To: users@httpd.apache.org >Sent: Thu

[users@httpd] Newbie question about redirecting

2012-10-24 Thread james
I am new to the apache config and tomcat arena. forgive me if I am not giving all details. I can provide more if you let me know. Problem Desc: I have 2 tomcat instances running on a linux box. And I have a apache webserver running on the same box. I have 2 web applications running, one on eac

[users@httpd] mod_proxy_ajp serves pages as content_type: application/octet-stream sometimes

2013-02-18 Thread james
I cannot figure out what causes this but at times every 3rd load Firefox will load the page as a file download of type application/octet-stream and internet explorer usually just downloads the page as a notepad document. The IE issue is more repeatable but sometimes it just loads the page with

[users@httpd] config httpd 2.0 with JAVA applet DWR

2016-07-12 Thread James
Hi Mr./Mrs. This is James. I'm configuring httpd.conf with JAVA applets DWR. As we known that DWR generates js files without restoring it on the disk. I'm using a group of Virtual Hosts to receive the request from the client. Here is the environment: OS: AIX5.3 Apache Version:

Re: [users@httpd] Signs of Apache Web Server been hacked

2013-11-10 Thread James
I'd start by running strace on the Apache PID that's running bash - strace -pPID, see man strace for more information. You may have to install the package, if strace isn't currently installed. This should give you an idea of what the process is doing, if anything. You could also look for exec,

[users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread James
rter .php Order allow,deny Allow from all Include conf.d/apps.cfg ErrorLog logs/domain.com/error.log CustomLog logs/domain.com/access.log combined I would appreciate if anyone could shed me some lights to rectify this error. Thank you. Kind regards, James

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread James
t;= to PHP_FCGI_MAX_REQUESTS > > > On Thu, Dec 5, 2013 at 12:05 PM, James wrote: > >> Hi there, >> >> I have the following: >> >> *Server specs:* >> Memory = 7G >> CPU = 2 >> >> *Packages:* >> httpd-2.2.25 >

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread James
server config, virtual host* > Status: External > Module: mod_fcgid > > this setting can be applied on server and/or vhost context and affects all > applications in that server/vhost. So yes you can fine tune this value per > vhost. > > > > > On Thu, Dec 5, 2013 at 2:10

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-05 Thread James
ore information about this error may be available in the server error log. It turns out this is related on timeout. I'm wondering which settings should be adjusted on fcgid.conf? Thanks. James On Thu, Dec 5, 2013 at 8:04 PM, Jeff Trawick wrote: > On Thu, Dec 5, 2013 at 1:52 AM, James

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-08 Thread James
hare everyone's knowledge for their optimization skills which will make big help for others who have the same cases with mine. Thank you. Kind regards, James On Fri, Dec 6, 2013 at 10:58 AM, Igor Cicimov wrote: > > This is from one of my configurations, have a look and compare maybe >

[users@httpd] tough time with proxypass

2014-04-29 Thread james
I have been using proxy pass in the simplest of cases to send URLs to a tomcat backend without an issue: #Tomcat ajp connection for isbn's ProxyPass / ajp://162.243.220.88:8009/ Now I am trying to integrate the tomcat app with an apache virtual host and am having a troubling time. I am able t

[users@httpd] SuexecUserGroup not working in Apache 2.4 + FCGID 2.3

2014-05-25 Thread James
/to/webroot/php-fcgi-scripts/php-fcgi-starter .php Order allow,deny Allow from all /etc/httpd/modules/base.conf: LoadModule suexec_module modules/mod_suexec.so I would appreciate if anyone could advise what was I missed. Thanks. James

[users@httpd] File exists: mod_lua: Failed to create shared memory segment on file /tmp/httpd_lua_shm

2015-01-18 Thread James
/tmp/httpd_lua_shm.19491 $ sudo httpd -v Server version: Apache/2.4.10 Server built: Jul 30 2014 23:57:26 Any advise on to fix this would be much appreciated. Thanks. James

Re: [us...@httpd] Httpd on Ubuntu 9.04

2009-05-23 Thread James Carroll
Not to add to the hijack, but I hear ya brother. I've been trying to get a local HTTPd/bugzilla set up for the last two weeks. I tried using the Ubuntu/Debian packages and not only do they splay files (seemingly) wherever they feel like it, they change the names so that the online product doc is a

[us...@httpd] Delete installation files

2009-05-30 Thread James Carroll
I followed the instructions to install and now have a folder where I unzipped everything (httpd-2.2.11) and one where I asked Apache to install (install). Its up running and happy. Can I delete the httpd-2.2.11 folder now? Thanks,

RE: [us...@httpd] Stable Release of Apache

2009-06-11 Thread James Zuelow
> -Original Message- > From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Sent: Thursday, 11 June, 2009 14:17 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Stable Release of Apache > > Where can I get Apache that runs on 64bit linux? Is it > available somewhere? > Yes.

RE: [us...@httpd] sending email

2009-06-15 Thread James Zuelow
in" as www-data, so none of the dot files are read and you needed to explicitly specify which dot files you want run. James > -Original Message- > From: Lyle Wincentsen [mailto:lyle.wincent...@gmail.com] > Sent: Monday, 15 June, 2009 05:45 > To: users@httpd.apache.org

RE: [us...@httpd] Apache 64 bit ?

2009-09-09 Thread James Zuelow
> -Original Message- > From: ricardo13 [mailto:ricardoogra...@gmail.com] > Sent: Wednesday, 09 September, 2009 09:31 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Apache 64 bit ? > > > > William A. Rowe, Jr. wrote: > > > > ricardo13 wrote: > >> > >> I saw this http://ww

[us...@httpd] htaccess serving different domain with different front controllers

2009-09-23 Thread james cauwelier
Hi All, I am developing a website which has different front controllers: - web/index.php for the main website - web/sioen.php for a copy of the website with different looks I don 't seem to be able to redirect the correct host to the correct controller and I am hoping that somebody can help me

Re: [us...@httpd] htaccess serving different domain with different front controllers

2009-09-24 Thread James Cauwelier
Thanks. With your explanation, I am sure I 'll get the rules working as I want them to. James (PS: ik weet niet wat je bedoeld met Sioen, dus kan ik je daar niet echt een antwoord op geven. ) On Sep 24, 2009, at 1:06 PM, Krist van Besien wrote: vanbesien.org

Re: [us...@httpd] Re: htaccess serving different domain with different front controllers

2009-09-24 Thread james cauwelier
Thanks Nick, But this is a solution I already thought off, except in PHP. Anyway, I think it is cleaner to put this kind of things in .htaccess, especially when a client needs about 6 different domain for one particular front controller. But thanks for the input. James 2009/9/24 : >

[us...@httpd] apache-fcgi-mono-sql arrangement stalls under load

2009-10-14 Thread Jason James
Hi, I have the following arrangement: Apache 2.2.8 Fcgi 2.3.4 mono 2.4.2.3 with a mysql database (v 5.0) at the back. All works fine. However I throw a load tester (OpenSTA: 5 virtual users + 1000 iterations) at the front web page which has no SQL calls in it but is created through ASP.NET and t

RE: [us...@httpd] Testing virtual hosts on a virtual machine

2009-11-24 Thread James Zuelow
curl will request httpd using "Host: vh1.domain.tld" header. > > Regards. > > Emmanuel > You could also adjust the hosts file on a machine you use for testing, so that the virtual host names all point to the IP address of the virtual machine. That would allow you to

[us...@httpd] Silly SSL vhost problem

2010-02-12 Thread James Smallacombe
ervers/customer.domain/pages ServerName www.customer.domain:443 HostnameLookups Off CustomLog /home/servers/customer.domain/access_log combined ScriptAlias /cgi-bin/ "/home/servers/customer.domain/cgi-bin/" SSLCertificateFile /usr/local/etc/apach

Re: [us...@httpd] Silly SSL vhost problem

2010-02-12 Thread James Smallacombe
Please disregard this...of all the things I didn;t check...the DNS! Doh! On Fri, 12 Feb 2010, James Smallacombe wrote: Hi: I've been running various apache's for years, including with multiple SSL vhosts, etc. I have three separate SSL vhosts on this particular Apache/2.2.11 in

Re: [us...@httpd] RewriteCond question

2010-02-18 Thread James Smallacombe
t} ^www\.domain\.gov$ [NC] RewriteRule ^(.*)$ https://domain.gov$ [R=301,NC] James Smallacombe PlantageNet, Inc. CEO and Janitor u...@3.am

Re: [us...@httpd] RewriteCond question

2010-02-18 Thread James Smallacombe
On Thu, 18 Feb 2010, John Oliver wrote: On Thu, Feb 18, 2010 at 06:14:33PM -0500, James Smallacombe wrote: On Thu, 18 Feb 2010, John Oliver wrote: I'm dealing with a site that is accessed via https://domain.gov The certificate is for "domain.gov" I akready have a working rul

[us...@httpd] Suhosin vs. mod_security

2010-02-19 Thread James Smallacombe
some of the same funtionality, and is there current support and development of it? What's the best current practive WRT Apache and php security? TIA, James Smallacombe PlantageNet, Inc. CEO and Janitor u...@3.am

[us...@httpd] mod_authn_dbd

2010-02-23 Thread James Jones
I have some weird issues with mod_auth_dbd and mysql. It would appear that mod_authn_dbd is not replacing the %s in the stamenet AuthDBDUserRealmQuery "select password from users where username = '%s' and realm = '%s'" My query log look like this: 100223 9:38:05 80 Connecta...@

[EMAIL PROTECTED] apache2 permissions problem on SELS10SP1

2008-08-08 Thread James Pifer
.com-access_log common The files are in the cgi-bin directory, and I'm told they were working fine before this problem started. wwwrun is the user owner, and root is the grp owner. I even have the files temporarily set to 777. Anyone have any suggest

Re: [EMAIL PROTECTED] apache2 permissions problem on SELS10SP1

2008-08-08 Thread James Pifer
On Fri, 2008-08-08 at 14:23 +0200, Krist van Besien wrote: > > Order allow,deny > Allow from all > I think that did it! Thanks! James - The official User-To-User support forum of the Apache HTTP Server Proje

[EMAIL PROTECTED] Permissions issues with external volumes

2008-08-29 Thread James Nierodzik
s just has R), but I cannot make that volume shared as 777. So is there a way to make this work? Thanks in advance, James Nierodzik P Please consider the environment before printing this email.

Re: [EMAIL PROTECTED] Permissions issues with external volumes

2008-08-29 Thread James Nierodzik
e. When I traverse the directory and take a look at all the subfolders and down to the actual image in question they are all 'R' by owner, group, other yet I still get the you don't have permissions to access on this server. James Nierodzik P Please consider the environme

[us...@httpd] can I have 2 require group entries using apache auth_ldap

2009-01-14 Thread James Chavez
? Or can I only use 1 directive. My example is below. require group CN=groupone,OU=UserGroups,OU=US,DC=example,DC=com require group CN=groupone,OU=UserGroups,OU=UK,DC=example,DC=com Thank you James CONFIDENTIALITY This e-mail message and any attachments thereto, is intended only for use by the

Re: [us...@httpd] can I have 2 require group entries using apache auth_ldap

2009-01-15 Thread James Chavez
directives and if that doesn't work I will need to rethink things. Thank you James On Thu, 2009-01-15 at 09:43 -0500, Eric Covener wrote: > On Thu, Jan 15, 2009 at 2:05 AM, James Chavez > wrote: > > Hello, > > I have 2 different groups that I need to allow access to in

Re: [us...@httpd] can I have 2 require group entries using apache auth_ldap

2009-01-16 Thread James Chavez
Putting multiple require group directives behaves as an "AND" and not the "OR" I was hoping for. So that is not gonna work. Any ideas from the list. I can use require valid-user but that does not allow for the strict access control I am seeking. Thanks On Thu, 2009-01-15 a

[us...@httpd] [client 127.0.0.1] client denied by server configuration: /srv/www/htdocs/

2009-02-18 Thread James Pifer
16:43 htdocs Can anyone suggest a way to determine what is causing these errors? Thanks, James - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

RE: [us...@httpd] [client 127.0.0.1] client denied by server configuration:/srv/www/htdocs/

2009-02-18 Thread James Pifer
Thanks, James - 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: users-unsubscr...@httpd.apache.org " from

Re: [us...@httpd] [client 127.0.0.1] client denied by server configuration: /srv/www/htdocs/

2009-02-18 Thread James Pifer
w do I allow access and does it seem safe to allow it? The configuration is: AllowOverride None Order allow,deny Allow from all Thanks, James - The official User-To-User support forum of the Apache HTTP Serve

RE: [us...@httpd] [client 127.0.0.1] client denied by serverconfiguration: /srv/www/htdocs/

2009-02-18 Thread James Pifer
entire filesystem by default Options None AllowOverride None Order deny,allow Deny from all James - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

[us...@httpd] Reverse Proxy Balancer ?

2009-05-06 Thread James Wuerflein
Anybody have an example of how to setup a Reverse Proxy Load Balancer ? This works as a regular proxy, but I need a Reverse Proxy! ProxyRequests Off ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On BalancerMember https://10.1.10.10:443

[EMAIL PROTECTED] mod_jk help

2005-12-20 Thread James Taylor
jk.so to APACHE_HOME /modules). Regards, James.   make[1]: Leaving directory `/home/rmorrin/James/Java/DownloadedSoftware/jakarta-tomcat-connectors-1.2.15-src/jk/native/common' Making all in jni make[1]: Entering directory `/home/rmorrin/James/Java/DownloadedSoftware/jakarta-tomcat-connectors-1.2.15-src/

Re: [EMAIL PROTECTED] mod_jk help

2005-12-21 Thread James Taylor
Hi there, I'm not at all hot on compiler stuff so could you/someone please ellaborate a little on this  for me. I checked /build/config_vars.mk and I see this >CC = gcc, and I can not see any env or shell vars that have CC in them. I'm using a solaris 8 platform. Thanks, James.  On 1

Re: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread James Taylor
k" | #define VERSION "1.2.14" | /* end confdefs.h.  */ | | int | main () | { | |   ; |   return 0; | } configure:2426: error: C compiler cannot create executables See `config.log' for more details.   On 12/21/05, John P. Dodge <[EMAIL PROTECTED]> wrote: On Wed, 21 Dec 2005, Jam

Re: [EMAIL PROTECTED] mod_jk help

2005-12-22 Thread James Taylor
bin/apxs \ --with-java-home=/home/rmorrin/sw/jdk1.5.0_05 \ --with-java-platform=2 \ --enable-jni -Original Message-From: James Taylor [mailto: [EMAIL PROTECTED]] Sent: Thursday, December 22, 2005 6:17 AMTo: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_jk help Ok, I set

Re: [EMAIL PROTECTED] mod_jk help

2005-12-23 Thread James Taylor
I also got this warning. >libtool: install: warning: remember to run `libtool --finish /home/rmorrin/James/Java/DownloadedSoftware/apache2.0/modules' Just not sure on next step. Regards, James. On 12/23/05, James Taylor <[EMAIL PROTECTED]> wrote: Thanks for your help guys, I dont know how

[EMAIL PROTECTED] Virtual Host Configuration Question

2006-02-16 Thread James Howe
thing like this: ServerName app1 DocumentRoot ... tomcat web app directory ... RewriteEngine on RewriteRule ^/$ /app1 JkMount /app1 tomcat1 JkMount /app1/* tomcat1 What am I missing? Any help would be appreciated. Thanks!

[EMAIL PROTECTED] Soft. Load Balancer Recommendations

2006-02-19 Thread James Wuerflein
I'm looking for a software load balancer solution where I could do 1 to many backend webservers, and also have the option to maintain some session persistance with jsession? Additionally, would like to be able to do many proxy or load balancers to many backend webservers or application servers.

Re: [EMAIL PROTECTED] Soft. Load Balancer Recommendations

2006-02-20 Thread James Wuerflein
try again later.   Since on one of the application servers the java process was shut down? so can it detect if /whatever is giving a 404 error response and try another balancemember?   Thanks         >>> [EMAIL PROTECTED] 02/20 11:34 AM >>> On Sunday 19 February 2006 23:26, James Wu

Re: [EMAIL PROTECTED] howto change the port apache running on ?

2006-02-22 Thread James Wuerflein
look at httpd.conf   >>> [EMAIL PROTECTED] 02/22 5:43 PM >>> hi all,i use Apache/2.0.55 but i couldnt find any line like 'Listen 80' in /etc/apache2/apache2.conf.where is that line ?which file do i have to edit ?help please ...__

[EMAIL PROTECTED] Apache/Tomcat Connector Configuration Question

2006-03-28 Thread James Howe
URLs like this along to Tomcat. Thanks! -- James Howe Contact: http://public.xdi.org/=James.Howe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> fo

[EMAIL PROTECTED] AuthLDAPEnabled rejected in 2.2, LDAP not being used

2006-05-10 Thread James Garrison
) php5_module (shared) proxy_ajp_module (shared) python_module (shared) ssl_module (shared) Syntax OK LDAP client RPMs: [EMAIL PROTECTED] conf]$ rpm -qa|grep ldap openldap-clients-2.3.19-4 openldap-2.3.19-4 nss_ldap-249-1 php-ldap-5.1.2-5 -- James Garrison

Re: [EMAIL PROTECTED] AuthLDAPEnabled rejected in 2.2, LDAP not being used

2006-05-10 Thread James Garrison
I finally found the answer: AuthBasicProvider ldap It would be nice if a note was included in the mod_authnz_ldap docs indicating that this is required and giving the correct syntax, since the mod_auth_basic doc doesn't say what to use to enable LDAP. James Garrison wrote: Apache 2.2 re

Re: [EMAIL PROTECTED] process pile up RUN state

2006-05-25 Thread James Garrison
lockf == waiting on a file lock? Try lsof or fuser to see what files the processes have open. Chris wrote: PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 93241 apache 200 110M 69636K lockf0:15 2.05% 2.05% httpd -- James Garrison

[EMAIL PROTECTED] error while loading shared libraries: libpq.so.5

2007-02-07 Thread James McManus
Hi - How do I set library path for httpd server on fedora core 6? I am trying to run a program (mapserv) through cgi-bin. I am getting the following error message: error while loading shared libraries: libpq.so.5 This file is located in /usr/local/pgsql/lib To run mapserv from shell, I set LD

[EMAIL PROTECTED] Apache/2.2.4 (Win32) / mod_proxy_rewrite

2007-03-29 Thread Clarke, James
I'm tearing my hair out! Feel free to mail me at my corporate email below: Regards, James Clarke Junior Developer / Quality Engineer Pearson Phoenix E-mail: [EMAIL PROTECTED] This email may contain confidential material. If you were not an intended recipient, please notify the sender and

RE: [EMAIL PROTECTED] Apache/2.2.4 (Win32) / mod_proxy_rewrite

2007-03-29 Thread Clarke, James
UPDATE: IBM HTTP server isn't running. Apache is forwarding the requests directly to WAS. -Original Message- From: Clarke, James [mailto:[EMAIL PROTECTED] Sent: 29 March 2007 14:11 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache/2.2.4 (Win32) / mod_proxy_rewrite I h

[EMAIL PROTECTED] RE: users Digest 29 Mar 2007 16:03:07 -0000 Issue 2813

2007-03-29 Thread Clarke, James
host 71360 by: Ken Loomis 71361 by: Peter Nyamukusa Apache/2.2.4 (Win32) / mod_proxy_rewrite 71362 by: Clarke, James 71370 by: Clarke, James mod_ssl question 71371 by: Rodman Administrivia: - To pos

[EMAIL PROTECTED] unsunscribe

2007-03-29 Thread Clarke, James
-Original Message- From: Dragon [mailto:[EMAIL PROTECTED] Sent: 29 March 2007 17:17 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_ssl question Rodman wrote: >Hello, > >Have a question pertaining to using mod_ssl on one of my virtual sites. >I am running a web mail appli

[EMAIL PROTECTED] Did I find a htpasswd bug?

2007-04-02 Thread James M
r/local/apache2/conf/vins ight.passwd $username",$retval); As I said the return value is zero when I see the following in the error_log... User jimbo55 not found Am I going about this wrong or is this a bug? Thanks for the help. BTW apache 2.3.3 James

[EMAIL PROTECTED] Combinging static virtual hosts and dynamic VirtualDocumentRoot hosts

2007-04-24 Thread James Davis
Running Debian Etch's Apache/2.2.3 I'd like to be able to setup virtual hosts, accessed via subdomains of freecharity.org.uk for my users. So instead of http://www.freecharity.org.uk/~james/ they'll be using http://james.freecharity.org.uk/. I already have some, statically defined

Re: [EMAIL PROTECTED] Combinging static virtual hosts and dynamic VirtualDocumentRoot hosts

2007-04-24 Thread James Davis
Joshua Slive wrote: > ServerAlias *.freecharity.org.uk > in the last That almost did the trick. www. was being served from /var/www/main and james. from /home/james/public_html/ although some other predefined subdomains weren't working. Making sure that this last VirtualHost definit

[EMAIL PROTECTED] timeout problem with Debian Etch 64

2007-05-14 Thread James White
change the time to 290 it will pass. Also, I run this same script on an identically built Debian Etch on a Pentium 686 then the timeout setting in the httpd.conf file works and the script passes. Is this a bug or is there some work around? James White Programmer Biodiversity and Spatial Inform

Re: [EMAIL PROTECTED] apache doesn't startup on my XP

2007-05-18 Thread James Davis
zhou jian wrote: > I looked at the log file, it said invalid parameter or > something... Can you post the error messages from the log files to the list? That would be very helpful. James -- http://www.freecharity.org.uk/ - Free IT services for charities http://www.freecharity.org.u

Re: [EMAIL PROTECTED] apache doesn't startup on my XP

2007-05-18 Thread James Davis
zhou jian wrote: > Child 468: setup_inherited_listeners() WSASocket > failed to open teh inherited socket. Google suggest that this might be of interest to you. http://issues.apache.org/bugzilla/show_bug.cgi?id=31765 James -- http://www.freecharity.org.uk/ - Free IT services for cha

[EMAIL PROTECTED] setting ORACLE_HOME

2007-07-01 Thread James White
ORACLE_HOME echo "Oracle Home: $ORACLE_HOME" echo Starting Apache /usr/local/apache/bin/apachectl start Unfortunately this does not work and I still have to use putenv(). I am using PHP as a cgi. How can I get this to work? Jim James White Programmer Biodiversity and Spatial Information Ce

Re: [EMAIL PROTECTED] setting ORACLE_HOME

2007-07-02 Thread James White
> On 02/07/07, James White <[EMAIL PROTECTED]> wrote: >> I am trying to install Oracle XE to run PHP scripts. I have read that it >> is preferable to set ORACLE_HOME before starting Apache instead of using >> putenv() in the PHP script. I have tried the recommended scr

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
ide of WebSphere Plugin Date: Thu, 26 Jul 2007 17:03:01 -0400 On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > > RewriteEngine ON > RewriteRule ^X01_large.jpg$ footer.gif > > > ...ignored by Apache? Is it not possible to use mod_rewrite outside of a > tag? Y

Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
ct: Re: [EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin Date: Thu, 26 Jul 2007 13:36:11 -0400 On 7/26/07, James Ellis <[EMAIL PROTECTED]> wrote: > Within the plugin, all requests under "/stores/*" are supposed to be handled > by the plugin. Does anyone know

[EMAIL PROTECTED] Handle a JSP Outside of WebSphere Plugin

2007-07-26 Thread James Ellis
We are running IBM IHS (Apache) 2.0 and WebSphere on a different machine. Within the httpd.conf file, we include the WebSphere plugin with the following lines: LoadModule was_ap20_module /opt/WebSphere/AppServer/bin/mod_was_ap20_http.so WebSpherePluginConfig /opt/WebSphere/AppServer/config/cel

[EMAIL PROTECTED] unexpected/bogus behavior of RedirectMatch/mod_rewrite

2007-09-06 Thread James Ralston
Consider the following httpd.conf file: ServerName localhost:80 Listen 127.0.0.1:80 DocumentRoot "/var/www/html" DirectoryIndex index.html There's a /var/www/html/index.html file that contains a simple test message. Now, say that (for whatever reason) we want to redirect all requ

[EMAIL PROTECTED] Load balance question

2007-09-07 Thread James Sherwood
put tomcats on another server and use apache/modjk to load balance across 2 servers Any help would be greatly appreciated, --James

[EMAIL PROTECTED] Load balancing question

2007-09-14 Thread James Sherwood
, James - 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] " from the digest: [EMAIL PROTEC

Re: [EMAIL PROTECTED] Load balancing question

2007-09-14 Thread James Sherwood
, James - Original Message - From: "AFrieze" <[EMAIL PROTECTED]> To: Sent: Friday, September 14, 2007 12:02 PM Subject: Re: [EMAIL PROTECTED] Load balancing question We also have the problem of once the load stops, the sites are still down but Apache/tomcats still se

[EMAIL PROTECTED] Redirect question

2007-09-15 Thread James Sherwood
Hello, We use mod_jk with apache and tomcat. Is there a way to redirect requests to a certian worker via their ip range? Thanks in advance, James - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
rted or is listening on the wrong port The lines vary only by the (tomcat5) being any of the tomcats in the loadbalance. It seems like apache/tomcat/mod_jk are reaching the max number of connections between each other or something? Any help would be GREATLY appreciated, --James - Origin

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
tween each other or something? Any help would be GREATLY appreciated, --James - Original Message - From: James Sherwood To: users@httpd.apache.org Sent: Monday, September 17, 2007 9:12 AM Subject: Re: [EMAIL PROTECTED] Load balancing question Hello, I cannot get my mod

Re: [EMAIL PROTECTED] Load balancing question

2007-09-17 Thread James Sherwood
54 73 tomcat5 0/0 [E|R] tomcat6 ajp13 192.168.150.12:16009 192.168.150.12:16009 ACT OK 0 100 1 601 7261 0 18 0 2.3M 101M 51 71 tomcat6 0/0 Any ideas? Thanks in advance, --James - Original Message - From: Bj To: users@httpd.apache.org Sent: Monday, September 17

[EMAIL PROTECTED] Deny after X number of connections

2007-09-18 Thread James Sherwood
Hello, I have a couple of questions on this: 1: Is there a way to deny users once apache reaches X number of connections. 2: If so can you do a custom page said users see? 3: If so can you get specific to deny connections based on virtual hosts? Thanks in advance, James

Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread James Sherwood
Hello, I found a module called mod_vhost_limit that limits connections per virtual host. The problem is, that its uncompiled and I dont have a linux machine. Does anyone know of a module ready to go compatable with apache 2.0.54 that can limit vhost connections? Thanks, --James

Re: [EMAIL PROTECTED] Redirect question

2007-09-19 Thread James Sherwood
ustomLog E:/Programs/Apache/Apache2/logs/wmm-access_log combined Anyone going to www.somewhere.com on the IP 74.115.246.12 would be sent to tomcat5 and everyone else going to www.somewhere.com would be sent to loadbalancer. It does not work this way so am I mistaken? Thanks, James --

Re: [EMAIL PROTECTED] Deny after X number of connections

2007-09-19 Thread James Sherwood
Hello, Thanks, Windows 2003 Server Apache 2.0.54 Mod_JK 1.2.25 --James - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 19, 2007 3:56 PM Subject: Re: [EMAIL PROTECTED] Deny after X number of connections On 9/19/07

[EMAIL PROTECTED] mod_cache question

2007-09-19 Thread James Sherwood
on of database cpu if this was the case. Thanks, --James - 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] Max Users

2007-09-21 Thread James Sherwood
the directories. Basically what I am striving for is after X number of concurrent connections, return a server too busy error. Is this possible? Thanks in advance, James - The official User-To-User support forum of the

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread James Sherwood
Hello, The tomcat5 worker goes to another server in which I changed the code for the test page so it is different from the loadbalancer worker. Then a coworker has that ip and views the page. The page he sees is the same page I see from a different ip. Am I doing something wrong? --James

Re: [EMAIL PROTECTED] Max Users

2007-09-21 Thread James Sherwood
My understanding if you dont have that directive the max is 250. I have tried hitting it with 1000 concurrent connections and it does not throw a server too busy error. --James - Original Message - From: "Luis Moreira" <[EMAIL PROTECTED]> To: Sent: Friday, Septembe

Re: [EMAIL PROTECTED] Redirect question

2007-09-21 Thread James Sherwood
Hello, So I have it all wrong when it comes to the IP in the virtual host. So IS there a way to redirect to works depending on the IP of the incomming request? --James - Original Message - From: "Rachel Barrios" <[EMAIL PROTECTED]> To: Sent: Friday, September 2

[EMAIL PROTECTED] Apache log files on Windows

2007-09-25 Thread James Sherwood
Hello, I was wondering if anyone knows a way to copy a log file from apache without shuting down apache on a windows server 2003? We are using Apache 2.0.54 on a windows server 2003. When I try to copy the logs I get the error "A program has a partial lock on the file" Thank

  1   2   3   4   5   6   >