Igor Cicimov wrote:
So you are trying to connect to port 80 on the server not 443? The SSL
host listens to 443 so what do you expect to happen when you connect to
port 80 as shown in your test? Have you redirected the port 80 to 443 in
your configuration or what?
I am trying to connect to ap
So you are trying to connect to port 80 on the server not 443? The SSL host
listens to 443 so what do you expect to happen when you connect to port 80
as shown in your test? Have you redirected the port 80 to 443 in your
configuration or what? You have also mentioned client certificates so have
you
Hi, I have Apache 2.2.14 with mod_fastcgi. I am running PHP using this
configuration -
AddHandler php-fcgi .php
FastCgiServer cgi-bin/php-cgi
Action php-fcgi cgi-bin/php-cgi
Options +ExecCGI
And it is working properly.
Is there any such method to run python too ? I am relativ
Devraj Mukherjee wrote:
> Hi,
>
> On Wed, Jan 20, 2010 at 3:28 AM, J. Bakshi wrote:
>
>> Dear list,
>>
>> Options +FollowSymLinks
>> RewriteEngine on
>>
>> # domain for typo3
>>
>> RewriteCond %{HTTP_HOST} ^(www.)domain.in$
>> RewriteCond %{REQUEST_URI} !^/TYPO3/
>> RewriteCond %{REQUEST_FILENA
On Wed, Jan 20, 2010 at 7:57 PM, Drew Tomlinson wrote:
> Eric Covener wrote:
>>
>> On Wed, Jan 20, 2010 at 6:24 PM, Drew Tomlinson
>> wrote:
>>
>>>
>>> RewriteRule ^/(.*) http://www.alchemistswarehouse.com/$1 [R]
>>>
>>> I have tried putting this code in my .htaccess file in different pla
Hi,
I am trying to figure out if it is possible to configure Apache (any
version) so that it would work as a tunneling proxy for HTTPS servers
such that it would also verify the client certificates used to access
those servers. The goal is to protect servers on the internal network
from unaut
Eric Covener wrote:
On Wed, Jan 20, 2010 at 6:24 PM, Drew Tomlinson wrote:
RewriteRule ^/(.*) http://www.alchemistswarehouse.com/$1 [R]
I have tried putting this code in my .htaccess file in different places but
it doesn't seem to have any effect. I've even removed the "L" flag fro
On Wed, Jan 20, 2010 at 6:24 PM, Drew Tomlinson wrote:
> RewriteRule ^/(.*) http://www.alchemistswarehouse.com/$1 [R]
>
> I have tried putting this code in my .htaccess file in different places but
> it doesn't seem to have any effect. I've even removed the "L" flag from the
This rule i
I'm trying to use mod_rewrite to rewrite the URL displayed in the
browser address bar to the "www." form as described here:
http://httpd.apache.org/docs/2.0/rewrite/rewrite_guide.html#canonicalhost
This particular site is a ZenCart installation that is hosted. Thus I
have to use .htaccess fil
Hi,
On Wed, Jan 20, 2010 at 3:28 AM, J. Bakshi wrote:
> Dear list,
>
> Options +FollowSymLinks
> RewriteEngine on
>
> # domain for typo3
>
> RewriteCond %{HTTP_HOST} ^(www.)domain.in$
> RewriteCond %{REQUEST_URI} !^/TYPO3/
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-
If you can access the POST data then it should be a matter of decoding
the mime string and get the multipart data out.
Are you writing your module in C, Perl or Python?
On Thu, Jan 21, 2010 at 5:07 AM, Jain Sachinkumar wrote:
> Hello,
>
> We are interested in logging HTTP requests that are sent
Hello,
We are interested in logging HTTP requests that are sent to web
applications hosted on the Apache web server. Eventually, as part of a
larger research project, we would like to be able to replay these requests
automatically on the web application. For this purpose, we have developed
an Apac
On Fri, Jan 15, 2010 at 21:39, inas inassen wrote:
> Hi
>
> these are my config files
>
> in httpd.conf add
>
[...]
Thank you!
Following these instructions, reading here and there and putting it
all together, I managed to get it to work.
--
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +3
Hi,
I am having a serious issue for which I could not find solution.
The configuration:
Apache: 2.2 serving as load balancer as well
workers.properties
worker.list=balancer
worker.engine1.port=10001
worker.engine1.host=localhost
worker.engine1.type=ajp13
worker.engine1.lbfactor=1
#worker.
On 1-19-2010 1:59 AM, Krist van Besien wrote:
On Mon, Jan 18, 2010 at 8:52 PM, Dan Schaefer wrote:
Is there a standard location where the SSL crt, csr, and key files should be
located?
There is no standard location. Practices vary by distribution.
On Fedora its /etc/pki/tls
On my Ub
>
>> My attempt was:
>>
>> RewriteEngine On
>> RewriteRule ^(www\.)?domain\.ext/subdomain/(.*)$
>> subdomain\.domain\.ext/$2 [R=301,L]
>>
>> I now think this would be better:
>>
>> RewriteEngine On
>> RewriteRule ^domain\.ext/subdomain/(.*)$ subdomain\.domain\.ext/$2
>> [R=301,L]
>
> No
On Wed, 20 Jan 2010 10:19:24 +0100
Krist van Besien wrote:
> On Tue, Jan 19, 2010 at 5:28 PM, J. Bakshi
> wrote:
>
> > The .htccess successfully redirects the concerned domain into the
> > sub-folder (TYPO3) . But the problem is with speaking url. Clicking
> > on any links always and always goe
> On 19 January 2010 22:24, Reese wrote:
>
> On 19-Jan-10 17:16, Peter J Milanese wrote:
> > Have to throw in something here. Tom gave you the right answers. What
> > exactly is 'one of those'?
>
> RTFM is not always the "right" answer to the question asked.
I agree, but Tom's answer was more tha
On Tue, Jan 19, 2010 at 5:28 PM, J. Bakshi wrote:
> The .htccess successfully redirects the concerned domain into the
> sub-folder (TYPO3) . But the problem is with speaking url. Clicking on any
> links always and always goes to the very first page.
Waht is a "speaking url"?
Could it be that you
19 matches
Mail list logo