Re: [users@httpd] Step-by-Step Tutorial: How to Deploy cPanel Web Hosting Control Panel version 11.74 on CentOS 7.5 Linux Server version 1805 in Amazon AWS Cloud

2023-08-03 Thread Ken Coar
Fascinatingly detailed.. but did I miss what prompted its delivery to this list? 樂 -- Ken Coar () Software developer, author, opinionist Sanagendamgagwedweinini

[users@httpd] Why am I getting Openssl library mismatch with mod_ldap??

2019-05-06 Thread ken edward
Hello, I successfully built a FIPS openssl based mod_ssl for Apache 2.4.39. Everything works great via SSL when I boot Apache, EXCEPT when I then turn on mod_ldap/mod_authnz_ldap, THEN I get the below openssl library version mismatch. The SSL will still work, but it display the below warning.

[users@httpd] Receive openssl library version mismatch when enabling mod_ldap ??!!

2019-05-03 Thread ken edward
Hello, I successfully built a FIPS openssl based mod_ssl for Apache 2.4.39. Everything works great via SSL when I boot Apache, EXCEPT when I then turn on mod_ldap/mod_authnz_ldap, THEN I get the below openssl library version mismatch. The SSL will still work, but it display the below warning. I

[users@httpd] 2.4.33 secure web crashes

2018-05-04 Thread Ken Partridge
Hello, We have been running/upgrading the Apache web for years on a custom ARM device with great success. When we upgraded from 2.4.29 to 2.4.33 we now have trouble with crashes. If we query the web server with multiple sessions via http, no problems, if we do the same thing with https, after a

Re: [users@httpd] Rewrite REMOTE_USER environment variable

2017-05-29 Thread Ken Mycock
Thanks Rainer I have no option but to fix the scripts, as I can't change the Apache installation on a shared server. The fix to each cgi script is easy, but the volume of scripts makes it a significant task. Best I get on with it then! Ken On 24/05/2017 15:41, Rainer Canavan wrote: On Tue

Re: [users@httpd] Rewrite REMOTE_USER environment variable

2017-05-23 Thread Ken Mycock
Eric It seems to make sense that REMOTE_USER wasn't set when the rule I tried in htaccess ran, as that would explain RU not being set. But, REMOTE_USER must be set by Apache, even if it is late in the sequence, so where/how can I get at it? Ken On 23/05/2017 18:43, Eric Covener wrote

Re: [users@httpd] Rewrite REMOTE_USER environment variable

2017-05-23 Thread Ken Mycock
o it's perhaps more fundamental than not being allowed to rewrite REMOTE_USER. Ken On 23/05/2017 14:20, Rainer Canavan wrote: On Tue, May 23, 2017 at 2:10 PM, Ken Mycock <ken.myc...@one-name.org> wrote: [...] Hence, we need to allow authentication of either form of number but to strip leadin

[users@httpd] Rewrite REMOTE_USER environment variable

2017-05-23 Thread Ken Mycock
Apache 2.4, but now needs a work-around. What work-around should I use? As we're on a shared server, the solution has to be implemented in htaccess, not httpd.conf. Ken - To unsubscribe, e-mail: users-unsubscr

Re: [users@httpd] am i hacked ?

2017-02-06 Thread Ken Robinson
not expected. Ken - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] mod_proxy_fdpass.so file missing

2016-08-12 Thread Ken Bell
uot;Installed (but unpackaged) file(s) found" regarding "/usr/lib64/httpd/modules/mod_proxy_hcheck.so". I then added that file to the list of modules, recreated the "httpd-2.4.23.tar.bz" file and apparently successfully built the RPMs. Ken On Thu, 14 Jul 2016 03:15:27 G

Re: [users@httpd] Mod_Status : Empty Client / Protocol / Vhost / Request Columns

2016-04-13 Thread Ken
in the > console if any. > > Sent from my iPhone > > On Apr 13, 2016, at 12:53 PM, Ken <mayhe...@gmail.com> wrote: > > I recently upgraded to Apache 2.4.20 on FreeBSD and up until this update, > everything has been working great with mod_status. > > However

[users@httpd] Mod_Status : Empty Client / Protocol / Vhost / Request Columns

2016-04-13 Thread Ken
- and that's it. Here is a screenshot : http://i67.tinypic.com/21kgncl.png I really hope that this is a bug and not "now working as intended". Ken

Re: [users@httpd] virtual host configuration

