Hi
I need to rotate logs in apache 2.0 once they reach the size limit of 5 MB.
What commands would work to carry out the reqd. job?
Thanks
Nehal
-
The official User-To-User support forum of the Apache HTTP Server Project.
See
You can check /var/log/messege. If your kernel open the syn-cookie,
you will be notice when the dos happens.
2006/2/8, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> We are using Apache 2.0.54 on Debian GNU/Linux (standard Debian
> packages). The server had been running for several months with
> absolut
We are using Apache 2.0.54 on Debian GNU/Linux (standard Debian
packages). The server had been running for several months with
absolutely no problems. A couple of days ago, Apache started slowing
down, then would eventually stop responding completely. The only way
to fix it was to restart A
Hello,
OS: RHEL 4.0
Apache version: httpd-2.0.52-12.ent
Tomcat version : 5.5.9
In our scenario, all the requests
are posted to apache web server and then apache forwards these requests to
tomcat server through mod_jk connector. The request body is of XML type. When
the reques
FYI!
I found out how to compile with Gprof
Setting -
In configure.in, put stmt -
AC_ARG_ENABLE(gprof,AC_HELP_STRING([--enable-gprof],[Produce gprof
profiling data in 'gmon.out' (GCC only).]),[
APR_ADDTO(CPPFLAGS, -DGPROF)])dnl
And while using configure cmd, specify
--enable-gprof.
-
I'm running Apache 2.0 on Gentoo Linux with kernel 2.6.13 r3On 2/7/06, Nick Kew <[EMAIL PROTECTED]> wrote:
On Tuesday 07 February 2006 00:54, Benjamin Neu wrote:>
That's an unusual directory name.mod_proxy doesn't use directories, as it can't rely on the underlyingoperating system having the whole
Hi,
Thanks...That was exactly the problem :)
Now apache starts successfully.
Regards,
Subir Sasikumar
-Original Message-
From: Joe Orton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 07, 2006 7:28 PM
To: Subir Sasikumar(WT01 - Wireless Networks and Devices)
Cc: users@httpd.apache.o
<> v4 is a wonderful book.
2006/2/7, Arturo Ignacio Partarrieu Ramos <[EMAIL PROTECTED]>:
> DNS, domain name system, is needed to resolve the domain names and hostnames
> into IP addresses (and backwards). The machine that takes care of this
> conversion is called a name server.
> More informatio
You can use the acls of ntfs with apache.Does it work?
2006/2/6, Boyle Owen <[EMAIL PROTECTED]>:
>
>
> > -Original Message-
> > From: Michael McCullough [mailto:[EMAIL PROTECTED]
> > Sent: Montag, 6. Februar 2006 15:19
> > To: users@httpd.apache.org
> > Subject: Re: [EMAIL PROTECTED] Help!
On 2/7/06, Randy Paries <[EMAIL PROTECTED]> wrote:
> Hello,
> I have just built a new fedora 4 box with Apache/2.0.54
>
> i also have two rh9 boxes with Apache/2.0.52
>
> the problem i have is when i display a page with international
> characters on the old boxes the page displays correctly
>
> but
Hello,
I have just built a new fedora 4 box with Apache/2.0.54
i also have two rh9 boxes with Apache/2.0.52
the problem i have is when i display a page with international
characters on the old boxes the page displays correctly
but when the page displays on the new box i get weird text
ie ) old
Hello,I'm running Apache/1.3.33 Ben-SSL/1.55 , as included with Debian Sarge, and I'm having a strange problem that happens infrequently (roughly once per month). The server chugs merrily along serving requests, but will suddenly cease to serve pages (but keeps accepting the TCP connections), on bo
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
>"[Tue Feb 07 16:00:14 2006] [error] [client 198.65.202.94]
> Directory in\
> dex forbidden by rule: /Library/WebServer/new_FTP-Server/test/
There is the error log entry that you kept promising us didn't exist.
You must be
Joshua Slive wrote:
DirectoryIndex and Options Indexes do not override each other. They
are complementary.
That's what I initially thought.
I strongly suspect that you have a simple config or unix permissions
problem.
It must be config, because the unix permissions are correct.
But t
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> I have had a breakthrough, though I do not have a solution yet. In my
> .conf file, there is a line that reads
>
> DirectoryIndex index.html index.php index.shtml.
>
> Beneath that line, later in the .conf file, I have this:
>
>
> Doc
Are you running it as root user?
if not, open a root shell, and try again.
Keith
In theory, theory and practice are the same;
In practice they are not.
On Tue, 7 Feb 2006, Jonathan S. Abrams wrote:
> To: users@httpd.apache.org
> From: Jonathan S. Abrams <[EMAIL PROTECTED]>
> Subject: Re: [EMA
I have had a breakthrough, though I do not have a solution yet. In my
.conf file, there is a line that reads
DirectoryIndex index.html index.php index.shtml.
Beneath that line, later in the .conf file, I have this:
DocumentRoot /Library/WebServer/new_FTP-Server/
AllowOverride N
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
Other than that, you will need to get into more serious debugging like
running "strace httpd -X" and seeing what syscall is failing.
Does strace exist for Tiger server? When I type
On 2/7/06, Ricardo Gamero <[EMAIL PROTECTED]> wrote:
> Hello everyone!
>
> here's my problem (a very simple one ;); I've been trying to redirect my
> home page (http://168.243.x.x/index.html) to a secure one in the same server
> ip: https://168.243.x.x/apps/servlets/IndexServlet
> both URL works
Hello everyone!
here's my problem (a very simple one ;); I've been trying to redirect my home page
(http://168.243.x.x/index.html) to a secure one in the same server ip:
https://168.243.x.x/apps/servlets/IndexServlet
both URL works fine separated, I tried the REDIRECT directive in the
httpd.con
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
> >Other than that, you will need to get into more serious debugging like
> >running "strace httpd -X" and seeing what syscall is failing.
> >
> >
> Does strace exist for Tiger server? When I type man strace, I get
> n
Thanks for the link. Alas, I still have the problem I reported. :-(
-Jonathan
[EMAIL PROTECTED] wrote:
I think error 403 is a custom error message. I do not know
whether it should be written to the error file by default.
I would expect it to be, just like 404's are.
See if this article is
Joshua Slive wrote:
[Back to the list.]
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
The unix permissions are the same as the directory containing my PHP
code (which is working). There is no index.html file in the directory.
I thought that mod_autoindex being active, in conjunc
[Back to the list.]
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> The unix permissions are the same as the directory containing my PHP
> code (which is working). There is no index.html file in the directory.
> I thought that mod_autoindex being active, in conjunction with the
> Index
I think error 403 is a custom error message. I do not know
whether it should be written to the error file by default.
I would expect it to be, just like 404's are.
See if this article is of any help to you.
http://www.modwest.com/help/kb.phtml?qid=144&cat=1
HTH
Keith
In theory, theory and pr
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You don't have permission to access
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
>
> More importantly - if the debug level isn't logging these errors, what
> is going on?
There are certain error conditions that don't result in an error log
entry. These are less common in more recent version, but may still
occur. Usuall
[EMAIL PROTECTED] wrote:
Try changing the LogLevel directive to debug.
LogLevel debug
This will generate the max amount of error logging.
Be carefull you do not run out of disk space though.
I have plenty of disk space. The LogLevel was set to warn. Changing to
debug has not made a diff
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
>
> >On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> >
> >
> >>If I attempt to go to a directory on my web server, such as /test/, I
> >>get Forbidden - You don't have permission to access /test/ on this
> >>s
On 2/7/06, Bgs <[EMAIL PROTECTED]> wrote:
>
> Greetings,
>
> Is there a way to log the content of POST requets with Apache?
>
> We have problems with some external POSTs (don't have access to external
> logs), but cannot find the problem. (The outside POSTer is not very
> cooperating... :/ ).
Ye
Try changing the LogLevel directive to debug.
LogLevel debug
This will generate the max amount of error logging.
Be carefull you do not run out of disk space though.
Keith
In theory, theory and practice are the same;
In practice they are not.
On Tue, 7 Feb 2006, Jonathan S. Abrams wrote:
Joshua Slive wrote:
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You don't have permission to access /test/ on this
server. Now, if I try to go to a file within that directory, such as
/test/te
Greetings,
Is there a way to log the content of POST requets with Apache?
We have problems with some external POSTs (don't have access to external
logs), but cannot find the problem. (The outside POSTer is not very
cooperating... :/ ).
Thanks in advance
Bgs
--
On 2/7/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote:
> If I attempt to go to a directory on my web server, such as /test/, I
> get Forbidden - You don't have permission to access /test/ on this
> server. Now, if I try to go to a file within that directory, such as
> /test/test.txt, the .txt f
I have hit a wall in trying to eliminate a 403 error, and I am hoping
someone can show me the error of my ways. My server configuration is
Apache/2.0.55 (Unix) PHP/4.4.2 mod_ssl/2.0.55 OpenSSL/0.9.7i.
If I attempt to go to a directory on my web server, such as /test/, I
get Forbidden - You do
On 2/6/06, Cj B <[EMAIL PROTECTED]> wrote:
> Hello, I have a question about limiting users to a direcotry,
> basically I want to limit the users to a certain directory. ie: user1
> would be limited to browsing user1's directory. Currently I am doing
> the following for each user in the htpasswd fil
Ok, I forgot to mention that I have a host file entry that points xyz2 to the
backend server ip address that has a completely different url. The porxy points
to that entry.
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 07, 2006 10:05 AM
To: use
> -Original Message-
> From: Rosado, Rodolfo CTR MDA/IOM [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 7. Februar 2006 15:55
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Apache 2.055 Best Practices
>
> Sorry about the shyness, although even if I wasn't, the
> access is
Joe Orton wrote:
On Tue, Feb 07, 2006 at 03:43:18PM +0100, Kövesdán Gábor wrote:
Joe Orton wrote:
I can't reproduce any problems here using your config. For the
configuration with "SSLEngine On" in global context, where the server
silently fails to start up, can you do:
strace -o /
Sorry about the shyness, although even if I wasn't, the access is ip
restricted. I appreciate your looking at the file and thanks for the advice,
I'll continue to investigate the backend. The thing that strikes me as odd, is
that the links on the returned page are that of the proxy i.e.
http://
On Tue, Feb 07, 2006 at 03:43:18PM +0100, Kövesdán Gábor wrote:
> Joe Orton wrote:
> >I can't reproduce any problems here using your config. For the
> >configuration with "SSLEngine On" in global context, where the server
> >silently fails to start up, can you do:
> >
> >strace -o /tmp/httpd.tra
Joe Orton wrote:
On Tue, Feb 07, 2006 at 03:07:07PM +0100, Kövesdán Gábor wrote:
Joe Orton wrote:
You need "SSLEngine on" somewhere. What error was produced from
apachectl? How did it fail to start? There aren't any errors in the
error_log you posted.
Exactly what I wrot
On Tue, Feb 07, 2006 at 03:07:07PM +0100, Kövesdán Gábor wrote:
> Joe Orton wrote:
> >
> >You need "SSLEngine on" somewhere. What error was produced from
> >apachectl? How did it fail to start? There aren't any errors in the
> >error_log you posted.
> >
> >
> >
> Exactly what I wrote. I know
> -Original Message-
> From: Rosado, Rodolfo CTR MDA/IOM [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 7. Februar 2006 15:16
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Apache 2.055 Best Practices
>
> Mr. Boyle,
>
> Thanks for the reply, sorry about the inadvertant po
Mr. Boyle,
Thanks for the reply, sorry about the inadvertant post. I hit send befor
typingnot enough coffee yet.
Anyway, you were correct about the typo. There are only the two directives.
I'm attaching my httpd.conf file. This one is for the Apache server that's
listening on port 80
Are both the original and linked to PHP/HTML files in the
VirtualHost's DocumentRoot directive? For example, if you have:
...
DocumentRoot "/var/www/html"
...
and your original file is /var/www/html/index.php, and you are trying
to link to /var/www/php/page2.php, it is going to not allow you t
> -Original Message-
> From: Rosado, Rodolfo CTR MDA/IOM [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 7. Februar 2006 14:58
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Apache 2.055 Best Practices
http://marc.theaimsgroup.com/?l=apache-httpd-users&m=113929789319347&w=2
>
Joe Orton wrote:
On Thu, Feb 02, 2006 at 05:54:18PM +0100, Kövesdán Gábor wrote:
CustomLog /var/log/apache/httpd-ssl_request.log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
If I set here (globally) SSLEngine optional or on, Apache didn't even
start, and I get this in the er
Title: Message
All,
I am attempting to redirect traffic incoming
to an Apache server located in a DMZ to two machines behind my firewall.
My Apache server listens on both ports 443 and 80. The traffic on port
443 is redirected via a JK2 connector to a Tomact 4.1.30 server and ha
On Tue, Feb 07, 2006 at 03:30:43PM +0530, [EMAIL PROTECTED] wrote:
> I am not able to start up httpd in RHEL AS 4.
>
> The error I get is as follows.
> Starting httpd: Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
>
> Cannot load /etc/httpd/modules/mod_jk.so into server:
> /etc/httpd/m
On Thu, Feb 02, 2006 at 05:54:18PM +0100, Kövesdán Gábor wrote:
> CustomLog /var/log/apache/httpd-ssl_request.log \
> "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
>
> If I set here (globally) SSLEngine optional or on, Apache didn't even
> start, and I get this in the error log:
You
> -Original Message-
> From: myles dolan [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 7. Februar 2006 14:40
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache2 not starting missing files
>
> Hello having problems starting apache/2.0.55 The debug is
> given below. The files m
Hi,
I want to compile Apache with Gprof
enabled. How can i do that?
Pls help!
Thanks & Regards,Lekha
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_
This e-mail message may contain propriet
Hello having problems starting apache/2.0.55 The debug is given below. The
files mentioned mysql.so and imap.so do not exist any where on my system so I
guess I need to get them in place (mind you mysql is installed and seemingly
working).
Im using slackware 10.2 and Im using pkginstall tool to
I'd love to see the answer to this one, I keep getting the same thing, only when simply trying to access other html files in the same directory George Moureau[EMAIL PROTECTED](706) 377-3360 On Feb 6, 2006, at 11:05 PM, Carl Maloney wrote:I am a ultra beginner with Apache/PHP. I got the server
Hi Apache gurus,
I have got Apache running on auohsepcb11.oracleoutsourcing.com:10280
The site is accesible thorugh URL oexdev.oracleoutsourcing.com with is the BIG
IP mapping to the Internal
auohsepcb11.oracleoutsourcing.com:10280
When I try to setup rewriting like that:
ProxyRequests On
Rew
Hello,
Can anyone link me to a HOWTO or article that explains how to understand "ab - apache benchmark" results in order to fine tune apache performance.
thanks in advance,
--
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
On Tuesday 07 February 2006 00:54, Benjamin Neu wrote:
>
That's an unusual directory name.
mod_proxy doesn't use directories, as it can't rely on the underlying
operating system having the whole of the web mounted as a filesystem.
--
Nick Kew
-
Hi,
Yes the .so is having 755 permissions.
Regards,
Subir Sasikumar
-Original Message-
From: Boyle Owen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 07, 2006 3:30 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Cannot startup apache in RHEL AS 4.
> -Original Mess
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 7. Februar 2006 11:01
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Cannot startup apache in RHEL AS 4.
>
> Hi,
>
>
>
>
>
> I am not able to start up httpd in RHEL AS 4.
>
>
>
Hi,
I am not able to start up httpd in RHEL AS 4.
The error I get is as follows.
Starting httpd: Syntax error on line 190 of
/etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_jk.so into server:
/etc/httpd/modules/mod_jk.so: failed to map segment from shared obje
61 matches
Mail list logo