Hi,
I tried it without ScriptAlias but it doesen't work either.
Any other ideas ?
Olli
> -Ursprüngliche Nachricht-
> Von: Boyle Owen [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 20. Mai 2005 08:39
> An: users@httpd.apache.org
> Betreff: RE: [EMAIL PROTECTED] Execute perl Script
>
>
>
> -Original Message-
> From: Joshua Slive [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 19. Mai 2005 18:40
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Execute perl Script
>
>
> On 5/19/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> > Plain text please...
> >
> > You have t
> -Original Message-
> From: Kory Wheatley [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 19. Mai 2005 18:24
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Apache 1.3 , Mod_ssl and need to add PHP
>
>
> What if PHP is already installed and configured to our non-secure
> serv
Hello Everyone,
I am using apache 2.0.53 alongwith tomcat 5.0.28
I am using mod_jk for integrating them.
But i am getting an error in apache error_logs:
No JkShmFile defined in httpd.conf. LoadBalancer will not function
properly!
Sometimes i am not able to access web page on my site.
Its giv
Whoa, thank you for answer that quickly!
dan wrote:
Do you have a PidFile directive in httpd.conf?
$ cat /etc/httpd/httpd.conf | grep PidFile
PidFile "/var/run/httpd.pid"
What about PIDFILE= in apachectl? Does that point to the same place?
There is no "PIDFILE" in my apachectl.
Thank you anyway!
G
Fabiano Sidler wrote:
Hi folks!
[EMAIL PROTECTED] $ httpd -k start
(20014)Error string not specified yet: Error retrieving pid file
/var/run/httpd.pid
[EMAIL PROTECTED] $ ls -l /var/run/httpd.pid -rw-r--r-- 1 root root 0 May 20
02:44 /var/run/httpd.pid
Same problem with httpd:httpd permissions.
Hi folks!
[EMAIL PROTECTED] $ httpd -k start
(20014)Error string not specified yet: Error retrieving pid file /var/run/httpd.pid
[EMAIL PROTECTED] $ ls -l /var/run/httpd.pid
-rw-r--r-- 1 root root 0 May 20 02:44 /var/run/httpd.pid
Same problem with httpd:httpd permissions. 'strace' says:
[...]
o
I have found the way to use cronolog to do it.
Sorry for the newbie question.
Michael
-Original Message-
From: Michael Lu [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 19, 2005 9:54 AM
To: 'users@httpd.apache.org'
Subject: [EMAIL PROTECTED] log access.log by date
Is it possible to log
When a request comes in does apache wait till the whole request body comes
from the client then forward it to tomcat or apache forward the request as
soon as it receives the request header while the client is still
transferring the request body?
I ask this because we have EOFException from the to
> I compiled apache 2.0.52 binaries for Linux with mod_proxy (and others).
> These binaries have worked well so far in several Linux boxes.
> Nevertheless, I am experiences some response time issues with a specific
> machine. It takes more than 10 seconds for the reverse proxy to respond.
> The
I am running an Apache 1.3.29 server internally with mod_auth_mysql and
.htaccess. I am seeing some intermittent (more a problem than not)
where the .htaccess dialog comes up with the login, but the realm name
is missing and it simply says device and fails to authenticate me.
If I wait a few minut
On Thu, 19 May 2005, George Monappallil wrote:
This is in the FAQ. Please read.
http://httpd.apache.org/docs/misc/FAQ.html#rotate
Reading the docs == good.
Michael: can you summarize at the end. I am looking for an answer to
this also, and would greatly appreciate it.
Thanks,
-George
-Origina
apache is running as user apache and group apache. Permissions on /home/web/includes is as follows:
drwxr-xr-x 3 web
web 4096 Jul
14 2004 .
drwx--x--x 7 web
web 4096 May 11
10:26 ..
drwxr-xr-x 2 web
web 4096
Oct 9 2003 backup
-rw-r--r-- 1 we
What if PHP is already installed and configured to our non-secure
server? Our secure server is running on a separate process, because
of University procedures, (all leave it at that), and was not
configured with PHP.
Here is how I installed our secure server
./configure --with-layout=Apache --pre
On Thursday 19 May 2005 06:54, the author Michael Lu contributed to the
dialogue on [EMAIL PROTECTED] log access.log by date:
& Is it possible to log access.log by date instead of put everything into one
& huge file?
&
& Thanks,
& Michael
what is your operating system and apache version?
&
& --
You should try mod_speling
Jack Wu wrote:
> Hi All,
> I want to know to how to cofigure httpd.conf to make directory in the URL
> insensitive.
>
> e.g.Now,I have a URL that http://host/xxAAA,I want to visit it by
> http://host/xxaaa or http://host/xxAaA
>
> I want to use AliasMatch to imp
Sure.
You can get the instruction from www.cronolog.org.
The basic idea is to redirect the log output to cronolog and it will log it
into a file with the name format you give to it.
Michael
-Original Message-
From: George Monappallil [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 19, 200
Joshua,
Thanks for the hint with ordering the Alias directives. Oddly enough, I
left my configuration unchanged, did a reboot, and the .EXEs work fine,
now. I'm not clear on whether the service Restarts I did on the Apache
service weren't sufficient before, or whether shutting Mozilla down
comple
On 5/19/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> Plain text please...
>
> You have to set DirectoryIndex for the cgi dir as you would for any index
> file in a normal directory, ie:
>
> DirectoryIndex index.pl
If I remember correctly, that doesn't work in ScriptAliased
directories. You need
> Is it possible to log access.log by date instead of put everything into one
> huge file?
Yes. I have very good experience with cronolog
(http://www.cronolog.org) on multiple sites.
HTH
Jirka
-
The official User-To-User
You may use httplog
http://freshmeat.net/projects/httplog/
HTH
Aman Raheja
http://www.techquotes.com
Michael Lu wrote:
Is it possible to log access.log by date instead of put everything into one
huge file?
Thanks,
Michael
-
The
Hi,
I did it, but it doesn't work.
Here a part of my conf-Files:
httpd.conf
---
Options None
AllowOverride None
Order deny,allow
Deny from all
Options +ExecCGI
SetHandler cgi-script
DirectoryIndex inde
Michael: can you summarize at the end. I am looking for an answer to
this also, and would greatly appreciate it.
Thanks,
-George
-Original Message-
From: Michael Lu [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 19, 2005 9:54 AM
To: 'users@httpd.apache.org'
Subject: [EMAIL PROTECTED] log
Hi All,
I want to know to how to cofigure httpd.conf to make directory in the URL
insensitive.
e.g.Now,I have a URL that http://host/xxAAA,I want to visit it by
http://host/xxaaa or http://host/xxAaA
I want to use AliasMatch to implement it. Who can give me a example for
configuration?
I' am using RewriteMap to do LoadBalancing...
in my httpd.conf I've written
.
RewriteMap lb
prg:/usr/local/apache2/conf/lb.plRewriteRule ^/webconsole http://dartagnan/${lb:webconsole}
.
but as soon as I start Apache I get in my
error.log
Can't open perl script "": No such file or
Is it possible to log access.log by date instead of put everything into one
huge file?
Thanks,
Michael
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for m
Plain text please...
You have to set DirectoryIndex for the cgi dir as you would for any index file
in a normal directory, ie:
DirectoryIndex index.pl
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
-Original Message-
From: Oliver Kirchel [mailto:
> -Original Message-
> From: de Groot, Peter [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 19. Mai 2005 10:32
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Newbie query about proxypass
>
>
>
>
> Please help :-)
>
> New to Apache and am trying to setup a proxy pass to our
>
Title: Nachricht
Hi,
I'm running
Apache/2.0.53 on a Linux System.
My problem is that
I want to execute a perl-script with the name index.pl
If I type the URL
f.e.: http://222.222.222.222/cgi-bin/index.pl
everything is fine.
But if I type http://222.222.222.222/cgi-bin/ I
get the followi
you could try enabling msi logging and see if it gives any indication of why it fails:
msiexec /i filename.msi /L*! "c:\msiapache.txt"
this logs most things, there are different logging options (/L*v! and /L*vx! which will log much much more but can log too much ;) )
ed
Mike Dewhirst <[EMAIL PR
Please help :-)
New to Apache and am trying to setup a proxy pass to our weather station
Website running on IIS on a PC on our internal network. Accessable vie
http://egshs.wa.edu.au/weather
Am having a few probs ... Starting with this one. .. The dreaded
trailing slash ;-)
Accordin
> -Original Message-
> From: Kory Wheatley [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 18. Mai 2005 18:50
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache 1.3 , Mod_ssl and need to add PHP
>
>
> I have an Apache 1.33 Mod SSL Server setup as a DSO, and I need to
> add PHP
32 matches
Mail list logo