RE: [EMAIL PROTECTED] Apache ACL

2008-01-14 Thread Boyle Owen
The problem you describe has no obvious solution, so there must be additional config directives interfering with your setup. See notes below: > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Marc > Sent: Monday, January 14, 2008 4:46 PM > To: users@httpd.apache.or

RE: [EMAIL PROTECTED] reseting the apache server

2008-01-14 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of joshua vogelstein > Sent: Tuesday, January 15, 2008 1:13 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] reseting the apache server > > sometimes i modify my httpd.conf file to try to add

Re: [EMAIL PROTECTED] Passing REMOTE_ADDR on 2.0.x reverse proxy

2008-01-14 Thread Matus UHLAR - fantomas
On 14.01.08 16:05, Al Sparks wrote: > I'm running apache 2.0.x as a reverse proxy. Apparently, it's not > passing along the original IP address to the target server. > Specifically the REMOTE_ADDR field on the target server is showing the > IP address of the proxy server, instead of the IP address

[EMAIL PROTECTED] Fedora 8 apache php has strange issue for Segmentation fault

2008-01-14 Thread Zhen Zhou
Hi, all, I met very strange problem, regarding to apache or maybe some modules in apache. My envirnaments: Linux 2.6.23.9-85.fc8 SMP x86_64 httpd: httpd-2.2.6-3.x86_64 php: php-5.2.4-3.x86_64 cacti: cacti-0.8.7a-1.fc8.x86_64 phpMyAdmin: phpMyAdmin-2.11.3-1.fc8.x86_64 mysql: mysql-5.0.45-6.fc8.x86

[EMAIL PROTECTED] reseting the apache server

2008-01-14 Thread joshua vogelstein
sometimes i modify my httpd.conf file to try to add a function (eg, file-serving). however, this often results in some kind of error, and the apache server will not restart. problematically, even after commenting out the additional lines of code, the apache server still refuses to start. if i re

[EMAIL PROTECTED] Passing REMOTE_ADDR on 2.0.x reverse proxy

2008-01-14 Thread Al Sparks
I'm running apache 2.0.x as a reverse proxy. Apparently, it's not passing along the original IP address to the target server. Specifically the REMOTE_ADDR field on the target server is showing the IP address of the proxy server, instead of the IP address that the proxy sees. I've seen some docs t

[EMAIL PROTECTED] Bandwith Management and Concurrent Connexions

2008-01-14 Thread Farid Izem
Hi All, I'm looking for a module which permit bandwith management and concuurent connexions limitations on apache 2.2.4 I'd like to limit the number of concurrents connexions to 70/sec and if it is exceed send and Custom Error Page saying that the server is too busy. mod_cband seems to be a good

Re: [EMAIL PROTECTED] Turning off authentication for one URL.

2008-01-14 Thread Eric Covener
On Jan 14, 2008 7:42 AM, MacMurray, Anna R CTR NSWCDL, XDT <[EMAIL PROTECTED]> wrote: > > > > We are running Apache 2.061 with OCSP. On an UNIX system a CRON job runs a > script that goes out to a URL to generate reports, now that we have turned > on PKI the job is failing. Is there a way to turn

[EMAIL PROTECTED] apache configuration for svn repositories and websvn

2008-01-14 Thread Administrator Web Possibilities
Hi, Thanks in advance if someone can help me bridge this gap in configuring apache... What I'd like to happen is have svn served over apache from the root of my domain so I can access my repository via https://svn.webpossibilities.net/ but if someone accesses https://svn.webpossibilities.net/ wi

Re: [EMAIL PROTECTED] How can I block International users?

2008-01-14 Thread David Brown
Hello Shaun, personally I do not put up with any crap from ISPs. I have run 2 public Linux boxes since 2000. I pay for a business DSL line that was once owned Mom-and-Pop and so I do not appreciate any deviations in the connection and my provider knows it. The simplest way is to just block all N

[EMAIL PROTECTED] Apache ACL

2008-01-14 Thread Marc
Hello people, following issue: Here is the directory layout |-- dir1 | |-- dir2 | | `-- dir3 In dir1 is a .htaccess: Order Deny,Allow Deny from all Directory dir3 contains an .htacess with "Options +Indexes" and .gif-files only. If I remove the .htaccess in dir1 the directory listing

[EMAIL PROTECTED] RE: [SPAM] - Re: [EMAIL PROTECTED] How can I block International users? - Email found in subject

2008-01-14 Thread jmacaranas
I think you can get non-USA networks.. and block it from the firewall which is a lot easier and wouldn't eat HTTP process. -Original Message- From: Christian Folini [mailto:[EMAIL PROTECTED] Sent: Monday, January 14, 2008 2:54 AM To: users@httpd.apache.org Subject: [SPAM] - Re: [EMAIL PR

[EMAIL PROTECTED] mandriva 2008 mod_rewrite problem

2008-01-14 Thread kernel.2k5
Hello All , I have installed detailed mandriva 2008 using Howtofogre tutorial . But we are using mandriva apache web sever for some students to check their php web pages . they said mod_rewrite url facility is not working . early we had fedora and Now we completely migrated to mandriva on all 5

[EMAIL PROTECTED] Turning off authentication for one URL.

2008-01-14 Thread MacMurray, Anna R CTR NSWCDL, XDT
We are running Apache 2.061 with OCSP. On an UNIX system a CRON job runs a script that goes out to a URL to generate reports, now that we have turned on PKI the job is failing. Is there a way to turn off authentication for one URL. This is not a public web server. /r Anna MacMurray Network Ope

Re: [EMAIL PROTECTED] https and http on a same server: same time

2008-01-14 Thread Martin Barry
$quoted_author = "Ashwin Basagouda Patil" ; > > I have the following configuration. You appear to be doing NameVirtualhost for SSL. This will only work if you have a wildcard SSL certificate for the parent domain (in your case it would need to be *.robosoft.co.in) Have a read of http://wiki.apa