Re: [us...@httpd] Centos 5.4 Apache 2.2.3 web server virtualhost problem

2010-07-29 Thread Administrator
On Thu, Jul 29, 2010 at 5:09 PM, Administrator wrote: > > > On Thu, Jul 29, 2010 at 4:33 PM, Eric Covener wrote: > >> > none of the virtual host is working as before it was,, now I am getting >> > Apache startup page which is located at /var/www/html where for cert

Re: [us...@httpd] Centos 5.4 Apache 2.2.3 web server virtualhost problem

2010-07-29 Thread Administrator
On Thu, Jul 29, 2010 at 4:33 PM, Eric Covener wrote: > > none of the virtual host is working as before it was,, now I am getting > > Apache startup page which is located at /var/www/html where for certain > > domain it should open /home/domain-name/public_html. > > all dirs are chmod 755 and chow

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-02-01 Thread India Technologies Administrator
uration until it suits your need. > > > Harsha > > > India Technologies Administrator wrote: > > StartServers 2 > MaxClients 300 > MinSpareThreads 25 > MaxSpareThreads 75 > ThreadsPerChild 25 > MaxRequestsPerChild 0 > > > > On Feb 1, 2008 10

Re: [EMAIL PROTECTED] Ruel Mendoza/CHI/NTRS is OOB

2008-01-31 Thread India Technologies Administrator
This is a support forum!!! I have seen some of you posting such messages. On Feb 1, 2008 12:27 PM, Ruel Mendoza <[EMAIL PROTECTED]> wrote: > > I will be out of the office starting February 1, 2008 and will not return > until February 4, 2008. > > > > > > --

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread India Technologies Administrator
fy the issue. > > Harsha > > > > India Technologies Administrator wrote: > # > ProxyRequests Off > #ProxyVia Block > # > # Order deny,allow > # Deny from All > # Allow from localhost 127.0.0.1 192.168.0.* > # > #AllowCONNECT 5222 5050 995 99

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread India Technologies Administrator
html > > Did you rule that one out ? > > > > > On 31/01/2008, India Technologies Administrator <[EMAIL PROTECTED]> wrote: > > > > Hi, > > i am using httpd 2.2.8 on Fedora 7. I tried to use it as a local proxy > > so that i could cache content (to r

Re: [EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread India Technologies Administrator
mented all lines to disable it temporarily. The MPM is worker. On 1/31/08, Sriharsha M <[EMAIL PROTECTED]> wrote: > Can you tell me the configuration you are using? > > Harsha > > > -Original Message- > From: India Technologies Administrator [mailto:[EMAIL PROTECTED

[EMAIL PROTECTED] Connection Slow through apache proxy

2008-01-31 Thread India Technologies Administrator
Hi, i am using httpd 2.2.8 on Fedora 7. I tried to use it as a local proxy so that i could cache content (to reduce browsing time). but the internet slows down very much. with apache in between internet is quite fast. Any solution for this ? ---

Re: [EMAIL PROTECTED] apache configuration for svn repositories and websvn

2008-01-18 Thread Administrator Web Possibilities
t; SVNListParentPath on > > immediately before > > SVNParentPath /home/weposs/svn > > > > On Jan 14, 2008 1:58 PM, Administrator Web Possibilities < > [EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Thanks in advance if someone can help me brid

[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] benchmarking - how to?

2005-10-14 Thread Chuck Amadi Systems Administrator
o-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] >" from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Unix/

[EMAIL PROTECTED] Machine compromised via apache 2.0.54... I think.

2005-09-27 Thread System Administrator
Because of many recent attacks on my machines in the last few months, I built a new machine using a processor with a No-Execute bit. I put all my sites on there with Apache 2.0.54 and patched everything to date. I only allow port 80, 443, ftp and ssh to reach the machine. There is only one user

RE: [EMAIL PROTECTED] Different security based on network interface

2005-09-13 Thread Administrator
This may be a stupid answer, but isn't it easily possible to set up the interfaces (or firewall, or both) so they reject source IP addresses in the wrong I/F? Or am I missing the point? David | On 9/13/05, AragonX <[EMAIL PROTECTED]> wrote: | > Hello all, | > | > I am trying to secure my web ser

RE: [EMAIL PROTECTED] Apache2 & ProxyPass

2005-08-31 Thread Administrator
SSLRequireSSL ProxyPass http://localhost:3456/VirtualHostBase/https/%{SERVER_NAME}:443/VirtualHostRo ot/_vh_zope/ ## End of zope testing definition | -Original Message- | From: Administrator [mailto:[EMAIL PROTECTED] | Sent: Tuesday, August 30, 2005 1:13 PM | To: users

RE: [EMAIL PROTECTED] Apache2 & ProxyPass

2005-08-30 Thread Administrator
Hi Neil, Thanks - I tried that, and I get a 404 from it. I had: RewriteEngine On RewriteRule ^/zope$ /zope/ [R] At the start of the set of rules I posted (before the '' statement). Am I not understanding? Do I need to wrap it with something? Thanks David | -Original Message- | F

[EMAIL PROTECTED] Apache2 & ProxyPass

2005-08-30 Thread Administrator
Hi, I'm new to this list, although I've been using Apache2 for several years. I am using Apache2 as a proxy server for a number of services running on the same server, using localhost with specific ports for the services to provide their web pages. One of these is zope. I am testing the setup a

Re: Re: [users@httpd] weird httpd processes

2005-06-10 Thread Systems administrator
If I understood what you said, you are able to get the client's IP address by using another resource, like netstat -a and you see the connection is in CLOSE_WAIT state for ever. CLOSE_WAIT takes 12 hours to timeout. It is a long while, but it happens. Maybe you could check something in your ker