AW: [users@httpd] Execute perl Script

2005-05-19 Thread Oliver Kirchel
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 > > >

RE: [users@httpd] Execute perl Script

2005-05-19 Thread Boyle Owen
> -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

RE: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-19 Thread Boyle Owen
> -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

[users@httpd] mod_jk

2005-05-19 Thread razat gupta
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

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-19 Thread Fabiano Sidler
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

Re: [users@httpd] httpd can't start because it's not yet running

2005-05-19 Thread dan
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.

[users@httpd] httpd can't start because it's not yet running

2005-05-19 Thread Fabiano Sidler
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

RE: [users@httpd] log access.log by date

2005-05-19 Thread Michael Lu
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

[users@httpd] how does apache implement request forwarding

2005-05-19 Thread Michael Lu
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

Re: [users@httpd] mod_proxy slow response - Apache/2.0.52

2005-05-19 Thread Nick Maynard
> 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

[users@httpd] Wierd behavior with Apache .htaccess

2005-05-19 Thread Richard Humphrey
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

RE: [users@httpd] log access.log by date

2005-05-19 Thread Dan Mahoney, System Admin
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

Re: [users@httpd] Migrating to new server

2005-05-19 Thread Richard Humphrey
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

Re: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-19 Thread Kory Wheatley
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

Re: [users@httpd] log access.log by date

2005-05-19 Thread Vizion
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? & & --

Re: [users@httpd] How to configure httpd.conf in order to make directory in the URL insensitive?

2005-05-19 Thread Ivan Barrera A.
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

RE: [users@httpd] log access.log by date

2005-05-19 Thread Michael Lu
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

Re: [users@httpd] Apache not treating .EXE as CGI

2005-05-19 Thread shenty
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

Re: [users@httpd] Execute perl Script

2005-05-19 Thread Joshua Slive
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

Re: [users@httpd] log access.log by date

2005-05-19 Thread Jirka Vejrazka
> 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

Re: [users@httpd] log access.log by date

2005-05-19 Thread Aman Raheja
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

AW: [users@httpd] Execute perl Script

2005-05-19 Thread Oliver Kirchel
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

RE: [users@httpd] log access.log by date

2005-05-19 Thread George Monappallil
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

[users@httpd] How to configure httpd.conf in order to make directory in the URL insensitive?

2005-05-19 Thread Jack Wu
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?

[users@httpd] RewriteMap odd behaviour

2005-05-19 Thread Andrea
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

[users@httpd] log access.log by date

2005-05-19 Thread Michael Lu
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

RE: [users@httpd] Execute perl Script

2005-05-19 Thread Boyle Owen
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:

RE: [users@httpd] Newbie query about proxypass

2005-05-19 Thread Boyle Owen
> -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 >

[users@httpd] Execute perl Script

2005-05-19 Thread Oliver Kirchel
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

Re: [users@httpd] win 2K install problem

2005-05-19 Thread ed elliott
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

[users@httpd] Newbie query about proxypass

2005-05-19 Thread de Groot, Peter
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

RE: [users@httpd] Apache 1.3 , Mod_ssl and need to add PHP

2005-05-19 Thread Boyle Owen
> -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