> -Original Message-
> From: alexlarra [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 3. März 2006 04:10
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Configuring Apache HTTP Server
>
> Hi!
>
> Is there someone out there who knows how to run a website with .jsp
> files in Apache
> -Original Message-
> From: kloomis [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 3. März 2006 05:52
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Virtual Hosts Problem .. more
>
> At 01:57 PM 3/1/2006 -0500, I wrote:
>
> Well, I've been able to configure my httpd.conf to s
On Friday 03 March 2006 08:32, Boyle Owen wrote:
> However, if you're asking, "can apache handle servlets without a servlet
> engine" then the answer is "no".
Of course, if anyone cared to implement JSP2 as a module in C (or other
language with compatible linkage), that could be an interesting pr
Greetings all,
I am using some php that configures multiple sites at once
and then accesses them using a site=sitename argument in the php, I’m now
trying to setup separate logins for each sitename. After a few hours of
fruitless testing am I right in assuming that the LocationMatch dir
Hello,
i configured a vhost to allow webdav to authenticated users, now when
people connect using either winxp or win2k they get a folder structure
like:
folder
-folder
--folder
---...
...
that wouldn't be that much of a problem if it would only display like
that but i ha
Oops ... I just noticed my previous reply was in html :-(
Here-under you can find my correctly formatted message again
Sorry again,
Koen
-Nick Kew <[EMAIL PROTECTED]> wrote: -
>To: users@httpd.apache.org
>From: Nick Kew <[EMAIL PROTECTED]>
>Date: 01/03/2006 22:26
>Subject: Re: [EMAIL PRO
I have noticed that rotatelogs.exe does not work if it is more than one
level away from the root of the filesystem in windows XP.
For example, this does not work:
CustomLog "|D:\programs\Apache\Apache2\bin\rotatelogs.exe
logs/access.%Y-%m-%d-%H_%M_%S.log 86400" common
But this does work:
C
Hello,
My config:
proxy server: Apache 2.2
real server: Apache 1.3 (2.2 soon)
I would like to reverse proxy requests to userdir (public_html) like that:
http://proxy.domain.fr/~username --> http://realserver.domain.fr/~username
Thoose directives work for that particular 'username':
PassProxy
-"Emmanuel.Leguy" <[EMAIL PROTECTED]> wrote: -
>To: users@httpd.apache.org
>From: "Emmanuel.Leguy" <[EMAIL PROTECTED]>
>Date: 03/03/2006 13:25
>Subject: [EMAIL PROTECTED] User dir an reverse proxy
>
>Hello,
>
>My config:
>proxy server: Apache 2.2
>real server: Apache 1.3 (2.2 soon)
>
>I
I seem to have both Apache and Apache2 installed on my Kubuntu 5.10 system:
[EMAIL PROTECTED]:/etc/apache# ls /etc/apac
apache/ apache2/
[EMAIL PROTECTED]:/etc/apache# ls /etc/apache
I need to change my DocumentRoot to /home/user/www from the current /var/www
I suspect that /etc/apache2/httpd.con
Hello,
I have been running into issues with apache, gallery2, and my backup
software retrospect.
I have posted on gallery's website and they seem to suggest it's not a
problem with gallery, but rather with Apache. So I posted for help on
minitutorials.com for some more assistance.
After batting
Hi,
When i set AcceptMutex to sysvsem on AIX
5.3, apache 2.0.55 core dumps on start up.
However, when i checked the same on
another AIX 5.3 m/c, it worked fine.
is this system specific?
Thanks & Regards,Lekha
Menonhttp://www.patni.com
World-Wide Partnerships. World-Class Solutions
Dennis Madsen wrote:
Should I insert a rewrite rule in my virtual host for myhp.dk? I have this:
DocumentRoot c:/www/myhp.dk/www
ServerName myhp.dk
ServerAlias *.myhp.dk
ServerAdmin [EMAIL PROTECTED]
php_admin_value open_basedir c:/www/myhp.dk/www/
CustomLog c:/www/myhp.dk/access.log combined
E
Damien Parsons wrote:
I am using some php that configures multiple sites at once and then accesses
them using a site=sitename argument in the php, I'm now trying to setup
separate logins for each sitename. After a few hours of fruitless testing am
I right in assuming that the LocationMatch direct
Emmanuel.Leguy wrote:
So I tried rewriting:
RewriteEngine On
RewriteRule ^/\~(.*) http://realserver.domain.fr/~$1 [proxy,last]
There is no need to escape the '~'.
But if the trailing slash is forgotten the realserver redirect the request:
http://proxy.domain.fr/~username --> http://realserv
> -Original Message-
> From: Dotan Cohen [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 3. März 2006 14:30
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] DocumentRoot problem
>
> I seem to have both Apache and Apache2 installed on my
> Kubuntu 5.10 system:
> [EMAIL PROTECTED]:/etc
Hi,
I've got a bit of an issue with mod_rewrite and I was hoping someone
could give me a little help :-)
I'm using version 2.0.46, with Resin (not that important whats behind
apache...). I have the following config set up to rewrite some elements
of our dynamic URLs:
RewriteEngine O
On 3/3/06, Boyle Owen <[EMAIL PROTECTED]> wrote:
> You're doing the right thing - you must simply be editing the wrong config
> file (this is a likely problem if you have several installs and are not sure
> which one is running).
>
> If you do "ps -ef" you should see the full path to httpd (eg
>
Some requests are not proxied so I can't use
PassProxy / http://realserver.domain.fr/
But I can use
PassProxyReverse / http://realserver.domain.fr:
for every proxied requests because the directory path is the same for
both internal and external request
It works for me!
Koen and Robert, tha
I notice that /etc/apache2/apache2.conf contains these lines:
# Include all the user configurations:
Include /etc/apache2/httpd.conf
So, why wouldn't it adjust my Docroot? Also, this file does not have a
DocumentRoot setting! Is this unusual? What can I do to change the
docroot?
Dotan Cohen
Is there anything else I need to do besides putting this
"AddDefaultCharset utf-8" in the httpd.conf? I've put it in the main
server config and in each of my Virtualhosts but I still get iso-8859-1.
I also have this in my config also...
AddCharset UTF-8 .utf8
Any suggestions?
Thanks,
John
One of our clients has the following setup:
httpd 2.0.55 (Gentoo package 2.0.55-r1)
Zope 2.6.1
Apache proxies zope for a http and https host via mod_rewrite/proxy
POSTs going to httpd=>zope via http are fine, posts going to httpd=>zope via
https are not. I have dumps of the exact same post done
Opps, I forgot the basics.
OS: OpenBSD 3.8
Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g
: John Brahy
: CIO
: www.ad2.com
> -Original Message-
> From: John N. Brahy [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 03, 2006 8:54 AM
> To: users@httpd.
Hello All, How do give permission to httpd - to access a directory without using a .htacess file. Thanks, Vijay
On 3/3/06, Vijay A Raghavan <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> How do give permission to httpd - to access a directory without using a
> .htacess file.
That's a pretty vague question. Perhaps you need just the following
in httpd.conf:
Order Allow,Deny
Allow from all
If not, you need
On 3/3/06, John N. Brahy <[EMAIL PROTECTED]> wrote:
> Opps, I forgot the basics.
>
> OS: OpenBSD 3.8
> Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g
> > Is there anything else I need to do besides putting this
> > "AddDefaultCharset utf-8" in the httpd.conf? I've put it
> Well, all bets are off with openbsd, since their version of apache is
> forked (contains non-standard patches).
>
> But in general, AddDefaultCharset has an effect only if there are no
> AddCharset directives applying to the files. And your AddCharset
> directive above probably does nothing u
On 3/3/06, John N. Brahy <[EMAIL PROTECTED]> wrote:
>
> > Well, all bets are off with openbsd, since their version of apache is
> > forked (contains non-standard patches).
> >
> > But in general, AddDefaultCharset has an effect only if there are no
> > AddCharset directives applying to the files.
On Fri, Mar 03, 2006 at 02:58:44PM +, Matthew Claridge wrote:
> I'm using version 2.0.46, with Resin (not that important whats behind
> apache...). I have the following config set up to rewrite some elements
> of our dynamic URLs:
>
>RewriteEngine On
>ProxyMaxForwards 200
>
Hi all,
Can I control the maximum number of users (clients) who connect
to my web server by using apache directives?
Please help,
Nadir
NOTICE
This is a confidential communication from Xtria LLC, intended only for the recipient(s) named above. If you have received this mess
On 3/3/06, Nadir Mahmoud <[EMAIL PROTECTED]> wrote:
> Can I control the maximum number of users (clients) who connect to my web
> server by using apache directives?
You control the maximum number of client connections using the
MaxClients directive. But remember that one browser often makes
multi
Upgrading to Apache 2.2.0 fixed the problem, although I understand that this
is also fixed in Apache 2.0.56 whenever it's reeleased. So when it is I will
probably down-grade to it.
On Friday 03 March 2006 12:33 pm, Edward Muller wrote:
> One of our clients has the following setup:
> httpd 2.0.55
Matthew Claridge wrote:
The problem is that our URLs include hashes ('#'), which are escaped as
'%23' in the actual URL. What seems to be happening, from looking at the
rewrite log file, is that Apache successfully processes all those
rewrite rules, but in the process of actually processing th
List,I am trying to install Apache HTTP Server 2.0.55 on to Windows 2000 Pro using the MSI installer.The installation wizard opens with the "Welcome to the Installation ." screen.It reads "Apache HTTP Server 2.0.55 Setup is preparing the Installation Wizard which will guide you through the pro
34 matches
Mail list logo