http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
2012/1/10 王士强
> I want to see all the request information not only the first line
> but the %r only record the first line of request
>
> is there any way to find these information?
> i know tcpdump but it's too hard for me
>
> --
> 谢谢
> Be
I want to see all the request information not only the first line
but the %r only record the first line of request
is there any way to find these information?
i know tcpdump but it's too hard for me
--
谢谢
Best Regards
王士强
Green Wang
On 2012-01-09 14:08, linux.il wrote:
On my website I should redirect Android users to my application on
Android Market. What is the optimal way to do this? My first idea was
|RewriteCond %{HTTP_USER_AGENT} Android [NC]
RewriteRule ^/$ market://details?id=..|
The
On 1/9/2012 6:13 AM, Luisa Ester Navarro wrote:
> you reject my messages
Try sending in plain text, rather than html email.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/
On Mon, Jan 9, 2012 at 5:20 PM, Luisa Ester Navarro
wrote:
>
>
>
>
> I didn´t have any cronjobs but when I detected the attack I saw one in
> /var/spool/cron
> My logifle says
> User apache:
>
> /var/tmp/.autorun/update >/dev/null 2>&1: 2162 Time(s)
>
>
I didn´t have any cronjobs but when I detected the attack I saw one in
/var/spool/cron
My logifle says
User apache: /var/tmp/.autorun/update >/dev/null 2>&1: 2162 Time(s)
personal crontab deleted: 56 Time(s) personal crontab listed: 1 Time(s)
personal crontab
On 09/01/2012 16:11, Luisa Ester Navarro wrote:
> My server is being attacked. I think it is from apache because I have found
> commands running with the owner apache.
> My httpd is on /usr/sbin and they run on /usr/local/apache/bin/httpd -DSFSL
> and sh -c curl -o http
>
I don't think the
My server is being attacked. I think it is from apache because I have found
commands running with the owner apache.
My httpd is on /usr/sbin and they run on /usr/local/apache/bin/httpd -DSFSL
and sh -c curl -o http
They also run every minutes a crontab from /var/spool/cron and I din´t ha
On Mon, Jan 09, 2012 at 12:37:53PM +, jimmyhendrix wrote:
> I would like to change that status code on my httpd.conf and set to the value
> 404 on the same page http://cmsboprd/page-indisponible/index.html?fmt=default
Have a read of this:
http://httpd.apache.org/docs/2.2/mod/core.html#errord
On Mon, January 9, 2012 13:34, Luisa Ester Navarro wrote:
> Thanks Rambo
> I am trying to send a messages with the descrption of my
> problem,
> and always is reject (for spam or somethig like this), for this reason I
> send a short messages. It is my first contact with the list. I used c
On my website I should redirect Android users to my application on Android
Market. What is the optimal way to do this? My first idea was
RewriteCond %{HTTP_USER_AGENT} Android [NC]
RewriteRule ^/$ market://details?id=..
But it doesn't work. Is it doable in Apache?
TIA,
Hi guys,
When requesting a non-existing page, like:
http://cmsboprd/notre-offre/services/pied-de-page/masque/index.html
I will get a non-available page
http://cmsboprd/page-indisponible/index.html?fmt=default with a status code
302.
I would like to change that status code on my httpd.conf a
Thanks Rambo
I am trying to send a messages with the descrption of my problem,
and always is reject (for spam or somethig like this), for this reason I
send a short messages. It is my first contact with the list. I used copy
and paste to send a part of muy log files . Is this the problem
On 08/01/2012 09:41, plot.lost wrote:
Apologies in advance for sending this to the apache mailing list, I
know it's not really the right place for this question but I though it
was maybe worth a try just in case there is someone on this list who
has already done this and could maybe help
On Mon, 9 Jan 2012 09:13:09 -0300
Luisa Ester Navarro wrote:
> you reject my messages
Apparently not
--
Marcin 'Rambo' Roguski
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apa
you reject my messages
Hello users,
first of all happy new year to you.
I have some question regarding multilanguage site.
My configuration file does not used MultiViews anymore.
I have defined:
AddHandler type-map .var
Without definition
RewriteRule ^(.*)\.shtml$ $1.var [NS]
multilanguage sites does not work although
17 matches
Mail list logo