RE: [EMAIL PROTECTED] No pidfile

2007-09-24 Thread Boyle Owen
> -Original Message- > From: Robinson Craig [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 25, 2007 8:54 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] No pidfile > > Thanks Axel-Stéphane, > > Not sure what's going on, but restarted Apache and now have > pidfile

RE: [EMAIL PROTECTED] No pidfile

2007-09-24 Thread Robinson Craig
Thanks Axel-Stéphane, Not sure what's going on, but restarted Apache and now have pidfile in correct location. Maybe it's possible for pidfile to be deleted whilst it is still running but after it starts?? Cheers, Craig -Original Message- From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PRO

RE: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread tech user
Thanks a lot.It works fine. --- Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote: > RewriteEngine on > RewriteCond %{QUERY_STRING} ^mid=(\d+)$ > RewriteRule ^/movie_play.php /movie%1.html? [R] > Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage. http://au.docs.yah

RE: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread Axel-Stéphane SMORGRAV
RewriteEngine on RewriteCond %{QUERY_STRING} ^mid=(\d+)$ RewriteRule ^/movie_play.php /movie%1.html? [R] -Message d'origine- De : tech user [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 septembre 2007 08:18 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] help about a rewrite rul

Re: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread tech user
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > > See: > http://wiki.apache.org/httpd/RewriteQueryString > Thank you so much Joshua. I want to rewrite the url from, http://www.example.com/movie_play.php?mid=45298 to, http://www.example.com/movie45298.html I added the commands in httpd.conf: R

RE: [EMAIL PROTECTED] No pidfile

2007-09-24 Thread Axel-Stéphane SMORGRAV
Is it possible that the directory is not writable to the Apache process owner?? If the server listens to ports below 1024 that's unlikely since it must start as root and will have root privileges when creating the pid and log files, but you never know... -ascs -Message d'origine- De :

[EMAIL PROTECTED] Only require satisfaction of one AuthType in 2.2

2007-09-24 Thread Joel Johnson
I'm setting up a site using Apache httpd 2.2 and an existing Kerberos infrastructure and would like to optionally allow users to have single sign-on with an existing Kerberos ticket. I'm using the Debian packaged [1] mod_auth_kerb [2] to accomplish the authentication which is all working smoothly.

[EMAIL PROTECTED] No pidfile

2007-09-24 Thread Robinson Craig
Dear experts, I have inherited administration for a particular APACHE setup. In the conf file, it actually sets a location for the pidfile as follows: PidFile /var/run/httpd.pid However, upon listing the contents of /var/run/ there is no httpd.pid. In fact, there is no httpd.pid on any server. T

RE: [EMAIL PROTECTED] Apache in embedded product

2007-09-24 Thread Malluru, Puri
I did what you suggested. Below is my shell session contents. +++ /home/pmalluru/work> curl -k -I https://puritruman:9091/ HTTP/1.1 200 OK Date: Mon, 24 Sep 2007 22:27:17 GMT Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8a Last-Modified: Fri, 07 Sep 20

Re: [EMAIL PROTECTED] Apache in embedded product

2007-09-24 Thread Sander Temme
On Sep 24, 2007, at 3:09 PM, Malluru, Puri wrote: I found Apache serving https just fine. When I try to access the same site with http, IE just waits forever. Please note that this whole build folder is mounted as nfs folder to embedded codec before starting apache. Am I missing any gotchas?

[EMAIL PROTECTED] Apache in embedded product

2007-09-24 Thread Malluru, Puri
Hi I got Apache built for our embedded product (Linux running on Powerpc platform). I configured it for http running on port 9090 and https running on port 9091. I made htdocs a sym link to a folder with contents that I created using "wget -m ..." command. I found Apache serving https just fine. Wh

Re: [EMAIL PROTECTED] mod_log_config-question: Forcing Apache to resolve address

2007-09-24 Thread Joshua Slive
On 9/24/07, Rikard Bosnjakovic <[EMAIL PROTECTED]> wrote: > Some week ago I solved this problem, but accidentally my httpd.conf > got removed (no backups) so I don't remember how I did and I cannot > find anything of value on Google or on > http://httpd.apache.org/docs/2.0/mod/mod_log_config.html w

