Re: [users@httpd] cgi-bin disconnecting upload

2013-12-10 Thread Andreas Frisch
> Under what criteria, missing Content-Length? You can probably set 
that
> up more directly w/ e.g. mod_rewrite.

I'm not sure whether I understand that right.
Does the question refer to which exact case the 100-Continue status 
shouldn't be sent? 
--That would be in case my cgi-bin determines that the client is not 
supposed to do the HTTP PUT operation.
And I could use a mod_rewrite rule to specify the 100-Continue not to be 
sent? I guess that would apply for every connection then, and not be 
dynamically determinable from within the cgi-bin, right?

> 
> If a 100-continue isn't answered, a client could just as well send it
> the body anyway:
> 
 
I have control over the peer's code, so I could decide how to handle this.

A different problem is that andybody could just use curl or whatever to do 
continuous PUT operations with nonsense content and overload the 
server that way... is there really now way how to keep that from 
happening?
Maybe with some apache module? 



Re: [users@httpd] Help Please

2013-12-10 Thread Vincenzo D'Amore
Hi,

may be I can help you, but I'm not sure what's you problem. 
Since you successfully compiled after  you copied into /usr/local/lib OpenSSL 
libraries. 
Are you afraid to use this version of OpenSSL libraries? 

Ciao,
Vincenzo

--
mobile: 3498513251
skype: free.dev

> On 10/dic/2013, at 02:45, Srinivasa Rao Katta  wrote:
> 
> Hi Apache Folks,
> 
> I need your help for to fix my config.nice problem.
> 
> Here is my system information;
> 
> SunOS 5.10 Generic_150400-03 sun4v sparc sun4v
> 
> Apache version 2.2.25
> 
> Openssl
> ---
> #> /usr/local/ssl/bin/openssl
> OpenSSL> version
> OpenSSL 1.0.1e-fips 11 Feb 2013
> OpenSSL>
> 
> # cd /usr/local/ssl/lib
> #> ls -la
> total 8218
> drwx-- 4 root root 6 Dec 4 18:31 .
> drwx-- 10 root root 11 Dec 4 18:31 ..
> drwx-- 2 root root 2 Dec 4 18:31 engines
> -rw-r--r-- 1 root root 3507800 Dec 4 18:31 libcrypto.a
> -rw-r--r-- 1 root root 544216 Dec 4 18:31 libssl.a
> drwx-- 2 root root 5 Dec 4 18:31 pkgconfig
> #
> 
> gcc
> 
> # gcc -v
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/local/gcc4/libexec/gcc/sparc-sun-solaris2.10/4.7.2/lto-wrapper
> Target: sparc-sun-solaris2.10
> Configured with: ../configure --without-gnu-as --with-as=/usr/ccs/bin/as 
> --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-shared 
> --enable-languages=c,c++,fortran,objc --prefix=/usr/local/gcc4
> Thread model: posix
> gcc version 4.7.2 (GCC)
> #>
> 
> Here is /usr/local/apache/build/config.nice information;
> 
> #! /bin/sh
> #
> # Created by configure
> "./configure" \
> "--prefix=/usr/local/apache" \
> "--enable-mime-magic" \
> "--enable-info" \
> "--enable-imagemap" \
> "--enable-speling" \
> "--enable-rewrite" \
> "--enable-authz-host" \
> "--enable-authn-anon" \
> "--enable-authn-dbm" \
> "--enable-auth-digest" \
> "--enable-cern-meta" \
> "--enable-expires" \
> "--enable-headers" \
> "--enable-unique_id" \
> "--enable-so" \
> "--enable-ssl" \
> "--with-ssl=/usr/local/ssl" \
> "$@"
> #>
> 
> I was getting following error,When I run config.nice;
> 
> #/usr/local/apache/build/config.nice
> --
> 
> checking whether to enable mod_ssl... checking dependencies
> checking for SSL/TLS toolkit base... /usr/local/ssl
> adding "-I/usr/local/ssl/include" to CPPFLAGS
> adding "-I/usr/local/ssl/include" to INCLUDES
> adding "-L/usr/local/ssl/lib" to LDFLAGS
> adding "-R/usr/local/ssl/lib" to LDFLAGS
> checking for OpenSSL version... checking openssl/opensslv.h usability... yes
> checking openssl/opensslv.h presence... yes
> checking for openssl/opensslv.h... yes
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> OK
> forcing SSL_LIBS to "-lssl -lcrypto "
> adding "-lssl" to LIBS
> adding "-lcrypto" to LIBS
> checking openssl/engine.h usability... yes
> checking openssl/engine.h presence... yes
> checking for openssl/engine.h... yes
> checking for SSLeay_version... no
> checking for SSL_CTX_new... no
> checking for ENGINE_init... no
> checking for ENGINE_load_builtin_engines... no
> checking for SSL_set_cert_store... no
> configure: error: ... Error, SSL/TLS libraries were missing or unusable
> #>
> 
> Note:I was getting following error,When I run the 
> /usr/local/apache/build/config.nice;
> 
> configure: error: ... Error, SSL/TLS libraries were missing or unusable
> 
> Note:When I copy following openssl 1.0.1c libs to /usr/local/lib,config.nice 
> was running fine and make and make install was running fine;
>  
> Here is /usr/local/lib folder information;
>  
> #> ls -la
> total 13872
> drwx-- 2 root root 8 Dec 4 17:40 .
> drwxr-xr-x 10 bin bin 109 Dec 5 15:18 ..
> -rwx-- 1 root root 1882678 Dec 4 17:07 libcrypto.so
> -rwx-- 1 root root 1632892 Dec 4 17:11 libcrypto.so.0.9.8
> -rwx-- 1 root root 1882678 Dec 4 17:11 libcrypto.so.1.0.0
> -rwx-- 1 root root 409381 Dec 4 17:08 libssl.so
> -rwx-- 1 root root 302436 Dec 4 17:11 libssl.so.0.9.8
> -rwx-- 1 root root 409381 Dec 4 17:11 libssl.so.1.0.0
> #>
> 
> I was getting following output,After done make install,if I used above libs 
> under /usr/local/lib;
> 
> [notice] Apache/2.2.25(Unix) mod_ssl/2.2.25 OpenSSL/1.0.1c configured -- 
> resuming normal operations
> 
> I want to compile the apache 2.2.25 for FIPS compatability.So,As per Google,I 
> was used following varaiables on the server before run the config.nice;
> 
> export CC=/usr/local/ssl/fips-2.0/bin/fipsld
> export FIPSLD_CC=gcc 
> export LTFLAGS=--tag=CC
> 
> Please advice me How I can fix following config.nice running problem;
> 
> configure: error: ... Error, SSL/TLS libraries were missing or unusable
> 

