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
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?
>
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
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
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
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
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
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
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
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,
nse GPL
> *
> * @package MythWeb
> * @subpackage
> *
> /**/
>
> // Set the desired page title
> $page_title = 'MythWeb - Error - Database Setup Error';
>
> // Custom headers
> $headers[] = ' href="skins/errors.css">';
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
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
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
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
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
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...
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
18 matches
Mail list logo