2015-07-23 Thread ken
On 07/23/2015 03:48 PM, Mathijs Schmittmann wrote: K R schreef op 7/23/2015 om 9:44 PM: Hi, my customer want to configure virtual host for 5 website in one apache environment . do i have to get 5 ip addresses from network team. Can someone please point me on how can i achieve the same No,

[users@httpd] Followup to [Bug 50028] (LDAP authentication with encrypted passwords)

2013-03-28 Thread Ken Nishimura
to encrypt just the passing of username and password from the client (browser) back to the server? As others have pointed out, SSL is a fallback, but with associated overhead. Has this been fixed in later versions of Apache? Thanks, Ken

Re: [users@httpd] Followup to [Bug 50028] (LDAP authentication with encrypted passwords)

2013-03-28 Thread Ken Nishimura
/password cannot be encrypted separately from the http connection. Thanks, Ken On 03/28/2013 04:11 PM, Eric Covener wrote: On Thu, Mar 28, 2013 at 5:33 PM, Ken Nishimura ken_nishim...@agilent.com wrote: Basically, using the mod_auth_ldap module, apart from using SSL (and associated overhead

[users@httpd] trouble cross compiling for e500v2

2012-11-16 Thread Ken Kelly-Turner
run other cross compiled applications and they've run without issue. If anyone has any idea of the potential cause/solution I would really appreciate it as Google has failed to provide any helpful results Thanks, Ken

Re: [users@httpd] trouble cross compiling for e500v2

2012-11-16 Thread Ken Kelly-Turner
Hi Igor, I'm new to cross-compilation and linkiners. How do I check disable linker maps (using ld) Thanks, Ken On Fri, Nov 16, 2012 at 2:06 PM, Igor Galić i.ga...@brainsware.org wrote: - Original Message - Hi all, I'm trying to run apache on a powerpc board but whenever I try

[users@httpd] Potential Bug in mod_file_cache.c

2012-06-14 Thread Ken Cheung
I observed a code clone in the following files. The second and third functions type cast the object after allocation using apr_palloc while the first function does not. I wonder if this is necessary in the function create_server_config. Hope it helps. function : create_server_config @ (file:

[users@httpd] Potential Bug in mpm_common.c

2012-06-14 Thread Ken Cheung
I observed a code clone in the following files. In the function ap_mpm_set_max_mem_free the variable value has to be multiplied by 1024 before exit while ap_mpm_set_thread_stacksize does not perform this operation. I wonder if this is necessary. Hope it helps. function :

[users@httpd]

2011-02-05 Thread Mick Ken
http://sudhiraitawadearth01.blogspot.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail:

Re: [us...@httpd] Can't get suexec to work on a userdir

2010-11-30 Thread Ken Tanzer
to run as CGI in order for suexec to work? Ken On Tue, Nov 30, 2010 at 12:14 AM, Matus UHLAR - fantomas uh...@fantomas.sk wrote: On 29.11.10 16:10, Ken Tanzer wrote: Hi.  I'm looking for some help with using suexec and userdir (2.2.15 on FC11). I have this test script running in a userdir

[us...@httpd] Can't get suexec to work on a userdir

2010-11-29 Thread Ken Tanzer
it doesn't seem to be failing the security checks. So either CGI execution is not enabled for users (how does one enable that?), or else it's something else completely I'm missing. I'll be glad to feel dumb in someone can tell me what it is! :) TIA! Ken Tanzer

[us...@httpd] Please add timestamps to Apache Service Monitor

2010-11-05 Thread Ken Winter
, keep track of where I'm at in my debug cycle. ~ Thanks ~ Ken

Re: [us...@httpd] Unsubscribe

2009-04-16 Thread Ken Zhao
**Hi Durga! Thank you and please send an email to users-unsubscr...@httpd.apache.org Btw, Are u really work at Cisco? :) On 4/17/09, Durga Prasad (duprasad) dupra...@cisco.com wrote: Please Unsubscribe me. Thanks, Durga -- Ken Zhao (SL: Ken March) http://zhaoke.com

[us...@httpd] Problems with redirects...

2009-02-16 Thread Ken Morley
://www.saddlebrook.com/pda; and how can I make this work correctly? Thanks for any suggestions! Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

RE: [us...@httpd] Problems with redirects...

