On 9/20/05, Jean-Christophe Montigny <[EMAIL PROTECTED]> wrote:
> I tried to add a firewall rule to block the guy :
> iptables -A INPUT -p tcp -s 69.50.168.130 -j DROP
iptables -A adds a rule ad the end. It could be that there is an
earlier rule that accepts this guy. In this case the rule is nev
On 9/20/05, Jason Beebe <[EMAIL PROTECTED]> wrote:
> So what is so baffling to me is when accessing the domain via https:// it
> does pull up the proper website, but Apache looks like it is defaulting to
> the key/crt pair of the first entry.
>From the Apache SSL FAQ:
"Why is it not possible to
Hi,
I am running Apache 2. I am quite familiar with 1 and 2, but I am having a
odd problem with the Virtual Hosts on my Apache 2 server. All of the domains
run off of a single domain.
Here is what is baffling me. I have 3 virt host records in ssl.conf. When
accessing any of the domains through ht
Hi, list!
On Mon, Sep 19, 2005 at 04:06:21PM -0500, Craig L. Ching wrote:
> I've been trying to get this to work for 4 weeks now without any
I think, time to write this question to dev@httpd.apache.org or [EMAIL
PROTECTED]
WBR
--
Dmitriy Kirhlarov
OILspace, 26 Leninskaya sloboda, bld. 2, 2nd f
I'm seeing strange behavior with an apache module (Subversion's
mod_svn). Subversion commits through mod_svn are intermittently
failing because files and/or directories are being created with ROOT
ownership!! or permissions such that the user apache cannot write.
This problem happens frequenlty,
I'm running apache 1.3.31 with mod_ssl and ipv6 built from ports on
FreeBSD 4.10 Stable. I've been playing with the configuration for the
past four hours trying to get a simple vhost + ssl setup going. In the
end I got it working but I still have questions:
Why does this work:
NameVirtualHost 64.
HI Jean,
try using .htaccess file for your required directory,
allow all
deny from 69.50.168.130
*** check permissions according to your requirements.
save this file as .htaccess in the required directory n make changes in ur httpd.conf accordingly.
write me for more details
regards
Ritesh Jh
What about making a rewrite rule in httpd.conf or a .htaccess file
something
that redirects them to yahoo.com or something similar?
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Sep 19, 2005, at 6:46 PM, Jean-Christophe Montigny wrote:
Hello,
Joshua Slive wrote:
I th
Hello,
Joshua Slive wrote:
I think you are going about this the wrong way entirely. Your problem
is garbage in your log (and, by the way, that is the whole goal of
these requests -- put garbage in your log so that the referer will
show up). Solve it by fixing your log analysis. For example, j
On 9/19/05, Jean-Christophe Montigny <[EMAIL PROTECTED]> wrote:
> Is there a way in apache
> to refuse serving a given ip?
Yes, there is, but it will still appear in the log.
I think you are going about this the wrong way entirely. Your problem
is garbage in your log (and, by the way, that is th
Here's an update---I'm even more confused.
I shut down the Tomcat server being proxied. If I then restart Apache,
it will serve my staticpages.example.com site just fine---for a few
minutes. Then it stops accepting requests, with nothing in the error
logs. Nothing in the access logs. Nothing i
Hello,
I've noticed that, for about a week, i am being harrassed by always the
same IP, getting my index twenty times in a row but with a
sexual-explicit referrer :
69.50.168.130 - - [20/Sep/2005:00:04:38 +0200] "GET / HTTP/1.1" 200
27087 "http://**/"; "Mozilla/4.0 (compa
> Muhammad Rizwan wrote:
> > Another thing is that, why apache can refresh just one virtual domain.
I haven't tried it myself, but I understand there are modules that will do
that. But that's based on storing per-virtual-host config in an SQL database
IIRC.
--
Nick Kew
---
Hi Dmitriy,
I've been trying to get this to work for 4 weeks now without any
success. I highly suspect that just relying on the configure script to
do the right thing doesn't work as I've inspected a few different Linux
distributions and all of them have had the same log output (e.g. "LDAP:
SSL s
I take that back, it appears to be a firefox browser issue...
- Charles
On Sep 19, 2005, at 1:15 PM, Charles E. Heizer wrote:
Hi Joe,
I just tried 2.1.7 and it does not support large files. All I did
was issue a ./configurre --prefix=/opt/apache217b and it's
truncating the file 2.5 gig fil
I just got it to work!
I had to set --enable-mods-shared=all and then it worked.
- Charles
On Sep 19, 2005, at 1:15 PM, Charles E. Heizer wrote:
Hi Joe,
I just tried 2.1.7 and it does not support large files. All I did
was issue a ./configurre --prefix=/opt/apache217b and it's
truncating t
Hi Joe,
I just tried 2.1.7 and it does not support large files. All I did was
issue a ./configurre --prefix=/opt/apache217b and it's truncating the
file 2.5 gig file to 2gigs. Is there some other flags that I need to
add to support large files?
Thanks,
- Charles
On Sep 16, 2005, at 9:26
I have a very strange problem that I can't resolve.
I have Apache 2.0.54 running on Red Hat. Apache is serving the following
sites:
* http://staticpages.example.com - Simple static XHTML pages.
* http://jsp.example.com - JSP pages running via proxy on port 9000 on
Tomcat 5.5.9 (JDK 1.5.0_04).
John Hammer <[EMAIL PROTECTED]> writes:
> I am relatively new to this so if this is not the correct forum I would
> appreciate being pointed to the right place.
>
> Over the weekend I discovered an unwanted program running on my server. In
> the error_log I found this entry:
>
>> --13:29:54-- h
John Hammer wrote:
> Is this a problem that can be solved with Apache?
Your system have been hacked. Reformat it IMMEDIATELY.
Find out which (broken) application allowed the attacker to
get in and fix that.
Davide
--
Q: What's another name for the "Intel Inside" sticker they put on Pentiums?
A:
I am relatively new to this so if this is not the correct forum I would
appreciate being pointed to the right place.
Over the weekend I discovered an unwanted program running on my server. In the
error_log I found this entry:
> --13:29:54-- http://www.ozdereklam.com/.xpl/dc.txt
>=>
Because all the virutalhosts run in the same process, this is not
possible. You raise an interesting question, if a per-host MPM was set
up to permit this, it would be possible, al la perchild. (Note that the
perchild mpm will not support Win32 as written.)
Muhammad Rizwan wrote:
Another thin
Hi *.
A question on mod_proxy:
I have an Apache (1.3) running as reverse proxy.
The web pages delivered via this proxy are generated dynamically by gathering
data from different sources.
Some sources provide their data quickly, others slowly. Additionally the
answers differ very much in lengt
Another thing is that, why apache can refresh just one virtual domain.
Like it be done in IIS, One can restart just one single site while using
IIS.
Thanks
On Mon, 2005-09-19 at 20:40, Joshua Slive wrote:
> On 9/19/05, Muhammad Rizwan <[EMAIL PROTECTED]> wrote:
> >
> > IS this graceful restart
On Mon, Sep 19, 2005 at 08:33:25PM +0500, Muhammad Rizwan wrote:
>
> IS this graceful restart is equal to /etc/rc.d/init.d/httpd restart
No it's equal to /etc/rc.d/init.d/httpd gracefull
:)
--
Dmitriy Kirhlarov
OILspace, 26 Leninskaya sloboda, bld. 2, 2nd floor, 115280 Moscow, Russia
P:+7 095
On 9/19/05, Muhammad Rizwan <[EMAIL PROTECTED]> wrote:
>
> IS this graceful restart is equal to /etc/rc.d/init.d/httpd restart
Probably not. But since that file probably comes with your OS and not
with apache-proper, we have no way to know exactly what is in it. As
the docs I pointed you to say
IS this graceful restart is equal to /etc/rc.d/init.d/httpd restart
Thanks, for your reply
On Mon, 2005-09-19 at 20:11, Dmitriy Kirhlarov wrote:
> On Mon, Sep 19, 2005 at 07:55:19PM +0500, Muhammad Rizwan wrote:
> > understand what 'll happen with in case of graceful restart. 'll it
> > destroys
On Mon, Sep 19, 2005 at 07:55:19PM +0500, Muhammad Rizwan wrote:
> understand what 'll happen with in case of graceful restart. 'll it
> destroys all the sessions of other sites or not. Can you plz. provide me
> any proof for this painless restart.
When you use graceful restart your not break curr
On 9/19/05, Muhammad Rizwan <[EMAIL PROTECTED]> wrote:
> Thanks for your reply.
>
> So i can just reread the configuration of one virtual host. But i can't
> understand what 'll happen with in case of graceful restart. 'll it
> destroys all the sessions of other sites or not. Can you plz. provide
Thanks for your reply.
So i can just reread the configuration of one virtual host. But i can't
understand what 'll happen with in case of graceful restart. 'll it
destroys all the sessions of other sites or not. Can you plz. provide me
any proof for this painless restart.
Thanking you again.
On
On Sat, Sep 17, 2005 at 10:56:20PM +1000, Haali Goodsell wrote:
> configure: creating ./config.status
> config.status: creating Makefile
> ./config.status: fork: Resource temporarily unavailable
Something went wrong here. Try it again, and try using the latest
version, 2.0.54.
joe
On 9/19/05, Muhammad Rizwan <[EMAIL PROTECTED]> wrote:
> Hello
>
> Is there any way in apache to refresh just one site instead of
> restarting whole daemon.
If you mean "reread the configuration for one virtual host", then the
answer is no. But a graceful restart should be painless, so it
should
Hello
Is there any way in apache to refresh just one site instead of
restarting whole daemon.
Any idea.
Thanks
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.
Hi,
i'm having a stupid time trying to get some MP3 files to stream off
my apache server whereby the first few seconds or so of the track
will play then the streaming stops completely. I have the following
mime-type definition in my mime.types file:
audio/mpegmpga mp2 mp3
If p
On 9/16/05, Eric Wagar <[EMAIL PROTECTED]> wrote:
> But, after the make|make install, I receive these errors:
> Starting Apache Server for ewm-test.corp.sgi.com
> /engr/apache/site_conf/ewm-test.corp.sgi.com/start :
> ewm-test.corp.sgi.com::httpd could not be started
> Syntax error on line 230 of
>
On 9/19/05, Oscar Haeger <[EMAIL PROTECTED]> wrote:
> What I'd like to know is if SuExec somehow prevents me from running scripts
> via
> symlinks.
> I have a webserver with SuExec installed and I'd like to be able to run
> scripts
> that resides in other peoples cgi-bin directories. I've tested
Hi.
First I'd like to apologize if this question has been asked before, but I've
scanned the archives and haven't found anything about it.
What I'd like to know is if SuExec somehow prevents me from running scripts via
symlinks.
I have a webserver with SuExec installed and I'd like to be able to r
37 matches
Mail list logo