[EMAIL PROTECTED] How to restart Apache

2008-08-27 Thread export
Is there a way how to restart Apache if pid file is missing? I use my own demon.It happened that the demon deleted /var/run/apache2.pid file. Then I can not use /etc/init.d/apache2 restart but I must restart my Debian server by init 6 . After that the Apache starts normally. So, if the init

[EMAIL PROTECTED] Is this possible with Apache

2008-10-10 Thread export
This problem: Client with IPaddress 1 opens a webpage( starts CGI script on Apache1.) (Here on Apache1 is running an application/CGI script) That script will fetch a page from Apache2. So far so easy but I need the Client's IPaddress 1 to be recorded in log of Apache 2 NOT Apache1's a

[EMAIL PROTECTED] Timezone problem

2006-06-26 Thread export
Apache records timezone in very strange ways. In my access log I can find: 85.71.22.45 - - [23/Jun/2006:06:07:20 -0500] "GET /Media/n.gif HTTP/1.1" 200 4272 "http://www.em.cz/SellingLeads/" "Mozilla/4.0 ( 85.71.22.45 - - [23/Jun/2006:13:07:20 +0200] "GET /Media/Reklama.gif HTTP/1.1" 200 59

Re: [EMAIL PROTECTED] Timezone problem

2006-06-26 Thread export
Joshua, is it possible to explain a little bit more? Thank you Regards, L > On 6/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > Apache records timezone in very strange ways. In my access log I can > > find: > > > > 85.71.22.45 - - [23/Jun/2006:06:07:20 -0500] "GET /Media/n.gi

[EMAIL PROTECTED] mod_rewrite

2007-11-22 Thread export
Hi, I would like to rewrite into Is that possible to do so with mod_rewrite ? Thank you for help. L. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] mod_rewrite

2007-11-22 Thread export
Krist , Thank you for your reply. Yes, that is what I meant . To map  /Image/My-Image.jpg/1234     to   /Media/1234.jpg But I do not know how,when it is a part of HTML. Do you have any idea? Thanks. Lad. > On Nov 22, 2007 4:56 PM,  <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to > > r

[EMAIL PROTECTED] A number of Apache processes

2008-07-25 Thread export
Is there a way how to find out, from an external program running on the same machine, a number of a total http Apache's processes ? What command must I use in my C or Python program? Thanks for help. L. - The official User-To

[EMAIL PROTECTED] Video streaming server

2006-12-04 Thread export
Does anyone know how to use Apache as a Video streaming server? Or can you recommend a good one? Is there any tutorial? Thank you for replies Regards, Lad - The official User-To-User support forum of the Apache HTTP Server Project

[EMAIL PROTECTED] How to store an uploaded file on hard disk

2006-12-20 Thread export
Is there any command that causes Apache will be saving a file ( being uploaded via http POST), NOT to memory BUT on hardisk? Thank you La. - The official User-To-User support forum of the Apache HTTP Server Project. See http:

[us...@httpd] Re: Is this possible ?

2010-05-20 Thread export
Let’s suppose this configuration |Server1| <- |Server2| <- |Client| A client sends a request that starts a script on Server2.The script ( running on server2) will download a webpage from Server1. Is it possible to record Client’s IP on Server1, instead of Server2’s IP? In other