2009-02-16 Thread Ken Morley
Bob: Thanks for the excellent advice. That resolved the issue. I was mistakenly thinking that the RewriteCond did all of the matching. I forgot about matching within the RewriteRule itself. Thanks again! Ken Morley -Original Message- From: Bob Ionescu [mailto:bobsie

[EMAIL PROTECTED] Can we use include directive inside location directive ???

2008-08-08 Thread Mick Ken
Hi Friends, I have lot's of location tags like these: Location /Project1 DAV svn SVNPath C:/Projects1/ AuthName Projects1 AuthType SSPI SSPIAuth On SSPIAuthoritative On SSPIDomain mydomain SSPIOfferBasic On SSPIUsernameCase lower Require valid-user

[EMAIL PROTECTED] Unable to view files under sub-folders

2007-10-30 Thread Mick Ken
Hi Friends, I have setup Subversion with Apache and everything works fine except that when I view the directory in a web-browser,I see the folder under root, but when I click any of the sub-folders,it does not displays the content and is empty. If I connect to the repository using some subversion

[EMAIL PROTECTED] Re: Unable to view files under sub-folders

2007-10-30 Thread Mick Ken
Hi Friends, I got it figured. It has the SVN path URL pointed to an empty directory. I feel ashamed. This is the second day in a row where i posted a thread and 5 minutes later i figured out the solution and had to ask for forgiveness. Cheers On 10/30/07, Mick Ken [EMAIL PROTECTED] wrote: Hi

Re: [EMAIL PROTECTED] Re: Unable to view files under sub-folders

2007-10-30 Thread Mick Ken
:) On 10/30/07, Dragon [EMAIL PROTECTED] wrote: Mick Ken wrote: Hi Friends, I got it figured. It has the SVN path URL pointed to an empty directory. I feel ashamed. This is the second day in a row where i posted a thread and 5 minutes later i figured out the solution and had to ask

[EMAIL PROTECTED] How to grant access to a directory

2007-10-29 Thread Mick Ken
Hi Friends, I have a subversion running with svnserve but I would like to configure Apache for it,so that I could use domain user authentication. I tried to follow this tutorial: http://svn.spears.at/ But the apache serve is not allowing me the access to the directory.It gives me this error:

[EMAIL PROTECTED] Re: How to grant access to a directory [CLOSED]

2007-10-29 Thread Mick Ken
Sorry for the trouble guys, Got it resolved. Actually I was using the subversion url directly instead of using the alias url ie Project1 defined in the tutorial in the subversion.conf file. I tried that and it worked.Forgive me for my ignorance. Thanks

Re: [EMAIL PROTECTED] Php not running

2007-10-29 Thread Ken Robinson
is displayed by browser, How can i fix it. How are you invoking your script, i.e. what are you typing in the browsers address box? It needs to be http://localhost/path/to/your/script.php Ken - The official User-To-User support

Re: [EMAIL PROTECTED] How to grant access to a directory

2007-10-29 Thread Mick Ken
PROTECTED] wrote: On 10/29/07, Mick Ken [EMAIL PROTECTED] wrote: Hi Friends, I have a subversion running with svnserve but I would like to configure Apache for it,so that I could use domain user authentication. I tried to follow this tutorial: http://svn.spears.at/ But the apache serve

Re: [EMAIL PROTECTED] Unable to run the xampp

2007-09-04 Thread Ken Robinson
is almost 10 years old (maybe older) -- time to get a more modern OS if you want to run xampp. ISTR that I was able to run a very early version of xampp on Windows 98, but it's been so long that I really can't remember how it functioned. Ken

Re: [EMAIL PROTECTED] AccessLog isn't logging

2007-08-24 Thread Ken Zhao
Did u erase the access_log file for specific virtual host or root access_log file? could u post ur screenshot or textinfo on ur VirtualHost directive? On 8/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello. I don't know why my access_log file is always 0 bytes size. I've searched all

[EMAIL PROTECTED] Redirect of http to https going into an infinite loop

2007-06-18 Thread Ken Robinson
On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/(.*)$ https://virtual1/$1 [L,R] Is there any way of making this work without specifying a different target host? Thanks in advance. Ken - The official User-To-User support forum

Re: [EMAIL PROTECTED] Redirect of http to https going into an infinite loop

2007-06-18 Thread Ken Robinson
On 6/18/07, Brett Neumeier [EMAIL PROTECTED] wrote: On Mon, 2007-06-18 at 17:16 +0100, Tony Stevenson wrote: On Mon, June 18, 2007 4:49 pm, Ken Robinson wrote: I'm trying to help my boss solve his rewrite problem. He's trying the following code in the config file, but the results