[users@httpd] Re: Single quotes in ajax POST data getting prefixed with backslash

2013-12-10 Thread Tim Streater
On 09 Dec 2013 at 22:30, Yehuda Katz  wrote:

> That is a PHP configuration option called Magic Quotes (
> http://www.php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc)
> that used to be on by default and is now off by default in recent PHP
> releases.

Thanks - that was it.

--
Cheers  --  Tim


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

RE: [users@httpd] Help Please

2013-12-10 Thread Srinivasa Rao Katta
Vincen,
 
Thanks for the response to my email.
 
When I copied old libs to /usr/local/lib,Which were  belongs to openssl 
1.0.1c,everything is working fine.
 
However,My apache 2.2.25 was not working very good with following libs,Which 
were there in the /usr/local/ssl/lib,Which were generated for openssl-1.0.1e 
fips.
 
-rw-r--r--   1 root root 3507800 Dec  4 18:31 libcrypto.a
-rw-r--r--   1 root root  544216 Dec  4 18:31 libssl.a
 
Please let me know,If You have any questions or concerns.
 
Thanks,
Srinivas







Srinivasa Rao Katta(System Administrator),

skatt...@hotmail.com,

 



 
From: v.dam...@gmail.com
Date: Tue, 10 Dec 2013 10:01:27 +0100
CC: users@httpd.apache.org
To: users@httpd.apache.org
Subject: Re: [users@httpd] Help Please

Hi,
may be I can help you, but I'm not sure what's you problem. Since you 
successfully compiled after  you copied into /usr/local/lib OpenSSL libraries. 
Are you afraid to use this version of OpenSSL libraries? 

Ciao,Vincenzo
--mobile: 3498513251skype: free.dev
On 10/dic/2013, at 02:45, Srinivasa Rao Katta  wrote:




Hi Apache Folks,
 
I need your help for to fix my config.nice problem.
 
Here is my system information;
 
SunOS 5.10 Generic_150400-03 sun4v sparc sun4v
 
Apache version 2.2.25
 
Openssl
---
 #> /usr/local/ssl/bin/openssl
OpenSSL> version
OpenSSL 1.0.1e-fips 11 Feb 2013
OpenSSL>

# cd /usr/local/ssl/lib
 #> ls -la
total 8218
drwx--   4 root root   6 Dec  4 18:31 .
drwx--  10 root root  11 Dec  4 18:31 ..
drwx--   2 root root   2 Dec  4 18:31 engines
-rw-r--r--   1 root root 3507800 Dec  4 18:31 libcrypto.a
-rw-r--r--   1 root root  544216 Dec  4 18:31 libssl.a
drwx--   2 root root   5 Dec  4 18:31 pkgconfig
 #
 
gcc

 # gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc4/libexec/gcc/sparc-sun-solaris2.10/4.7.2/lto-wrapper
Target: sparc-sun-solaris2.10
Configured with: ../configure --without-gnu-as --with-as=/usr/ccs/bin/as 
--without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-shared 
--enable-languages=c,c++,fortran,objc --prefix=/usr/local/gcc4
Thread model: posix
gcc version 4.7.2 (GCC)
 #>
 
Here is /usr/local/apache/build/config.nice information;
 
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/usr/local/apache" \
"--enable-mime-magic" \
"--enable-info" \
"--enable-imagemap" \
"--enable-speling" \
"--enable-rewrite" \
"--enable-authz-host" \
"--enable-authn-anon" \
"--enable-authn-dbm" \
"--enable-auth-digest" \
"--enable-cern-meta" \
"--enable-expires" \
"--enable-headers" \
"--enable-unique_id" \
"--enable-so" \
"--enable-ssl" \
"--with-ssl=/usr/local/ssl" \
"$@"
 #>
 
I was getting following error,When I run config.nice;
 
#/usr/local/apache/build/config.nice
--

checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... /usr/local/ssl
  adding "-I/usr/local/ssl/include" to CPPFLAGS
  adding "-I/usr/local/ssl/include" to INCLUDES
  adding "-L/usr/local/ssl/lib" to LDFLAGS
  adding "-R/usr/local/ssl/lib" to LDFLAGS
checking for OpenSSL version... checking openssl/opensslv.h usability... yes
checking openssl/opensslv.h presence... yes
checking for openssl/opensslv.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
OK
  forcing SSL_LIBS to "-lssl -lcrypto  "
  adding "-lssl" to LIBS
  adding "-lcrypto" to LIBS
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSLeay_version... no
checking for SSL_CTX_new... no
checking for ENGINE_init... no
checking for ENGINE_load_builtin_engines... no
checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable
 #>

Note:I was getting following error,When I run the 
/usr/local/apache/build/config.nice;
 
configure: error: ... Error, SSL/TLS libraries were missing or unusable
 
Note:When I copy following openssl 1.0.1c libs to /usr/local/lib,config.nice 
was running fine and make and make install was running fine;
 
Here is /usr/local/lib folder information;
 
 #> ls -la
total 13872
drwx--   2 root root   8 Dec  4 17:40 .
drwxr-xr-x  10 bin  bin  109 Dec  5 15:18 ..
-rwx--   1 root root 1882678 Dec  4 17:07 libcrypto.so
-rwx--   1 root root 1632892 Dec  4 17:11 libcrypto.so.0.9.8
-rwx--   1 root root 1882678 Dec  4 17:11 libcrypto.so.1.0.0
-rwx--   1 root root  409381 Dec  4 17:08 libssl.so
-rwx--   1 root root  302436 Dec  4 17:11 libssl.so.0.9.8
-rwx--   1 root root  409381 Dec  4 17:11 libssl.so.1.0.0
 #>
 
I was getting following output,After d

[users@httpd] Mod_Proxy Bug in Apache 2.0.65

2013-12-10 Thread Otis Dewitt - NOAA Affiliate
Greetings,

I am using Apache 2.0.65 with mod_proxy as a reverse proxy, this proxy sits
in the DMZ and serves to the backend servers. I am getting constant errors
in the log file stating whats below.

*[Tue Dec 10 12:33:17 2013] [error] (20014)Error string not specified yet:
proxy: pass request body failed to 192.168.2.5:7710
 (example.com ) from
192.168.2.5:7710  ()*

I have searched many forums to only find people with the same issue that
has not been answered. This error message is very vague and points to no
where to start looking. The URL works but occasionally gets "Internal
Server Error" due to this issue.

I have managed to find this out by using the 192.168.2.5:7710 directly
without the proxy and it works flawless, below you can find my proxy
directives.

 #Prevent the use of this httpd server to be used as a proxy
ProxyRequests Off

Order deny,allow
Allow from all


 #Proxy related options
ProxyHTMLExtended On
ProxyHTMLMeta On
ProxyPreserveHost On
ProxyVia on

## Jira [PROD]
ProxyPass /jira https://example.com:7710/jira
ProxyPassReverse /jira https://example.com:7710/jira


1. I would like to know what is causing this problem?
2. How can I solve this problem?

Thanks,
Otis


[users@httpd] mod_cache > Faster load times using both mod_mem_cache and mod_disk_cache??

2013-12-10 Thread Geoff Millikan
Dear List,

 

When both are configured the docs say Apache tries to pull the object from the 
first cache source and if it's not there, it tries
the second.

 

Based on this, is it efficient to cache the exact same content twice: 

 

- in mod_mem_cache for faster access of more frequently accessed objects AND

- in mod_disk_cache for slightly slower access (but nearly unlimited storage 
space)?

 

Seems this would be good but does the overhead of polling both caches result in 
everything being slower?

 

Sample config below.

 

Thanks,

 

Geoff Millikan

 

---== Sample Config Snippet ==---

 

# Enable the RAM cache first because this should be a bit faster than the hard 
drive based cache.

CacheEnable  mem /

 

# Enable hard drive-based cache second.

CacheEnable disk /

 

# Limit RAM cache to 10MB and 100 items, everything else goes to the disk.

MCacheSize 2048

MCacheMaxObjectCount 100

MCacheRemovalAlgorithm GDSF

CacheDisable /images

CacheRoot /var/cache/mod_cache/

 



Re: [users@httpd] Help Please

2013-12-10 Thread Vincenzo D'Amore
What kind of problems are you experiencing?

--
Vincenzo D'Amore
skype: free.dev
mobile: +39 349 8513251

> On 10/dic/2013, at 16:06, Srinivasa Rao Katta  wrote:
> 
> Vincen,
>  
> Thanks for the response to my email.
>  
> When I copied old libs to /usr/local/lib,Which were  belongs to openssl 
> 1.0.1c,everything is working fine.
>  
> However,My apache 2.2.25 was not working very good with following libs,Which 
> were there in the /usr/local/ssl/lib,Which were generated for openssl-1.0.1e 
> fips.
>  
> -rw-r--r-- 1 root root 3507800 Dec 4 18:31 libcrypto.a
> -rw-r--r-- 1 root root 544216 Dec 4 18:31 libssl.a
>  
> Please let me know,If You have any questions or concerns.
>  
> Thanks,
> Srinivas
> 
> 
> 
> 
> Srinivasa Rao Katta(System Administrator),
> skatt...@hotmail.com,
>  
> 
> 
>  
> From: v.dam...@gmail.com
> Date: Tue, 10 Dec 2013 10:01:27 +0100
> CC: users@httpd.apache.org
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Help Please
> 
> Hi,
> 
> may be I can help you, but I'm not sure what's you problem. 
> Since you successfully compiled after  you copied into /usr/local/lib OpenSSL 
> libraries. 
> Are you afraid to use this version of OpenSSL libraries? 
> 
> Ciao,
> Vincenzo
> 
> --
> mobile: 3498513251
> skype: free.dev
> 
> On 10/dic/2013, at 02:45, Srinivasa Rao Katta  wrote:
> 
> Hi Apache Folks,
> 
> I need your help for to fix my config.nice problem.
> 
> Here is my system information;
> 
> SunOS 5.10 Generic_150400-03 sun4v sparc sun4v
> 
> Apache version 2.2.25
> 
> Openssl
> ---
> #> /usr/local/ssl/bin/openssl
> OpenSSL> version
> OpenSSL 1.0.1e-fips 11 Feb 2013
> OpenSSL>
> 
> # cd /usr/local/ssl/lib
> #> ls -la
> total 8218
> drwx-- 4 root root 6 Dec 4 18:31 .
> drwx-- 10 root root 11 Dec 4 18:31 ..
> drwx-- 2 root root 2 Dec 4 18:31 engines
> -rw-r--r-- 1 root root 3507800 Dec 4 18:31 libcrypto.a
> -rw-r--r-- 1 root root 544216 Dec 4 18:31 libssl.a
> drwx-- 2 root root 5 Dec 4 18:31 pkgconfig
> #
> 
> gcc
> 
> # gcc -v
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/local/gcc4/libexec/gcc/sparc-sun-solaris2.10/4.7.2/lto-wrapper
> Target: sparc-sun-solaris2.10
> Configured with: ../configure --without-gnu-as --with-as=/usr/ccs/bin/as 
> --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-shared 
> --enable-languages=c,c++,fortran,objc --prefix=/usr/local/gcc4
> Thread model: posix
> gcc version 4.7.2 (GCC)
> #>
> 
> Here is /usr/local/apache/build/config.nice information;
> 
> #! /bin/sh
> #
> # Created by configure
> "./configure" \
> "--prefix=/usr/local/apache" \
> "--enable-mime-magic" \
> "--enable-info" \
> "--enable-imagemap" \
> "--enable-speling" \
> "--enable-rewrite" \
> "--enable-authz-host" \
> "--enable-authn-anon" \
> "--enable-authn-dbm" \
> "--enable-auth-digest" \
> "--enable-cern-meta" \
> "--enable-expires" \
> "--enable-headers" \
> "--enable-unique_id" \
> "--enable-so" \
> "--enable-ssl" \
> "--with-ssl=/usr/local/ssl" \
> "$@"
> #>
> 
> I was getting following error,When I run config.nice;
> 
> #/usr/local/apache/build/config.nice
> --
> 
> checking whether to enable mod_ssl... checking dependencies
> checking for SSL/TLS toolkit base... /usr/local/ssl
> adding "-I/usr/local/ssl/include" to CPPFLAGS
> adding "-I/usr/local/ssl/include" to INCLUDES
> adding "-L/usr/local/ssl/lib" to LDFLAGS
> adding "-R/usr/local/ssl/lib" to LDFLAGS
> checking for OpenSSL version... checking openssl/opensslv.h usability... yes
> checking openssl/opensslv.h presence... yes
> checking for openssl/opensslv.h... yes
> checking openssl/ssl.h usability... yes
> checking openssl/ssl.h presence... yes
> checking for openssl/ssl.h... yes
> OK
> forcing SSL_LIBS to "-lssl -lcrypto "
> adding "-lssl" to LIBS
> adding "-lcrypto" to LIBS
> checking openssl/engine.h usability... yes
> checking openssl/engine.h presence... yes
> checking for openssl/engine.h... yes
> checking for SSLeay_version... no
> checking for SSL_CTX_new... no
> checking for ENGINE_init... no
> checking for ENGINE_load_builtin_engines... no
> checking for SSL_set_cert_store... no
> configure: error: ... Error, SSL/TLS libraries were missing or unusable
> #>
> 
> Note:I was getting following error,When I run the 
> /usr/local/apache/build/config.nice;
> 
> configure: error: ... Error, SSL/TLS libraries were missing or unusable
> 
> Note:When I copy following openssl 1.0.1c libs to /usr/local/lib,config.nice 
> was running fine and make and make install was running fine;
>  
> Here is /usr/local/lib folder information;
>  
> #> ls -la
> total 13872
> drwx-- 2 root root 8 Dec 4 17:40 .
> drwxr-xr-x 10 bin bin 109 Dec 5 15:18 ..
> -rwx-- 1 root root 1882678 Dec 4 17:07 libcrypto.so
> -rwx-- 1 root root 1632892 Dec 4 17:11 libcrypto.so.0.9.8
> -rwx-- 1 root root 188

Re: [users@httpd] Re: Error 404 Not Found

2013-12-10 Thread Robert

Good Guy,

Problem resolved.  Thanks so much for your patience and help.

Robert

- Original Message - 
From: "Good Guy" 

To: 
Sent: Monday, December 09, 2013 11:27 PM
Subject: [users@httpd] Re: Error 404 Not Found



OK do the following adjustments:

1)Browse the php folder and look for the file called:
"php.ini-production" and change its name to:

php.ini

2)Open this php.ini file in a text editor and change the following:

short_open_tag = Off
To
short_open_tag = On

3)Change
;session.save_path = "/tmp"
To
session.save_path = "/tmp"

Also make sure you have a c:\tmp folder for temporary session files.  Make 
sure the folder name is exactly as I have shown above.  Windows uses a 
different folder names but do exactly as I have stated above.

4) Save the file and close it.

Configure Apache Server: This  Section requires changing the apache 
configuration settings:
1)Stop the apache server so that you can change the config file; the 
config file is called httpd.conf and it is in a folder:

/apache/conf
2) Open it and make these changes:
Search for section of the file that has a series of "LoadModule" 
statements. Statements prefixed by the hash "#" sign are regarded as 
having been commented out. Add the following at the end of the section:

LoadModule php5_module "c:/php-120913/php5apache2_2.dll"
Make sure the folder name id#s for the  php folder where you have 
extracted the files.  Also, the folder names in apache is as shown above 
not as in windows.  For example folder in apache should be c:/php-120913 
NOT c:\php-120913.  You get the idea.


3) Next, search for "AddType" in the file, and add the following line 
after the last "AddType" statement. For Apache 2.2.x, you can find the 
"AddType" lines in the  section. Add the line just 
before the closing  for that section.


AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml

4) Finally, you will need to indicate the location of your PHP ini file. 
Add the following line to the end of your httpd.conf file.

PHPIniDir "c:/php-120913"
Again the folder should be your folder for php files you have extracted 
to.


This should enable you to process php files.  Always test the 
configuration by loading the phpinfo file I gacvve you earlier in the 
thread.  I hope you still have it otherwise go back to the bgeginning of 
the thread and recreate the file and load it to test it.  It should give 
you the information about your php settings.


Good luck and post back so that something else can be suggested such as 
"Running PHP 5 as a CGI Binary"




On 10/12/2013 02:55, Robert wrote:

Good Guy,

Files have been unzipped to directory c:\php-120913.

Robert



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] Re: Error 404 Not Found

2013-12-10 Thread Good Guy

On 11/12/2013 01:03, Robert wrote:

Good Guy,

Problem resolved.  Thanks so much for your patience and help.

Robert



I am glad this has been resolved successfully.  Thanks for the update.



--
Good Guy
Website: http://mytaxsite.co.uk
Website: http://html-css.co.uk
Email: http://mytaxsite.co.uk/contact-us



-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




[users@httpd] Problem applying patch to Apache-2.4.7

2013-12-10 Thread Abdul Anshad

Hello All,

I can't apply a patch named *httpd-2.4.7-sslsninotreq**.patch*, when i 
try to build the package httpd-2.4.7 it throws out the error as "Only 
garbage was found in the patch input".

