Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-12 Thread Green Wang
you can use mod_proxy On 11/01/2010 03:54 PM, Tushar Chavan wrote: Hi Experts, We have definded rewrite rule as below RewriteEngine on RewriteRule ^/(sap\(.*) http://srmhost.kjo.com.sa:8000/$1 So now whenever url

Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-12 Thread Sai A
More specifically, look at the ProxyPass and ProxyPassReverse directives that are present in mod_proxy. There is another directive called PreserveProxyHost that you'll have to set to on and the URL won't change in the address bar (HTTP header). Sai On Fri, Nov 12, 2010 at 3:20 PM, Green Wang

Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-12 Thread Tom Evans
On Fri, Nov 12, 2010 at 10:16 AM, Sai A arialwi...@gmail.com wrote: More specifically, look at the ProxyPass and ProxyPassReverse directives that are present in mod_proxy. There is another directive called PreserveProxyHost that you'll have to set to on and the URL won't change in the address

Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-12 Thread Sai A
Tom, Thanks for that correction. I got a little confused. On Fri, Nov 12, 2010 at 4:01 PM, Tom Evans tevans...@googlemail.com wrote: On Fri, Nov 12, 2010 at 10:16 AM, Sai A arialwi...@gmail.com wrote: More specifically, look at the ProxyPass and ProxyPassReverse directives that are present

RE: [us...@httpd] Rotating logs

2010-11-12 Thread Patrick McCambridge
Hi Tony, finally had a chance to test this. All I did was change the directory to reflect my actual directory, and I am getting this message (did some tweaking but can't get around this): piped log program ' /Apache22/bin/rotatelogs -l -f /Apache22/logs/apache_access_log.%m-%d-%y-%I:%M:%S

RE: [us...@httpd] Rotating logs

2010-11-12 Thread Bennett, Tony
Patrick Is /Apache22/bin/rotatelogs to full path to rotatelogs ...??? Is /Apache22/logs the full path to Apache's logs directory ...??? What version of Apache are you using Please show the context in your httpd.conf in which you specified rotatelog. The example I provided was lifted from

[users@httpd] Apache failing to start after upgrade.

2010-11-12 Thread Eric Kingston
Hi, I'm hoping someone here can help. Our web server was recently scanned by a security company to make sure we are PCI compliant. They found two vulnerabilities, both related to the version of apache and openssl installed on our server. In order to bring the server up to PCI compliance we had

Re: [users@httpd] Apache failing to start after upgrade.

2010-11-12 Thread Justin Pasher
- Original Message - From: Eric Kingston eri...@esreco.net Date: Fri, 12 Nov 2010 08:55:07 -0700 Subject: [us...@httpd] Apache failing to start after upgrade. To: users@httpd.apache.org Hi, I'm hoping someone here can help. Our web server was recently scanned by a security company to

[us...@httpd] Network domain

2010-11-12 Thread Cheer Jiao
Hello, I am trying to install Apache 2.2.17 server in to my own Laptop PC. I was asked to enter the network domain. However, the default network domail was already set as westell.com and my server's full DNS name was also set the default as myhome.westell.com, which is my PC's current DNS

Re: [us...@httpd] Network domain

2010-11-12 Thread Tom Evans
On Fri, Nov 12, 2010 at 5:02 PM, Cheer Jiao cheerj...@yahoo.com wrote: Hello, I am trying to install Apache 2.2.17 server in to my own Laptop PC. I was asked to enter the network domain. However, the default network domail was already set as westell.com and my server's full DNS name was also

Re: [users@httpd] Apache failing to start after upgrade.

2010-11-12 Thread Tom Evans
On Fri, Nov 12, 2010 at 4:45 PM, Justin Pasher just...@distribion.com wrote: - Original Message - From: Eric Kingston eri...@esreco.net Date: Fri, 12 Nov 2010 08:55:07 -0700 Subject: [us...@httpd] Apache failing to start after upgrade. To: users@httpd.apache.org Hi, I'm hoping

RE: [us...@httpd] Rotating logs

2010-11-12 Thread Patrick McCambridge
Hi Tony, the answers to your first questions are yes and yes. I am running Apache 2.2.16 Here is my full path to rotatelogs: V:\Apache22\bin Here is my full path to logs folder: V:\Apache22\logs Here are my current logs in logs folder: access.log access_comb.log error.log install.log

Re: [us...@httpd] Rotating logs

2010-11-12 Thread Joost de Heer
On 11/12/2010 08:11 PM, Patrick McCambridge wrote: Hi Tony, the answers to your first questions are yes and yes. I am running Apache 2.2.16 Here is my full path to rotatelogs: V:\Apache22\bin Here is my full path to logs folder: V:\Apache22\logs TransferLog | /Apache22/bin/rotatelogs -l -f

RE: [us...@httpd] Rotating logs

2010-11-12 Thread Bennett, Tony
It appears you are running on a Windows System. .My environment is AIX (i.e. Unix).. .so, the manner in which you specify a full path of rotatelogs or the apache_access_log differs (i.e. Unix has no 'concept' of a drive. e.g.: V:\) A little research indicacates you should be able to specify

Re: [us...@httpd] dynamic mpm-itk

2010-11-12 Thread James Devine
I wrote a module that runs prior to itk which checks for this special case and sets both the uid and gid, this seems to run fairly nicely On Wed, Nov 10, 2010 at 12:47 PM, James Devine fxmul...@gmail.com wrote: I'm trying to get all content (php, perl, cgi etc) to run as the intended user,