[EMAIL PROTECTED] What controls which directories httpd can serve from?

2007-04-09 Thread Ken Morley
will serve or where PHP applications can reside? Thanks! Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL

[EMAIL PROTECTED] Relative path with virtual host

2007-03-29 Thread Ken Loomis
myFiles with ../myFiles Why is this, and can safely I fix this with some directive in the Virtual Host? I have a number of libraries I'd like to share across several applications. Any help is much appreciated, Ken

[EMAIL PROTECTED] Can't get mod_rewrite to do anything

2006-08-01 Thread Ken Schutte
, but the rule doesn't work. I've tried a bunch of other rules too, and I can't get any simple RewriteRules to do anything. It created the rewrite_log log file, but it is empty, so I do not even know where to look to track down the problem. Any suggestions? Thanks, Ken

[EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Ken Murach
Hi everyone, Does anyone know if there are issues between apache 2.2.0 and php 5.0.5 for Solaris unix?? I've recently installed apache 2.2.0 which was working fine. I then added the php 5.0.5 piece and now when I run the httpd -t command to verify syntax is still OK, I get the following the

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Ken Murach
, you wrote: On Mon, May 01, 2006 at 01:02:15PM -0400, Ken Murach wrote: libxml2.so.2 = /lib/libxml2.so.2 Is this lib recent enough for php5? Rainer - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Ken Murach
at 01:32:42PM -0400, Ken Murach wrote: Hi Rainier, I would imagine it should be ok? I didn't have any problems with same php 5.0.5 for the apache 1.3.34 installation. The ./httpd -t command works fine for that version. Do you think I should I should grab latest libxml2 and install that?? Dunno

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Ken Murach
At 08:05 PM 5/1/2006 +0200, you wrote: On Mon, May 01, 2006 at 02:00:08PM -0400, Ken Murach wrote: BASEDIR: /usr/local Remember your ldd's output: libxml2.so.2 = /lib/libxml2.so.2 You see? Rainer - The official

Re: [EMAIL PROTECTED] apache 2.2 and php 5 problem

2006-05-01 Thread Ken Murach
, you wrote: On Monday 01 May 2006 19:21, Ken Murach wrote: IfModule mod_php5.c AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps /IfModule Oh dear. That cargo-cult is deeply BAD for two reasons. That abuse of AddType was wrong in Apache 1.1

Re: [EMAIL PROTECTED] Weblogic module and apache 1.3.33 question

2006-03-28 Thread Ken Murach
Thank you Alex for the info. I will check it out. Much appreciated Kenny At 07:56 PM 3/28/2006 +0200, you wrote: Hi, On Die 28.03.2006 12:47, Ken Murach wrote: I then started up this apache 1.3.33 instanace but got the following message upon start up: apollo1 # ./apachectl start [Tue Mar

[EMAIL PROTECTED] Apache 2.0.54 rotate logs problem

2006-03-24 Thread Ken Murach
Hi everyone, Was wondering if there is a work around solution to apache 2.0.54 and rotatelogs?? Currently having a problem trying to start up apache 2.0.54 with the rotatelogs function. This function does not retain the value of the LD_LIBRARY_PATH variable and when we try to start this

[EMAIL PROTECTED] apache 2.0.54 rotatelogs compilation question

2006-03-24 Thread Ken Murach
Does anyone know if it's possible to configure apache 2.0.54 without having the rotatelogs function compiled in??? Thanks Kenny - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Apache server is not parsing php files

2006-01-26 Thread Ken Robinson
you need to invoke it with a trailing slash: http://localhost/phpMyAdmin/ So Apache knows to look for index.php Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] apache hacked to send spam!

2006-01-19 Thread Ken Robinson
would suggest upgrading to at least 4.10 or 4.11 Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL

[EMAIL PROTECTED] apache/php question

2006-01-04 Thread Ken Murach
Hi everyone, I'm relatively new at apache/php and I've just installed/built apache 1.3.33 with php-4.4.0 as static. The build was successful and I've run the following commands: itis-appdev # pwd /usr/local/apache_1.3.33_ssl/bin itis-appdev # ./httpd -t Syntax OK itis-appdev # ./httpd -l

Re: [EMAIL PROTECTED] Delete Blank Lines In A Text File

2005-12-27 Thread Ken Robinson
it out fclose($fp); ? Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from

RE: [EMAIL PROTECTED] Delete Blank Lines In A Text File

2005-12-27 Thread Ken Robinson
that the output file doesn't have the blank lines. You can easily make the output file the same as the input file, so you end up with a cleaned file. I wrote tested the script before I posted it. Ken - The official User-To-User support

RE: [EMAIL PROTECTED] Delete Blank Lines In A Text File

2005-12-27 Thread Ken Robinson
() of the output file. That's how you can write to the same filename, at least on OS's that don't do file versions. On OS's with file versions, like VMS, opening the same file name just creates a new version and the old file remains intact. Ken

Re: [EMAIL PROTECTED] apache 1.3.28 not starting up - no errors??

2005-12-16 Thread Ken Murach
start the command with strace or your local dialect's tool of choice. That way you will see the error killing your process. hope this helps, Christian On Tue, Dec 13, 2005 at 01:11:08PM -0500, Ken Murach wrote: Hi everyone, I have a user who starts up apache 1.3.28 by running a script

[EMAIL PROTECTED] apache 1.3.28 not starting up - no errors??

2005-12-13 Thread Ken Murach
Hi everyone, I have a user who starts up apache 1.3.28 by running a script and giving the script the argument of start This was working, but now the user is unable to get this to start up anymore?? Even as root, I am unable to start this up and there are no errors being recorded in the

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-12 Thread Ken Tozier
in the mod_alias section of the httpd.conf file? Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-12 Thread Ken Tozier
. How you do that depends on your setup. Very good. Thanks for you help/patience. Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

[EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
that need to be changed to allow the above to work? Thanks for any help Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
On Dec 11, 2005, at 1:17 PM, Joshua Slive wrote: On 12/11/05, Ken Tozier [EMAIL PROTECTED] wrote: Then when I type 'localhost/images/' or '127.0.0.1/images/' into a Safari or Firefox address bar, I get: Forbidden You don't have permission to access /images/ on this server. Apache/1.3.33

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
On Dec 11, 2005, at 1:17 PM, Joshua Slive wrote: On 12/11/05, Ken Tozier [EMAIL PROTECTED] wrote: Then when I type 'localhost/images/' or '127.0.0.1/images/' into a Safari or Firefox address bar, I get: Forbidden You don't have permission to access /images/ on this server. Apache/1.3.33

Re: [EMAIL PROTECTED] Problem setting up mod_alias for an external folder

2005-12-11 Thread Ken Tozier
business. Ken - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest: [EMAIL PROTECTED

[EMAIL PROTECTED] apache errors

2005-12-05 Thread Ken Murach
Hi everyone, I'm relatively new to apache and was wondering what do these errors mean?? [Thu Dec 01 16:45:12 2005] [warn] (128)Network is unreachable: connect to listener on [::]:80 [Thu Dec 01 16:45:12 2005] [notice] child pid 275 exit signal Segmentation fault (11), possible coredump in

RE: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-28 Thread Ken Murach
Thank you Axel for your help. I will look into what you said on both the pid possible problem and and running the truss command with the -f option for more information. Thanks again Kenny At 11:02 AM 11/24/2005 +0100, you wrote: [EMAIL PROTECTED] logs]$ tail error.log [Tue Nov 22 11:27:59

[EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
Hi everyone, My name is Ken Murach and I'm relatively new to the apache world. I'm a unix administrator and I was recently asked to install apache 1.3.33 on one of our servers. I was able to install/configure apache 1.3.33 successfully. However, the user itisgrp is unable to start apache

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
it?? Thanks again Joshua for your time Kenny At 11:22 AM 11/22/2005 -0500, you wrote: On 11/22/05, Ken Murach [EMAIL PROTECTED] wrote: Hi everyone, My name is Ken Murach and I'm relatively new to the apache world. I'm a unix administrator and I was recently asked to install apache 1.3.33 on one

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
wrote: On 11/22/05, Ken Murach [EMAIL PROTECTED] wrote: Hi everyone, My name is Ken Murach and I'm relatively new to the apache world. I'm a unix administrator and I was recently asked to install apache 1.3.33 on one of our servers. I was able to install/configure apache 1.3.33 successfully

Re: [EMAIL PROTECTED] apache 1.3.33 multiple instances problem

2005-11-22 Thread Ken Murach
. else /usr/bin/kill $pid fi ;; 'restart') $0 stop $0 start ;; *) echo Usage: $0 { start | stop | restart } exit 1 ;; esac exit 0 Kenny At 02:36 PM 11/22/2005 -0500, you wrote: On 11/22/05, Ken Murach [EMAIL