Re: [EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread Joshua Slive
On 9/24/07, tech user <[EMAIL PROTECTED]> wrote: > Hello, > > I need to rewrite a request url,but I'm not sure how to do it correctly. > The incoming url form is like, > > http://www.example.com/script?param1=xx¶m2=yy > > The desired rewritten url is, > > http://www.example.com/xx_yy.html > > > Ple

[EMAIL PROTECTED] mod_log_config-question: Forcing Apache to resolve address

2007-09-24 Thread Rikard Bosnjakovic
Some week ago I solved this problem, but accidentally my httpd.conf got removed (no backups) so I don't remember how I did and I cannot find anything of value on Google or on http://httpd.apache.org/docs/2.0/mod/mod_log_config.html where I thought I found it last time. What I want to do is to forc

Re: [EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-24 Thread Haim Ashkenazi
On 9/24/07, Sander Temme <[EMAIL PROTECTED]> wrote: > > On Sep 23, 2007, at 5:13 AM, Haim Ashkenazi wrote: > > > ProxyPass / ajp://localhost:8009/abc/ > > sessions are not kept in tomcat. every request is like a new one. > > > > Is this a normal behavior? Is there a workaround for that? > > Yes, be

[EMAIL PROTECTED] help about a rewrite rule

2007-09-24 Thread tech user
Hello, I need to rewrite a request url,but I'm not sure how to do it correctly. The incoming url form is like, http://www.example.com/script?param1=xx¶m2=yy The desired rewritten url is, http://www.example.com/xx_yy.html Please help me the correct syntax.Thanks in advance. Sick of de

Re: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Vitaly
--- Thomas Antony <[EMAIL PROTECTED]> wrote: > > > I have a website (virtual server) and many DNS > > aliases pointed to the same server. > > > > But I have some directory which should be > accessible > > only via specific DNS alias (== URL). > > If/How this can be done? > > > > E.g, I have

[EMAIL PROTECTED] Apache2 file upload speed limit

2007-09-24 Thread mczip
I have website where users are able to upload some files to my website. Is there some mod or way that allows me to limit speed of maximum upload speed from user to my webserver ? (iptables isn't option) Im looking for "limiting speed per virtualhost". I know mod-cband but it only limits download

Re: [EMAIL PROTECTED] Re: Apache 2.2, rotatelogs.exe, and Windows

2007-09-24 Thread Norman Peelman
Sander Temme wrote: On Sep 15, 2007, at 8:30 AM, Mark A. Craig wrote: Nothing? No one has ever used rotatelogs.exe? Well, surely all you pros out there are rotating your companies' logs somehow... what and how are you doing it, and is it something I can use? Rotatelogs should once again b

RE: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Vitaly
--- Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Vitaly [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 24, 2007 9:59 AM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] How can I limit access only > to specific URLs? > > > > I have a websi

RE: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Boyle Owen
> -Original Message- > From: Vitaly [mailto:[EMAIL PROTECTED] > Sent: Monday, September 24, 2007 9:59 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] How can I limit access only to specific URLs? > > I have a website (virtual server) and many DNS > aliases pointed to the sa

Re: [EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Thomas Antony
I have a website (virtual server) and many DNS aliases pointed to the same server. But I have some directory which should be accessible only via specific DNS alias (== URL). If/How this can be done? E.g, I have a.example.com, b.example.com, c.example.com pointed to the same virtualhost. And

RE: [EMAIL PROTECTED] SSL server IP/port conflict

2007-09-24 Thread johan.boye
Thanks you very much for all answers. The best way seems to add an dedicated IP for the SSL stuff :-/ Take care & see you soon > -Message d'origine- > De : Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 23 septembre 2007 17:58 > À : users@httpd.apache.org > Ob

[EMAIL PROTECTED] How can I limit access only to specific URLs?

2007-09-24 Thread Vitaly
I have a website (virtual server) and many DNS aliases pointed to the same server. But I have some directory which should be accessible only via specific DNS alias (== URL). If/How this can be done? E.g, I have a.example.com, b.example.com, c.example.com pointed to the same virtualhost. And for