> -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
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
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
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
--- 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
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 :
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.
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
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
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?
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
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
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
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
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
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
--- 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
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
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
--- 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
> -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
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
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
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
24 matches
Mail list logo