Thanks for your answer. I already try this but when I write this
script, I don't know how to handle the loop with stdin (in the shell
script or in the java file ?) :
I try this in the shell :
#!/bin/sh
while read text
do
java -classpath /path/to/java/cla
Hi,
I want to use virtual servers on apache.
So I install one server and have several virtual instances each one running on
a different port.
1] once apache is installed, what needs to be done to create these virtual
instances?
2] each virtual instance should have an htdocs where to put docume
Melanie Pfefer wrote:
I want to use virtual servers on apache.
So I install one server and have several virtual instances each one running on
a different port.
Hu... why? You can have multiple sites (Virtual HOSTS) without the need
for multiple 'instances' of apache running.
Why don't you
Hi,
I added these lines:
Listen 80
Listen 81
NameVirtualHost 10.0.100.4:80
NameVirtualHost 10.0.100.4:81
ServerName zeus
DocumentRoot /usr/local/apache2/htdocs
ServerName zeus
DocumentRoot /usr/local/apache2/htdocs1
When I access http://zeus:80 I get the “It works”. When I access
http:
On Wed, Jul 16, 2008 at 09:50, Melanie Pfefer
<[EMAIL PROTECTED]> wrote:
> When I access http://zeus:80 I get the "It works". When I access
> http://zeus:81, the logs show:
> [Wed Jul 16 09:37:18 2008] [error] [client 172.21.194.71] client denied by
> server configuration: /usr/local/apache2/htd
Melanie Pfefer wrote:
I added these lines:
Listen 80
Listen 81
NameVirtualHost 10.0.100.4:80
NameVirtualHost 10.0.100.4:81
ServerName zeus
DocumentRoot /usr/local/apache2/htdocs
ServerName zeus
DocumentRoot /usr/local/apache2/htdocs1
When I access http://zeus:80 I get the “It works”. Whe
On Tue, Jul 15, 2008 at 23:49, Sutida Yenjaichon <[EMAIL PROTECTED]> wrote:
> I have downloaded the Apache version 2.0.63 to replace the Apache version
> 1.3.x. It works except the ASP part. The informaiton entered on the web has
> not been posted to the database. And the email function does not wo
Replaying to myself... after some coffee I figured out I missed a slash.
ProxyHTMLURLMap /mirror/ / and the links are ok.
So theres only the icons problem left.
I tried something like
ProxyHTMLURLMap /mirror/icons/ /icons and ../icons but neither of them
works.
It looks like its getting ignored.
Hello,
After reading the Apache 2.0 log format documentation, I wanted to log
request info with sub-second (microsecond) precision.
Each request's processing time can be logged wityh microsecond resolution
using "%D".
Looking into "man strftime", however, I cannot find any formatting
directive t
Dear David,
I am the administrator of a website, and I found that some users make
lots of HTTP connections to my website. After searching for answers to
this problem, I tried to use your Apache module mod_limitipconn.
However, there is a problem for me to use this module: this module is
not worki
hi
Is it possible to start or stop 1 virtual host and keep the others running?
Is it possible to have seperate httpd.conf?
thanks
--- On Wed, 16/7/08, Davide Bianchi <[EMAIL PROTECTED]> wrote:
> From: Davide Bianchi <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] virtual instances
> To: "
Melanie Pfefer wrote:
hi
Is it possible to start or stop 1 virtual host and keep the others running?
Using the 'graceful' option the server is restarted without breaking
connections, but no, you can't stop/start a VHost alone.
Is it possible to have seperate httpd.conf?
Sure, you can have
Hi!
> Is it possible to start or stop 1 virtual host and keep the others running?
As one httpd binary would server several virtual hosts you would not be
able to stop one virtual host by stopping the httpd process. However, an
easy workaround would be to include only specific virtual host
configu
Hi
I installed apache under /usr/local/apache2
this might change later on.
Would it be sufficient to move the directory to the new location and start the
http service again?
thanks.
__
Not happy with your email address?.
Get the o
Melanie Pfefer wrote:
Hi
I installed apache under /usr/local/apache2
this might change later on.
Would it be sufficient to move the directory to the new location and start the
http service again?
Check in your configuration file where the various parts (modules and so
on) are referred (usu
On Wed, Jul 16, 2008 at 6:02 AM, Jimmy Snell <[EMAIL PROTECTED]> wrote:
>
> However, then I tried to test whether this module was working.
> I used the "ab" command to test from my machine:
> ab -n 100 -c 100 http://www.myhost.com
>
> Unfortunately, I found on my server that it showed there a
Hi,
is there a way to set a http header of a request proxied by mod_rewrite?
Here are more details:
I have an apache server (front.example.com) configured as a reverse
proxy, and requests are actually handled by apache servers not
directly reachable from the outside. Those apache servers
(back1l
Hi all,
It's me again ;-))
After the succesful build of httpd-2.2.9 under Solaris 10 SPARC, i ran into a
SSL problem during the tests - the error_log output (Level: debug) is attached.
Any ideas?
Liebe Grüsse,
Wulf Kaiser
___
IT Services - Web & Database Developmen
Hi!
> Here are more details:
>
> I have an apache server (front.example.com) configured as a reverse
> proxy, and requests are actually handled by apache servers not
> directly reachable from the outside. Those apache servers
> (back1listening on 10.0.0.1 and back2 on 10.0.0.2) are configured for
Dear All,
Here some additional information about how httpd was build and how SSL is
"test-configured". The certificates are "borrowed" from our Intranet Server.
The "test configuration" is basically a stripped-down version of the
configuration running under Solaris 9 since 4 years now.
Liebe G
On Wed, Jul 16, 2008 at 2:54 PM, Severin Gehwolf
<[EMAIL PROTECTED]> wrote:
> Hi!
>
>> Here are more details:
>>
>> I have an apache server (front.example.com) configured as a reverse
>> proxy, and requests are actually handled by apache servers not
>> directly reachable from the outside. Those apa
On Wed, Jul 16, 2008 at 6:33 PM, Raphael Bauduin <[EMAIL PROTECTED]> wrote:
> On Wed, Jul 16, 2008 at 2:54 PM, Severin Gehwolf
> <[EMAIL PROTECTED]> wrote:
> > Hi!
> >
> >> Here are more details:
> >>
> >> I have an apache server (front.example.com) configured as a reverse
> >> proxy, and requests
Actually I am looking for
1 apache installation
Have independent instances: logs, conf and bin.
VHosts does not seem to have a log, conf and bin for each instance .
Could you please advise?
thx
--- On Wed, 16/7/08, Severin Gehwolf <[EMAIL PROTECTED]> wrote:
> From: Severin Gehwolf <[EMAIL P
On Wed, Jul 16, 2008 at 3:01 AM, Anazys - Apache <[EMAIL PROTECTED]> wrote:
> Thanks for your answer. I already try this but when I write this script, I
> don't know how to handle the loop with stdin (in the shell script or in the
> java file ?) :
> I try this in the shell :
>#!/bin/sh
>
Hi,
Are there any well known bugs from mod_proxy module?
regards,
Anand
On Wed, 2008-07-16 at 13:10 +, Melanie Pfefer wrote:
> Actually I am looking for
>
> 1 apache installation
> Have independent instances: logs, conf and bin.
>
> VHosts does not seem to have a log, conf and bin for each instance .
Why would you need independent instances of bin?
Concerning "
https://issues.apache.org/bugzilla/buglist.cgi?quicksearch=mod_proxy
On Jul 16, 2008, at 10:38 AM, Anand Kulkarni wrote:
Hi,
Are there any well known bugs from mod_proxy module?
regards,
Anand
-
The official User-To-User
Hi all,
Do you know any IDS based on apache log analysis? What's you
experience with them? Which one do you think is best?
Thanks,
--
Jordi
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://
I have Apache 2.2.3 going against a servlet engine. I have some
static content that is hosted by the servlet engine (css, jpegs,
etc.). Whenever a request without a JSESSIONID cookie hits the
servlet engine, the servlet engine sends back a Cache-control: no-
cache header and an Expires hea
My Java class read from stdin (System.in), the main problem is the
loop : with the "while read text", there is an infinite loop.
But when I only write a call from the shell to the java class :
#!/bin/sh
java -classpath /path/to/java/class/ MainClass
It work perfectly the first t
Hi,
Actually I want to have different customers that use different apache servers
without the need to install many apache servers.
I thought of reusing the http binary. Could you please help in this regard?
Should I simply copy the httpd.conf and change the logs location and ServerRoot?
thanks
Melanie Pfefer wrote:
Hi,
Actually I want to have different customers that use different apache servers
without the need to install many apache servers.
I thought of reusing the http binary. Could you please help in this regard?
Should I simply copy the httpd.conf and change the logs location
Melanie Pfefer wrote:
Hi,
Actually I want to have different customers that use different
apache servers without the need to install many apache servers.
I thought of reusing the http binary. Could you please help in this
regard? Should I simply copy the httpd.conf and change the logs
locati
On Wed, Jul 16, 2008 at 3:06 PM, Nikhil <[EMAIL PROTECTED]> wrote:
>
> eg:
> RewriteRule ^/(.*)$ http://www/~me/printenv.cgi
> [L,P,E=remoteUser:%{LA-U:REMOTE_USER}]
> RequestHeader set X_REMOTE_USER %{remoteUser}e
> RequestHeader add "X-H-USER" "%{remoteUser}e"
>
I can't get this to work. Are
Using apache2 2.2.3 on SLES10 SP2. What we have:
1 webserver on 123 subnet. Answers for port 80
1 email server with it's own small apache server on 124 subnet answers for port
8080
1 firewall/router with 1 IP (forwards to internal server addresses)
What we want to do:
When users enter some addre
Could you advise the website I can download Apache version 1.3.41 for Win32. I
don't see any .msi file download paackage (like
apache_1.3.41-win32-x86-no_ssl.msi) on the main Apache website?
Please help. Thank you very much.
Sutida Yenjaichon wrote:
Could you advise the website I can download Apache version 1.3.41 for
Win32. I don't see any .msi file download paackage (like
apache_1.3.41-win32-x86-no_ssl.msi) on the main Apache website?
You are so strongly discouraged from using it, that it's not there. This
code
On Wed, Jul 16, 2008 at 10:49 AM, Anazys - Apache <[EMAIL PROTECTED]> wrote:
> My Java class read from stdin (System.in), the main problem is the loop :
> with the "while read text", there is an infinite loop.
>
> But when I only write a call from the shell to the java class :
>#!/bin/sh
>
Hi,
im from brasil, i will try to explain (with my good english) how you
can fix this problem:
you can use Redirect, something like this:
ServerName domain.com
RedirectPermanent / https://destination.domain.com
good luck.
On Wed, Jul 16, 2008 at 12:41 PM, Chris Arnold
<[
>Hi,
Hi
>
>ServerName domain.com
>RedirectPermanent / https://destination.domain.com
>
So, this is what i have in my vhost.conf file:
ServerName some-domain.com
RedirectPermanent / http://otherdomain.com:8080
Then i restart apache. Goto webmail.some-domain.com and i am ta
Dear David,
Thank you for your kindly and quick reply.
I am sorry that I thought the limitipconn module would totally prevent
the DoS attacker from connecting to TCP 80 port.
BTW, I am not sure how Apache and its DSOs work internally. But I
wonder whether there is a way to achieve the result I e
Hi,
We have used mod_proxy in our project for configuring proxy server
between TCP client and TCP server. But, mod_proxy has not been able to
forward the complete client data to the server.
I think it is a bug with mod_proxy. We have another option called
mod_athena. In that also it did not wor
Hi there,
Just wondering if some one could give me a hand with my Virtual Host
# mysite
http://0.0.0.0/>>
ServerName mysite.co.nz
RewriteEngine on
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*) http://www.mysite.co.nz/$1 [NE,R]
http://0.0.0.0/>>
ServerAdmin [EMAIL PROTECTED]
Chris Arnold wrote:
Using apache2 2.2.3 on SLES10 SP2. What we have:
1 webserver on 123 subnet. Answers for port 80
1 email server with it's own small apache server on 124 subnet answers for port
8080
1 firewall/router with 1 IP (forwards to internal server addresses)
What we want to do:
When
44 matches
Mail list logo