Can anyone suggest what might be causing this? I'm stuck :-(
--
Spencer
> -Original Message-
> From: Warhurst, SI (Spencer) [mailto:[EMAIL PROTECTED]
> Sent: 26 March 2007 09:52
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache & PHP(myadmin)
>
> Hi
>
> I've just insta
Hello!
I need to configure a handler which will
process ONLY / url.
for example
http://www.domain.dom/ is handled by handler
as well as http://www.domain.dom
but http://www.domain.dom/images or
http://www.domain.dom/admin is not handled by
the handler (handler is eather cgi script or
mod_per
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Joshua Slive
> Sent: Wednesday, March 28, 2007 10:14 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] httpd.conf question - virtual server- firewall
> port forwarding
>
> On 3/28/07
Hi,
I'm trying to achieve three different tasks by the way of mod_rewrite
under apache 2.0.54:
1) permanently redirect (301) url of the form
www.domain.com/index.php?t=key1&sub=key2
to
www.domain.com/key1/key2
Purpose: let current SERP use 'static' url instead of the old "dynamic"
ones
2) re
You don't mention what version you are using.
Yeah, sorry for that!
problem. In 1.3, the processing depends on the ordering of the
AddModule lines, but in 2.x it is specified in the code.
I'm using 1.3, so I looked at modules loading configuration and I
noticed that mod_vhost_alias is loaded
Hello:
This has been bugging me for some time.
If I have a directory structure like this:
/var/www/html/myApp
/var/www/html/myFiles
With this URL: www.example.com/myApp
I can reference myFiles as ../myFiles
but with this URL: www.myApp.example.com, using a virtual host,
I cannot access myFil
Hi Ken,
Depending on what OS you are running you would need something similar to
this on unix style OS in httpd.conf or vhosts.conf. You would also need to
configure the associated DNS entries for www.myApp.example.com namely the A
record and the www record.
# Use name-based virtual hosting.
I have 2 virtual hosts running IBM HTTP server to serve up an IBM WAS
application.
I want to use Apache to load balance between these 2 virtual hosts and
use sticky sessions (session replication isn't an option here). I have
the following configuration for the load balancing:
==
I'm no expert but what jumps out at me is that you say you're trying to
integrate php 5.2.1 but your web server is trying to load a php 6.0.0 dll.
Bruce
> Mr. Steve Burrus wrote:
hi I still need help/assistance
w.
trying to integrate php with the apache server. the version of php in
question
On 3/26/07, Warhurst, SI (Spencer) <[EMAIL PROTECTED]> wrote:
Hi
I've just installed phpMyAdmin - 2.10.0.2 on my Windows 2003/Apache
2.0.59/MySQL 5.0.27 box, however I seem to have a configuration issue.
None of the images display, and in the Apache error log I get lines like this
for each im
On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote:
Hello!
I need to configure a handler which will
process ONLY / url.
for example
http://www.domain.dom/ is handled by handler
as well as http://www.domain.dom
but http://www.domain.dom/images or
http://www.domain.dom/admin is not handled by
t
On 3/29/07, Alberto Giménez <[EMAIL PROTECTED]> wrote:
> You don't mention what version you are using.
Yeah, sorry for that!
> problem. In 1.3, the processing depends on the ordering of the
> AddModule lines, but in 2.x it is specified in the code.
I'm using 1.3, so I looked at modules loading
David,
I'm far from an expert on Apache web server but I think you can't do what
you're trying to do.
If your server is on a private network behind a router (which it must be) the
rest of the world will not see the 192.168.x.x IP #s, only the IP # of the
router.
I think you will have to use
Joshua Slive wrote:
On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote:
Hello!
I need to configure a handler which will
process ONLY / url.
for example
http://www.domain.dom/ is handled by handler
as well as http://www.domain.dom
but http://www.domain.dom/images or
http://www.domain.dom/admi
On 3/29/07, Artem Kuchin <[EMAIL PROTECTED]> wrote:
If i do
SetHandler perl-script
PerlResponseHandler Megalib::Exec::Public
then /images will be processed by Public handler too, but i need
only / and /Proc to be processed by handler
Let's see, we changed
ScriptAli
UPDATE: IBM HTTP server isn't running. Apache is forwarding the
requests directly to WAS.
-Original Message-
From: Clarke, James [mailto:[EMAIL PROTECTED]
Sent: 29 March 2007 14:11
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Apache/2.2.4 (Win32) / mod_proxy_rewrite
I have 2 v
Hello,
Have a question pertaining to using mod_ssl on one of my virtual sites. I am
running a web mail application in a directory on one of my sites and I was
wondering if it would be possible to secure just a particular directory and
everything under it. For example, my site is www.example.c
Rodman wrote:
Hello,
Have a question pertaining to using mod_ssl on one of my virtual
sites. I am running a web mail application in a directory on one of
my sites and I was wondering if it would be possible to secure just
a particular directory and everything under it. For example, my
site
Great!! Now I have to figure out how to do it. You wouldn't happen to have
a link handy with some basic instructions on how to secure just a directory
instead of an entire site? I'm guessing that I would have to use some sort
of SSL container inside my container but
this is just a guess.
On 3/29/07, Rodman <[EMAIL PROTECTED]> wrote:
Great!! Now I have to figure out how to do it. You wouldn't happen to have
a link handy with some basic instructions on how to secure just a directory
instead of an entire site? I'm guessing that I would have to use some sort
of SSL container insi
A, that makes so much more sense. I didn't even think to have two
virtual hosts of the same site but have one of them SSL while the other is
standard port 80. Redirecting should be easy then.
Thanks Joshua! I appreciate the help! I'll setup it up tonight.
Rodman
- Original Message -
On Mar 29, 2007, at 1:25 PM, Rodman wrote:
A, that makes so much more sense. I didn't even think to have
two virtual hosts of the same site but have one of them SSL while
the other is standard port 80. Redirecting should be easy then.
Yes, if you put your Redirect in the main server
PIRONET Benoit schrieb:
> I have changed my VirtualHost configuration like this:
>
>
> ServerName lbtest.lifeonline.be
> ServerAdmin [EMAIL PROTECTED]
> ProxyPass / balancer://mycluster2 stickysession=PHPSESSIONID
> nofailover=On
>
> BalancerMember
We are running Apache HTTP Server on a Windows XP machine with 2.79GHZ and 1
GB RAM , Weblogic 9.2 is running on another machine with the same
configuration as Apache HTTP Server machine and on a third machine which is
a 2 CPU,2.79 GHZ and 4 GB RAM machine we have Oracle 10g running
We are doing
Hello everyone,
This is probably better directed to the mod_ssl folks but their majordomo is
using SORBS and SORBS is blocking Yahoo mail accounts.
I have Apache 2.0.59 binaries (and required supporting components) from
sunfreeware installed on two Solaris 9 9/04 servers. The two systems ar
I seem to have stumbled on the answer. For whatever reason it didn't like the
_default_:9443 in my ssl.conf. I changed that to *:9443 and the server started
without problems. I don't understand why my the test box works with
_default_:9443. If someone wants to clue me in, I'd appreciate it.
--
> -Original Message-
> From: Sachin123 [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 30, 2007 6:55 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] RE: Apache CPU Utilization peaks to 100%
>
>
> We are running Apache HTTP Server on a Windows XP machine
> with 2.79GHZ and 1
unsubscribe
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 29 March 2007 17:03
To: users@httpd.apache.org
Subject: users Digest 29 Mar 2007 16:03:07 - Issue 2813
users Digest 29 Mar 2007 16:03:07 - Issue 2813
Topics (messages 71342 through 71371):
h
-Original Message-
From: Dragon [mailto:[EMAIL PROTECTED]
Sent: 29 March 2007 17:17
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_ssl question
Rodman wrote:
>Hello,
>
>Have a question pertaining to using mod_ssl on one of my virtual sites.
>I am running a web mail appli
29 matches
Mail list logo