Hi.
I want to make http://mysite.com/post/004.htm -->
http://mysite.com/post.php?id=004
but not redirecting but masking the URL (the first URL must be shown
and not the second one).
My .httaccess:
--
RewriteEngine On
RewriteBase /
DirectoryIndex index.php index.html
Rewri
Hi all,
For the past 5 weeks now I've been experiencing an intermittent problem with
Apache 1.3.37. The server simply stops serving pages and remains in an
unresponsive state until I issue an "apachectl restart" after which it
returns to normal operation. I can find no pattern to this, as at times
Hi all,
I need an information about modifying access to third level domain, I'll
explain it:
I've a virtual server with apache and mydomain.com IP is set to it and
I've a third level domain as webmail.mydomain.com sets to the same IP.
I would like to configure Apache allowing access to openwebmai
On 10/09/2007, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> I want to make http://mysite.com/post/004.htm -->
> http://mysite.com/post.php?id=004
> but not redirecting but masking the URL (the first URL must be shown
> and not the second one).
>
> My .httaccess:
> --
> Rewr
Hi,
I am trying to make 2 ports listen in same httpd.conf file.
port 1-3032 - https://
port 2 -2022- standalone.
httpd.conf file is below:
ServerType standalone
ServerRoot /opt/SUNWRM2/applications/apache
DocumentRoot /opt/SUNWTeleAlarm/www_live/docs
PidFile/var/opt/SUNWTeleAla
Hi,
Please tell me how to enable the https support for Apache web server.
Thanks and Regards,
Ashwani Sharma
Mob: 09916454843
Off: +91-80-26265053
DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. Before opening attachments plea
On Mon, 10 Sep 2007 04:40:44 +0200, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
This must be a UA problem - none of IE/FF/Opera decodes the name, they
must've forgotten to read rfc2617. :)
Or quite possibly an apache problem, given that this
Hi,
Ashwani Kumar Sharma wrote:
> Hi,
>
> Please tell me how to enable the https support for Apache web server.
You should start by reading the manual - try:
http://httpd.apache.org/docs/2.2/ssl/
Then you should come back here and ask questions if you get stuck
(including full details of what
Me again. Hope springs eternal that I'll be able to find
someone who can respond to the odd issues I'm having. My previous
problem of Apache not working correctly when accessed via SSL has
morphed. Before, connecting to the SSL port would "sort of" work in
that you'd get a page, but
I'm sorry, I was incorrect. What's happening now is that, instead of a
new child process spawning for each request and sticking around, the
child process each request results in a child process segfaulting and
dying with a new one spawning to replace it.
---
The behaviour seems to be a little different to that which I described
below. I have checked back through the log file for the time of the last
occurence and can see that already established connections (I presume
because of KeepAlive being switched on) continue to be served (for example,
I have a
On 9/10/07, mark redding <[EMAIL PROTECTED]> wrote:
> Any ideas as to where I should look next to try to resolve this would be
> most appreciated ?
I suppose you can't get to the server-status page when this is happening?
The only real way to debug a problem like this, as far as I know, is
to lo
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
> It really seems to be a UA problem. According to those RFCs, both 'realm'
> and 'filename' are supposed to be 'quoted-string' and should be treated
> exactly the same. It just seems so weird that three major browser vendors
> would miss this
Hi
Platform: Linux LONGAPA02C 2.6.9-55.ELsmp #1 SMP Wed May 2 14:04:42 EDT
2007 x86_64 x86_64 x86_64 GNU/Linux
Httpd: httpd-2.0.52-32.3.ent.centos4
mod_jk .25
When using mod_jk it complains about this file not being present
No JkShmFile defined in httpd.conf. Using default
/etc/httpd/logs/jk-r
[EMAIL PROTECTED] wrote:
When using mod_jk it complains about this file not being present
No JkShmFile defined in httpd.conf. Using default
/etc/httpd/logs/jk-runtime-status
The documentation does not state what this file is actually used for nor
have I seen any adverse effects for not exp
This file is used for shared memory, lock, ...of mod_jk threads.
if you don't declare it in your mod_jk config file, mod_jk will create a
default one in your http log directory.
--
Bj
On 9/10/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Hi
> Platform: Linux LONGAPA02C 2.6.9-55.ELsmp #1
Hi Dustin,
--- Dustin Schuemann <[EMAIL PROTECTED]> a écrit :
> Im trying to use mod_authn_dbd with pgsql my table
> structure is 3
> columns username,password,group. When I try to login
> into the
> protected directory I get a 500 error. My apache
> conf is below. My
> logs are [Sun Sep 09
rahul gundecha wrote:
thanks Joshua for helping, I really appreciate your instantaneous
and correct solution.
Just to point out confusion in the thread -
first time you replied -
"check for mod_cache, mod_file_cache, and similar modules. If they
are turned off, then you don't likely have any
Hi,
> I suppose you can't get to the server-status page when this is happening?
Yes, that is correct...no response is returned when I make this request.
> http://httpd.apache.org/dev/debugging.html#backtrace
>
Thank you for the pointer. I'll script up something to ptrace the
apache processes w
I have a couple of 1.3.29 servers that I need to bring up to scratch. I
have only installed the servers in the past, I have never had to do an
upgrade. I have looked through the FAQ's and docs, but I can't find
anything that says, "to upgrade do this". I can't believe it is as
simple as configu
I have been unable to find any documentation that clearly states the
difference between the path_info and request_uri environment variables.
The cgi specs at
http://cgi-spec.golux.com/draft-coar-cgi-v11-03-clean.html
define the path_info variable but do not mention request_uri. The brief
refere
On Mon, 10 Sep 2007 15:48:45 +0200, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 10/09/2007, Martin Strand <[EMAIL PROTECTED]> wrote:
It really seems to be a UA problem. According to those RFCs, both
'realm'
and 'filename' are supposed to be 'quoted-string' and should be treated
exactly the sam
[gmane is down ; resent via the mailing-list]
Hi!
As this question is not really mod_dav centered, I hope you guys can
help!
[EMAIL PROTECTED] (Michaël Cadilhac) writes:
> Sorry if this question has been asked before, I just can't found the
> information.
>
> My web host said to me, « If you gi
Thank you so much for your reply. I got it. But I have still some problems.
1) Our MoCA organisation issued sequrity certificate for everyone who is the
member of that organisation. The members used their own file to browse the
www.123.com.
2) I made new server hosting www.abc.com a
I have recently upgraded to fedora 7 from fc5. I then did a fresh
install of fedora 7 and that is currently what I am working in. I
installed httpd from yum and i tried just copying over my
saved /etc/httpd/conf/httpd.conf from fc5. That didn't work. Getting
many errors.
I have since removed h
On 9/10/07, Poohba <[EMAIL PROTECTED]> wrote:
> I have recently upgraded to fedora 7 from fc5. I then did a fresh
> install of fedora 7 and that is currently what I am working in. I
> installed httpd from yum and i tried just copying over my
> saved /etc/httpd/conf/httpd.conf from fc5. That didn
Hi all,
Can I configure Apache to serve webpages using UDP as transport protocol.
I see some code in srclib/apr/network_io/unix to make UDP
Hello,
Sorry previous email was sent before completion.
Can I configure Apache to serve webpages using UDP as transport protocol ?
I see some code in srclib/apr/network_io/unix to send/recv UDP sockets,
which makes me think it might support. If so how would i configure ? I
don't see documentati
Yogsothoth GV wrote:
Hi all,
Can I configure Apache to serve webpages using UDP as transport protocol.
I see some code in srclib/apr/network_io/unix to make UDP
End original message. -
I don't know the answer to your question but I suspect it is very
like
Yogsothoth GV wrote:
Hello,
Sorry previous email was sent before completion.
Can I configure Apache to serve webpages using UDP as transport protocol ?
That's the silliest thing I've ever heard of.
Why would you want to?
I see some code in srclib/apr/network_io/unix to send/recv UDP socke
On 9/10/07, Yogsothoth GV <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Can I configure Apache to serve webpages using UDP as transport protocol.
>
> I see some code in srclib/apr/network_io/unix to make UDP
See this month's archives of the [EMAIL PROTECTED] list.
Joshua.
Hi!
I'm trying to think of an optimal mass vhosting solution for my server.
But even after reading http://httpd.apache.org/docs/2.2/vhosts/mass.html
and http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html I couldn't
make up my mind and have actually more questions then aswers. Here they
are:
On 9/10/07, Chris 'Xenon' Hanson <[EMAIL PROTECTED]> wrote:
>
> Yogsothoth GV wrote:
> > Hello,
> > Sorry previous email was sent before completion.
> > Can I configure Apache to serve webpages using UDP as transport protocol
> ?
>
>That's the silliest thing I've ever heard of.
Yes it is sill
On 9/10/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On 9/10/07, Yogsothoth GV <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > Can I configure Apache to serve webpages using UDP as transport
> protocol.
> >
> > I see some code in srclib/apr/network_io/unix to make UDP
>
> See this month's archive
On Mon, September 10, 2007 18:26, Yogsothoth GV wrote:
> On 9/10/07, Chris 'Xenon' Hanson <[EMAIL PROTECTED]> wrote:
>>
>> Yogsothoth GV wrote:
>> > Hello,
>> > Sorry previous email was sent before completion.
>> > Can I configure Apache to serve webpages using UDP as transport
>> protocol
>> ?
>>
Hi,
I upgraded from Apace 2.0.53 to 2.2.4 and from mod_auth_ldap to
mod_authnz_ldap and that's where my troubles began. I have one
protected directory that anyone with an LDAP entry should be able to
access, but something is failing in the process and Apache is not
providing in helpful logs
Apache 2.2.4 on Fedora core 6
I try to run JVM server on port 7979
it is on local machine at http://localhost:7979
There are http://localhost:7979/profile/login and others.
Try to use ProxyPassReverse but it doesn't work!!
Here , my configuration.
httpd.conf
ProxyReque
Apache 2.2.4 on Fedora core 6
I try to run JVM server on port 7979
it is on local machine at http://localhost:7979
There are http://localhost:7979/profile/login and others.
Try to use ProxyPassReverse but it doesn't work!!
Here , my configuration.
httpd.conf
ProxyRe
38 matches
Mail list logo