[EMAIL PROTECTED] How to restart Apache
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 6 can solve the problem , is there a way how to restart Apache without restarting the server( Debian box) Thank you for help L.a. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] Is this possible with Apache
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 address. Something like this Client's IPaddress 1 Client's IPaddress 1 Client -->Apache1 >Apache2 Apache1's addreess Is this possible? Or must I use another proxy? Thank you for your reply. Lad. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] Timezone problem
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 5950 "http://www.em.cz/SellingLeads/" "Mozilla Please note that from the same IP I get -0500 timezone and 7 hours later +0200. Thank you for help L. - The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [EMAIL PROTECTED] Timezone problem
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.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 5950 "http://www.em.cz/SellingLeads/"; "Mozilla > > > > Please note that from the same IP I get -0500 timezone and 7 hours > > later +0200. > > I'm not an expert in this stuff, but mod_log_config is getting the > timezone info from a call to localtime or localtime_r. Your logs > probably indicate something funky happening at the OS level, rather > than in apache. > > Joshua. > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] >" from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] mod_rewrite
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> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [EMAIL PROTECTED] mod_rewrite
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 > > rewrite > > > > > > into > > > > > > Is that possible to do so with mod_rewrite ? > > Short Answer: No. > > Long Answer: Mod rewrite is used to change incoming request URLs. You > can't use mod rewrite the change the content of the html files send to > the client. You can however use mod_rewrite so that when a request > comes for /Image/My-Image.jpg/1234 this is mapped /Media/1234.jpg > > Krist > > > -- > [EMAIL PROTECTED] > [EMAIL PROTECTED] > Bremgarten b. Bern, Switzerland > -- > A: It reverses the normal flow of conversation. > Q: What's wrong with top-posting? > A: Top-posting. > Q: What's the biggest scourge on plain text email discussions? > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] > " from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] A number of Apache processes
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-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] Video streaming server
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. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] How to store an uploaded file on hard disk
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://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[us...@httpd] Re: Is this possible ?
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 words, Server1 will think the request for downloading is directly from Client. That is Server2’s IP will be “invisible” for Server1 Is this possbile? Thanks J. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org