Re: [users@httpd] Deny by IP address unsuccessful

2013-04-27 Thread Martin Hasicek
Just put allow from all to the bottom of configuration. You have order deny, allow so your config should look same :-) mh Sent from my iPhone On 27.4.2013, at 16:07, Angela Barone wrote: > Hello, > >I hope I'm in the right place for this question. I'm trying to block > undesirables by

Re: [users@httpd] Citrix behind Apache HTTP reverse proxy sever problem

2012-10-07 Thread Martin Hasicek
p > 3.User sees WI site and clicks on icon that represents application. > > then we go 4,5,6 exatcly as if we do not have any Apache reverse proxy! > > Client goes directly to Citrix gateway using ICA\SSL protocol. This is the > main problem: Why Apache does not proxy ICA\SSL? >

Re: [users@httpd] Citrix behind Apache HTTP reverse proxy sever problem

2012-10-07 Thread Martin Hasicek
Hi after first look, configuration of apache looks fine. Please try to view source code of https://proxyserver.domain2.com/citrix/xenapp. Somewhere should be link, which is relative (like href="./citrix/...") or absolute (like href="https://proxyserver.domain2.com/citrix/...";). I expect, it is abs

Re: [users@httpd] Cant modify LD_LIBRARY_PATH

2012-04-06 Thread Martin Hasicek
Hi, try to use envvars to set Env ... Not sure, if this is what you want, but let's start somewhere :-) mh On Fri, Apr 6, 2012 at 8:40 PM, congo thomas wrote: > Friends, > > Please, if this is obvious and thats why no one responded, please hint me. > > I am thinking that LD_LIBRARY_PATH might

Re: [users@httpd] Apache configuration to catch any directory access

2012-03-28 Thread Martin Hasicek
Hi, maybe you can pipe out the output of log file to some script CustomLog "|bin/doAcctionAfterDirectoryAccess" common of course, you can customized logfile output (check CustomLog directive) and you can set action only for specific directory (check Directory and CustomLog directive). Hope this

Re: [users@httpd] Apache as Proxy in a LAN, behind a proxy

2012-03-27 Thread Martin Hasicek
Hi, I think, this part of documentation should be useful http://httpd.apache.org/docs/2.2/mod/mod_proxy.html mh On Tue, Mar 27, 2012 at 1:11 PM, Cristian Senchiu wrote: > Hi there, > > > I hope that someone knows the answer to this. > I'm in a LAN that's behind a squid proxy. Any access to the

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Martin Hasicek
tin, > > Thanks a lot for the response. But it does not work :-( > > T > > > On Wed, Mar 21, 2012 at 1:01 AM, Martin Hasicek > wrote: > >> Hi, >> >> search for ScoreBoardFile directive in your configuration. When you will >> find it, please remov

Re: [users@httpd] Unable to create or access scoreboard (anonymous shared memory failure)

2012-03-21 Thread Martin Hasicek
Hi, search for ScoreBoardFile directive in your configuration. When you will find it, please remove this file from your disk. After removal, apache will recreate this file again. Also please ensure, that apache runtime user has full access to this file. mh On Wed, Mar 21, 2012 at 4:47 PM, Tianyi

Re: [users@httpd] httpd crashes with segmentation fault: Incompatible libpng version in application and library

2012-03-19 Thread Martin Hasicek
Hi, you can check if you use prelink feature. In such case, LD_LIBRARY_PATH is overwriten by LD_PRELOAD or prelink. mh On Mon, Mar 19, 2012 at 1:55 PM, Lenin wrote: > I tried the directive LoadFile, but with no luck. > > Igor Cicimov 於 2012年3月19日上午9:35 ��道: > > LoadFile >> >> >> On Mon, Mar 1

Re: [us...@httpd] http-tomcat - AJP ilink receive failed - 500/503 errors

2010-09-17 Thread Martin Hasicek
Hi, you should try to telnet tomcat server from web server. telnet If the telnet is successful, you need to check configuration of mod_proxy_ajp. If the telnet will be not successful, you have network problem. mh Sent from my iPhone On 17.9.2010, at 18:18, Shantanu Pavgi wrote: > Hi,

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Martin Hasicek
nse GPL > * > * @package MythWeb > * @subpackage > * > /**/ > > // Set the desired page title > $page_title = 'MythWeb - Error - Database Setup Error'; > > // Custom headers > $headers[] = ' href="skins/errors.css">';

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Martin Hasicek
t; db_vars_error.php and I have no idea what it wants regarding > "modules/_shared/tmpl/tmpl/header.php". > > Am I a module short? > > Mar > > > On Wed, Aug 25, 2010 at 10:26 AM, Martin Hasicek > wrote: > >> Hi Mark, >> >> my sorry. My engli

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Martin Hasicek
the way to > go. I don't think I need DirectoryIndex because I dont' want a directory -- > I want it to execute the mythweb.php script. > > Mark > > > On Wed, Aug 25, 2010 at 10:15 AM, Martin Hasicek > wrote: > >> Hi Mark, >> >> by directive Dir

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Martin Hasicek
Hi Mark, by directive DirectoryIndex you are enumerate files, which will be listed in case, when client will point only to dorectory. So in case that client will call http://mythweb/ apache will check existence of files enumerated by DirectoryIndex. If it is not able to find them, apache try to do

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-25 Thread Martin Hasicek
Hi Mark, first, please send us error.log where is the 403 error. mh On Wed, Aug 25, 2010 at 6:05 PM, Mark Adams wrote: > I really hate to bother the group with this issue because my ignorance > about apache access is so profound. But here goes. > > I was attempting to get mythweb accessible fr

Re: [us...@httpd] Invalid command includes/log.std', perhaps mis-spelled or defined by a module not included in the server configuration

2010-08-24 Thread Martin Hasicek
Hi, in front of each line, you should add Include directive. It is working like from httpd.conf Include , from Include , etc ... mh On Tue, Aug 24, 2010 at 9:55 AM, Amol Puglia wrote: > Hello Joost, > > It is a file which is loading all the configuration files. > > The file contains the foll

Re: [us...@httpd] 32 or 64 bit install

2010-08-19 Thread Martin Hasicek
httpd -V will show you the architecture type. Architecture: 64-bit for 32bit compilation you need all necessary libraries 32bit. I'm sure, that you will find lot of howto on google about cross compilation. Just hint, maybe you should use another httpd server as a loadbalancer with mod_proxy...

[us...@httpd] 32bit module on 64bit Apache

2010-08-10 Thread Martin Hasicek
Hi, is there any way how to load 32bit module to 64bit httpd 2.2? Reason for asking such "weird" question, vendor is providing 3th party module only as 32bit version. I have all my web servers as 64bit. Because of count of servers (more than several hundreds), I don't like to start support 32bit