The content of the patch is as follows :

diff --git a/modules/ssl/ssl_engine_config.c 
b/modules/ssl/ssl_engine_config.c

index 15993f1..53ed6f1 100644


But the, previous version of this patch (i.e) 
*httpd-2.4.3-sslsninotreq**.patch* works fine with httpd 2.4.6 package 
but not with httpd-2.4.7.


Is there anyone else facing the same issue? I downloaded the source rpm 
from koji.fedora.com


--
Regards,
Abdul



[users@httpd] Mod_Proxy Bug in Apache 2.0.65

2013-12-10 Thread Otis Dewitt - NOAA Affiliate
Greetings,

I am using Apache 2.0.65 with mod_proxy as a reverse proxy, this proxy sits
in the DMZ and serves to the backend servers. I am getting constant errors
in the log file stating whats below.

*[Tue Dec 10 12:33:17 2013] [error] (20014)Error string not specified yet:
proxy: pass request body failed to 192.168.2.5:7710
 (example.com )
from 192.168.2.5:7710  ()*

I have searched many forums to only find people with the same issue that
has not been answered. This error message is very vague and points to no
where to start looking. The URL works but occasionally gets "Internal
Server Error" due to this issue.

I have managed to find this out by using the 192.168.2.5:7710 directly
without the proxy and it works flawless, below you can find my proxy
directives.

 #Prevent the use of this httpd server to be used as a proxy
ProxyRequests Off

Order deny,allow
Allow from all


 #Proxy related options
ProxyHTMLExtended On
ProxyHTMLMeta On
ProxyPreserveHost On
ProxyVia on

## Jira [PROD]
ProxyPass /jira https://example.com:7710/jira
ProxyPassReverse /jira https://example.com:7710/jira


1. I would like to know what is causing this problem?
2. How can I solve this problem?

Thanks,
Otis