[EMAIL PROTECTED] How to Log Startup errors? Logfile gets created after startup only.

2005-07-26 Thread Vishal Gupta
Hi, I have written a module, and want to write some warning errors in the logfile for the related configuration. But since Apache does not create log file till the configuration is loaded and server is started. I am not able to see my log messages. Please suggest a way out. I must write log

RE: [EMAIL PROTECTED] HTTPS Rewrite Question?

2005-07-26 Thread Boyle Owen
Plain text please... A rewrite rule allows the user to request one URL but be served the content from another URL. This can be done by proxy and so is transparent to the user (ie, the user doesn't see the backend URL) or by a redirect (ie, the browser location windown changes to the backend URL

Re: [EMAIL PROTECTED] CGI via suexec

2005-07-26 Thread Atte Peltomaki
> > I'm trying to implement such scenario where a cgi script would be run as > > the user that just authed against the local passwd. This way the cgi > > script would have the same rights as the local user does. > > > > Anyone have any ideas how to pass the login information to suexec? > > If you

[EMAIL PROTECTED] Issues with proxying and subfolders

2005-07-26 Thread Steve Teater
I currently have two physical servers on my network. I am using two different hostnames which both resolve to the same ip address. The main server properly proxies up data from the other server, unless the data is in a subfolder. It doesn't matter what is in the subfolder (html, gif, or jpeg

[EMAIL PROTECTED] HTTPS Rewrite Question?

2005-07-26 Thread DEV
I do not believe this is actually possible but if it is great.   What I would like to do is setup a rewrite rule or something that would https://www.mysecureserver.com/mydomian.com to look like https://www.mydomain.com. Would doing this defeat the purpose of having the secure cert or ca

Re: [EMAIL PROTECTED] CGI via suexec

2005-07-26 Thread Joshua Slive
On 7/26/05, Atte Peltomaki <[EMAIL PROTECTED]> wrote: > I'm trying to implement such scenario where a cgi script would be run as > the user that just authed against the local passwd. This way the cgi > script would have the same rights as the local user does. > > Anyone have any ideas how to pass

Re: [EMAIL PROTECTED] Apache Service does not install

2005-07-26 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 - - - - Problem might be that other program is using SSL (443) or HTTP (80) port - - - - Got it ZoneAlarm should be set to allow Apache as server. Thanks, Michael Louie Loria -BEGIN PGP SIGNATURE- Comment: Public Key: https://www.biglu

RE: [EMAIL PROTECTED] segmentation fault in mod_auth_ldap on 2.0.54, stacktrace included

2005-07-26 Thread GOVAERTS Lieven
Hi,   The problem described in my previous mail had its origins in the OpenLDAP module. I tested their latest version  ( atleast in 2.2.27 ), and it seems to be solved now.   Regards,   Lieven.   From: GOVAERTS Lieven [mailto:[EMAIL PROTECTED] Sent: maandag 25 juli 2005 1

RE: [EMAIL PROTECTED] want help

2005-07-26 Thread Axel-Stéphane SMORGRAV
If you have a virtual host, you may need to put it inside the virtual host though. See http://httpd.apache.org/docs/2.0/mod/mod_alias.html#redirect for further details. -ascs -Original Message- From: Eimantas Vaičiūnas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 12:12 PM T

Re: [EMAIL PROTECTED] want help

2005-07-26 Thread Eimantas Vaičiūnas
You got the answer. Add directive to your httpd.conf file: Redirect / /ekp -- Su pagarba, Eimantas Vaičiūnas VU Skaičiavimo centras Tel.: +370 5 2366209 Mob.: +370 680 91505 Fax.: +370 5 2366204 http://www.tinklas.vu.lt - The

Re: [EMAIL PROTECTED] Apache Service does not install

2005-07-26 Thread Eimantas Vaičiūnas
Problem might be that other program is using SSL (443) or HTTP (80) port -- Su pagarba, Eimantas Vaičiūnas VU Skaičiavimo centras Tel.: +370 5 2366209 Mob.: +370 680 91505 Fax.: +370 5 2366204 http://www.tinklas.vu.lt - The o

Re: [EMAIL PROTECTED] want help

2005-07-26 Thread Ismail Idriss
how i can do that (redirect any access to / to /ekp with the directive Redirect / /ekp) and in which httpd.conf file tomcat or in apache2 On Tue, 26 Jul 2005 11:02:10 +0200 Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote: *This message was transferred with a trial version of CommuniGate(tm)

[EMAIL PROTECTED] Apache Service does not install

2005-07-26 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I have a problem with my Apache 2.0.52 + mod_SSL for windows. I removed the service Apache in my WinXP and then when I was about to install the service Apache again, I would errors. prompt>apache -k install -D ssl (OS 10048)Only one usage of each s

Re: [EMAIL PROTECTED] file security for apache/ftp users

2005-07-26 Thread Markus Mayer
Hi, In my tiredness when I wrote my first mail, I missed a couple of important points. We are already using proftpd. Every user must also have the right to write data into the public directory which is above all other directories. We have there /ftp/public and /ftp/users as our two directo

RE: [EMAIL PROTECTED] time in error log file

2005-07-26 Thread Gerald Griessner
Now it's getting weird I just realized, the default error File is with time but no Error Level. The VirtualHost Error File ist without Time and Error Level. here is the Conf file: ErrorLog /local_store/web_logs/default_error LogLevel warn LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%

RE: [EMAIL PROTECTED] want help

2005-07-26 Thread Axel-Stéphane SMORGRAV
I hardly think that is the problem. >From what I can guess from looking at the site, Ismail probably has an Apache >using mod_jk in front of a Tomcat server. The application's context root is >/ekp but he wants to serve it to the users directly under /. So the question is really: how can / on t

RE: [EMAIL PROTECTED] time in error log file

2005-07-26 Thread Axel-Stéphane SMORGRAV
I do not understand this since there is, AFAIK, no way you can define the format of the error log. I use 2.0.54 myself and the error log entries do contain date/time and log lovel. Could you post you log configuration? On what OS are you running Apache? -ascs -Original Message- From:

Re: [EMAIL PROTECTED] time in error log file

2005-07-26 Thread Gerald Griessner
That's right, but I would need the date/time and the LogLevel in the ErrorLog file as well I couldn't find a hint on how to change that --On Tuesday, July 26, 2005 11:24:43 AM +0300 "Eimantas Vai?i?nas" <[EMAIL PROTECTED]> wrote: I think you should have coresponding entry in access log with

Re: [EMAIL PROTECTED] time in error log file

2005-07-26 Thread Eimantas Vaičiūnas
I think you should have coresponding entry in access log with 404 code On Tuesday 26 July 2005 11:23, Gerald Griessner wrote: > Well, usually the ErrorLog looks like this: > [Wed Jul 20 13:47:46 2005] [error] [client 129.69.215.101] File does not > exist: > > but mine looks like: > [client 129.69.

Re: [EMAIL PROTECTED] time in error log file

2005-07-26 Thread Gerald Griessner
Well, usually the ErrorLog looks like this: [Wed Jul 20 13:47:46 2005] [error] [client 129.69.215.101] File does not exist: but mine looks like: [client 129.69.215.101] File does not exist: --On Tuesday, July 26, 2005 11:15:18 AM +0300 "Eimantas Vai?i?nas" <[EMAIL PROTECTED]> wrote: What

Re: [EMAIL PROTECTED] time in error log file

2005-07-26 Thread Eimantas Vaičiūnas
What do you mean by saying 'missing'? ErrorLog directive? On Tuesday 26 July 2005 11:12, Gerald Griessner wrote: > Hi, > > Well I migrated from 2.0.52 to a 2.0.54 on another machine. > On the new machine, there is the information about the TIME and the > LOGLEVEL in the ErrorLog File missing. > >

[EMAIL PROTECTED] time in error log file

2005-07-26 Thread Gerald Griessner
Hi, Well I migrated from 2.0.52 to a 2.0.54 on another machine. On the new machine, there is the information about the TIME and the LOGLEVEL in the ErrorLog File missing. does anybody have a hint? Cheers Gerald - The offic

Re: [EMAIL PROTECTED] want help

2005-07-26 Thread Eimantas Vaičiūnas
Hi Check DocumentRoot and DirectoryIndex directives in your httpd.conf. -- Su pagarba, Eimantas Vaičiūnas VU Skaičiavimo centras Tel.: +370 5 2366209 Mob.: +370 680 91505 Fax.: +370 5 2366204 http://www.tinklas.vu.lt - The of

[EMAIL PROTECTED] apache2 does not start in cygwin

2005-07-26 Thread Arunkumar Sundaram
Hi All, I downloaded apache 2.0.54 built on jun 22 2005 for cygwin and installed it in my windows xp machine. When I start apache2 using "/usr/sbin/apachectl2 start" command I get the following error /usr/sbin/apachectl2: line 78: 2340 Bad system call $HTTPD -k $ARGV When I use "/usr/bi

[EMAIL PROTECTED] CGI via suexec

2005-07-26 Thread Atte Peltomaki
I'm trying to implement such scenario where a cgi script would be run as the user that just authed against the local passwd. This way the cgi script would have the same rights as the local user does. Anyone have any ideas how to pass the login information to suexec? -- \ __/

[EMAIL PROTECTED] want help

2005-07-26 Thread Ismail Idriss
iam useing apache server under windows and my web can not display and till iam add the folder name (http://kts.fastnets.net/ekp).i want to use only http://kts.fastnets.net without /ekp how i can do that . Technical Manager FastNets Co. Ltd. P.O Box 103 Khartoum North Sudan Voice:+ 249 1 85 32