Hi,
I've just removed some important apache virtual host configuration on
my local workstation during a server reconfiguration routine. I
intended to remove *~, but removed * instead. Now everything under
vhosts.d is gone.
The configuration contains mod_perl settings which I want to recover
some
On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've apache 1.3 installation. It doesn't have
> mod_headers installed. How can I install it?
>
> The best/only thing I find in the web was the
> mod_headers.c source code
> (http://www.koders.com/c/fid0AAB65D829C37CFB1E1F87D75C64A
On 8/8/07, Samuel Vogel <[EMAIL PROTECTED]> wrote:
> This is how my vHost looks like now:
>
>
> ServerName samy.newkilu.de
> ServerAlias *.samy.newkilu.de
>
> DocumentRoot /data/apache/samy/www
>
> RewriteEngine On
> RewriteCond %{HTTP_HOST} !^www\.
>
Hello,
I've apache 1.3 installation. It doesn't have
mod_headers installed. How can I install it?
The best/only thing I find in the web was the
mod_headers.c source code
(http://www.koders.com/c/fid0AAB65D829C37CFB1E1F87D75C64A019E51DD972.aspx)
However, I don't know how to get it working into my
Hello,
I am new to apache community.
I need to put rewrite rule in such a way that
http://community.brand.comshould end up at
http://community.brand.com/base/index.jspa.
Please see if you have any such rule available or please provide some
pointer for the same.
Thanks,
Lalit Kapoor
This is how my vHost looks like now:
ServerName samy.newkilu.de
ServerAlias *.samy.newkilu.de
DocumentRoot /data/apache/samy/www
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} ^([^.]+)\.samy\.newkilu\.de
> See:
> http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestline
Thank you. I have the docs and I search them before I ask here, honest! I also
did a Google internet search. But if you don't know exactly what to look for,
you can't find it!
--
Crash
Reply to group only. E-mail is blocked
On 8/8/07, Crash Dummy <[EMAIL PROTECTED]> wrote:
> I have Apache 2.2.4 installed on Windows 2000 pro. When I receive a request
> longer than 8192 (I think), the server responds with a 414 (Request URI too
> long) error. That's fine, but I would like to know if it is adjustable (likely
> downward),
On 8/8/07, Arsen Hairapetyan <[EMAIL PROTECTED]> wrote:
> Thanks, Joshua.
>
> Could you please also answer to the question implied in my previous
> message: how can I get the VERSIONS of all compiled-in
> modules? (I can list them with 'apachectl -l', but I do not get the
> versions)
Modules inclu
Hi
I am running apache 2.0.59 on linux machine with the mod_jk 1.2.19
binary as connector to tomcat 5.5.23.
For one of the workers in mod_jk, its giving me following error.
[Tue Aug 07 20:41:03 2007] [22993:22208] [debug] jk_handler::mod_jk.c
(2047): Service finished with status=404 for worker=
I have Apache 2.2.4 installed on Windows 2000 pro. When I receive a request
longer than 8192 (I think), the server responds with a 414 (Request URI too
long) error. That's fine, but I would like to know if it is adjustable (likely
downward), and if it can be set for a specific method (GET, POST, SE
On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote:
> On 08/08/2007, Georg Sauthoff <[EMAIL PROTECTED]> wrote:
>> Yes I do. Now I disabled it in my Firefox, and tcpdump shows only one
>> 'GET /project/bar ...' per request. Situation has not changed for
>> access/error.log files.
> Does the serv
Thanks, Joshua.
Could you please also answer to the question implied in my previous
message: how can I get the VERSIONS of all compiled-in
modules? (I can list them with 'apachectl -l', but I do not get the
versions)
Best regards,
Arsen.
On Tue, 7 Aug 2007, Joshua Slive wrote:
On 8/7/07, Arse
Neil A. Hillard wrote:
The reason I blame Apache is because if you visit...
On the grounds that an HTTP request for http://www.goodsexnetwork.com/
returns the following:
GET / HTTP/1.0
Host: www.goodsexnetwork.com
HTTP/1.1 200 OK
Connection: close
Date: Wed, 08 Aug 2007 11:39:55 GMT
Server:
Hi,
Richard Eng wrote:
> The reason I blame Apache is because if you visit...
>
> http://74.102.141.248/goodsexnetwork/
>
> ...to which http://www.goodsexnetwork.com/ has been forwarded, you do not
> see the screen flashing.
>
> So, with...
>
> http://www.goodsexnetwork.com/
>
> ...you see sc
On 08/08/2007, Georg Sauthoff <[EMAIL PROTECTED]> wrote:
> On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote:
> > You need to figure out where these two requests are originating. Have
> > you configured this server to be a forward proxy in your browser?
>
> Yes I do. Now I disabled it in my Fir
The reason I blame Apache is because if you visit...
http://74.102.141.248/goodsexnetwork/
...to which http://www.goodsexnetwork.com/ has been forwarded, you do not
see the screen flashing.
So, with...
http://www.goodsexnetwork.com/
...you see screen flashing, and the "View Source" has the FRA
On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote:
>> Well, the access.log contains just one enty per cgi-request:
>> 127.0.0.1 - - [08/Aug/2007:11:08:32 +0200] "GET /project/bar
>> HTTP/1.1" 200
> Per cgi-request?
I mean per: 'type 127.0.0.1/project/bar into the browser and hit return
or cli
> Well, the access.log contains just one enty per cgi-request:
> 127.0.0.1 - - [08/Aug/2007:11:08:32 +0200] "GET /project/bar
> HTTP/1.1" 200
Per cgi-request?
> I tcpdumped the connection and I only see two GET messages for each
> cgi-request (which contain the requested url):
> # tcpdump -i lo -
On 2007-08-08, Vincent Bray <[EMAIL PROTECTED]> wrote:
> On 08/08/2007, Georg Sauthoff <[EMAIL PROTECTED]> wrote:
>> I have a working Apache 2 setup and Apache calls successfully the
>> cgi-scripts. The problem is, that for every successfull CGI-call I get a
>> 'client denied by server configuratio
Richard Eng wrote:
Could someone please explain this to me? I¹ve configured Apache2 to perform
reverse proxying on my web application. I¹ve added the following to
httpd.conf:
LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
LoadModule proxy_http_module /usr/lib/apache2/modules/m
21 matches
Mail list logo