Re: [EMAIL PROTECTED] Apache 2.0.52 - Virtual Hosting stopping well short of 128

2006-07-14 Thread Arthur Stephens
There were no messages in the error log. [Fri Jul 14 16:51:30 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri Jul 14 16:51:31 2006] [notice] Digest: generating secret for digest authentication ... [Fri Jul 14 16:51:31 2006] [notice] Digest: done [Fri Jul 14 16:51:31 200

[EMAIL PROTECTED] Please help... apache hacked?

2006-07-14 Thread Ricardo Kleemann
Hi,   I'm running an older version of apache 1.3.28 under a Suse install.   Today I noticed that somehow a bots.txt perl program is being run, yet it is not run from the filesystem. Somehow this script is being downloaded and run.   Yesterday the server was also a victim of an attack from PS

[EMAIL PROTECTED] Enable / disable ProxyPreserveHost in the same virtualhost.

2006-07-14 Thread David f.
Hi, Is it possible to enable ProxyPreserveHost for part of a VirtualHost and then disable it after it is needed? I need to enable it for on set of rewrites and then turn it off so some proxying will work. The set up looks like: # Turn on ProxyPreserveHost so receiving server can locate pro

[EMAIL PROTECTED] Apache on Windows with FASTCGI

2006-07-14 Thread Jose Adriano Baltieri
Anyone running Apache on Windows with FASTCGI ? How many hits per day ? Fast ? Any problems ? Thanks in advance for your support ! -- Obrigado, -- Jose Adriano Baltieri - Analista de Sistemas

Re: [EMAIL PROTECTED] NameVirtualHosts has no VirtualHosts

2006-07-14 Thread John Hicks
Ki Song wrote: I've been running an apache/postfix/mysql server for about a year now. I found out that this error has been going on for a while: [warn] NameVirtualHost 70.88.225.1:80 has no VirtualHosts This indicates that you hven't defined any virtual domains to be served by your webserver

[EMAIL PROTECTED] RE: Mismatched server name and SSL cert

2006-07-14 Thread sniedermeyer
I'm still chipping away at getting SSL working for our reverse proxy server (RPS). Currently, it looks like our RPS is going secure: https://www.cob.org However, we're getting the following entry in the Apache HTTPD error log: RSA server certificate CommonName (CN) 'www.cob.org' does NOT match

Re: [EMAIL PROTECTED] NameVirtualHosts has no VirtualHosts

2006-07-14 Thread Matus UHLAR - fantomas
On 14.07.06 11:40, Ki Song wrote: > I've been running an apache/postfix/mysql server for about a year now. > > I found out that this error has been going on for a while: > > [warn] NameVirtualHost 70.88.225.1:80 has no VirtualHosts > > What does this error message mean? Does it mean that Virtual

[EMAIL PROTECTED] test

2006-07-14 Thread Ki Song
test - The official User-To-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

Re: [EMAIL PROTECTED] ProxyPresearveHost question / situation

2006-07-14 Thread DF
DF wrote: Hi, We have the following setup: 'Net <> Load balancer <-> Apache 2.2.2 <---> Apache 1.3.34 *Note: Apache 2.2.2 and 1.3.34 are on the same server, listening on different ports. Apache 2.2.2 is the front end web server that receives the clients requests. It handle

RE: [EMAIL PROTECTED] flushing packets in Apache 2.2

2006-07-14 Thread Arjun Datta
Hi guys, Yes the script returns the proxy map - as in the server to redirect to and not the actual output. Regards, Arjun -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 3:51 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] flushing packets

[EMAIL PROTECTED] NameVirtualHosts has no VirtualHosts

2006-07-14 Thread Ki Song
I've been running an apache/postfix/mysql server for about a year now. I found out that this error has been going on for a while: [warn] NameVirtualHost 70.88.225.1:80 has no VirtualHosts What does this error message mean? Does it mean that VirtualHosts is not setup properly? How do I setup virt

[EMAIL PROTECTED] ProxyPresearveHost question / situation

2006-07-14 Thread DF
Hi, We have the following setup: 'Net <> Load balancer <-> Apache 2.2.2 <---> Apache 1.3.34 *Note: Apache 2.2.2 and 1.3.34 are on the same server, listening on different ports. Apache 2.2.2 is the front end web server that receives the clients requests. It handles all reque

Re: Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
Hello, I just set up a parallel system which works. The only difference is: this system uses a MySQL DB4.0 which comes with the distribution instead of brand new rpms from MySQL. Now, I'm not much of a linux detective. How can I figure out what makes the difference in the working system with

RE: [EMAIL PROTECTED] Virtual host

2006-07-14 Thread Boyle Owen
> -Original Message- > From: Ashutosh Mohanty [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 2:24 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Virtual host > > thanks Boyel/Everybody, it seem to be working now, > There was actually nothing "wrong" - apache w

Re: [EMAIL PROTECTED] Virtual host Problem

2006-07-14 Thread Ashutosh Mohanty
Hi siva, giving a dot didn't work for me., I have already tried it ,but thanks - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, July 14, 2006 5:28 PM Subject: Re: [EMAIL PROTECTED] Virtual host Problem > I assume you are on the same network of 192.168.x.x Have you trie

Re: [EMAIL PROTECTED] Virtual host Problem

2006-07-14 Thread sivakumarb
I assume you are on the same network of 192.168.x.x Have you tried adding (.) dot in the end of 192.168 on Allow Directive. Like below: Allow from 192.168. 127.0.0.1 Siva > Hi, > the following is my virtual host setting for our companies internal > webserver,is their anything worng,because in

Re: [EMAIL PROTECTED] Virtual host

2006-07-14 Thread Ashutosh Mohanty
thanks Boyel/Everybody, it seem to be working now, when I changed from Allow from 192.168 127.0.0.1 to Allow from all but the thing is i am working from 192.168 subnet, and i want to give restriction to ouside subnet users, >What is "it"? The browser or the error_log? "it ":: The browser >

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
You can try with LD_LIBRARY_PATH variable or ld.so.conf for adding the mysql client libraries into search path. Siva > Hi Joost, > > I switched back to the LoadModule statement which I orginally used. > > I don't have any experience with gdb or strace. Could you just briefly > tell me what I will

RE: [EMAIL PROTECTED] Virtual host

2006-07-14 Thread Boyle Owen
> -Original Message- > From: Ashutosh Mohanty [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 1:24 PM > To: Users@Httpd.Apache.Org > Subject: [EMAIL PROTECTED] Virtual host > > Hi, > the following is my virtual host setting for our companies internal > webserver,is their anything

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
Hi Joost, I switched back to the LoadModule statement which I orginally used. I don't have any experience with gdb or strace. Could you just briefly tell me what I will have to do? If the mysql libraries are missing how can I put them in the search path? cheers, Pete Original-Nachri

RE: [EMAIL PROTECTED] Starting Apache

2006-07-14 Thread Joost de Heer
Graves, Jan wrote: > Rob, > > Here is the end of what I was told is my Apache error log file: > [Wed Jul 12 07:05:11 2006] [error] mod_ssl: Init: Private key not found > (OpenSSL > library error follows) > [Wed Jul 12 07:05:11 2006] [error] OpenSSL: error:0D07207B:asn1 encoding > routine > s:ASN1_

RE: [EMAIL PROTECTED] Virtual host

2006-07-14 Thread Ravish Agarwal
I think you cant access the HHTP server on a port less than 1023 if you are not root user. If you change the port of the apache than it should work   From: Ashutosh Mohanty [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 4:54 PM To: Users@Httpd.Apache.Org Subject: [EMAIL PR

[EMAIL PROTECTED] Virtual host

2006-07-14 Thread Ashutosh Mohanty
Hi, the following is my virtual host setting for our companies internalwebserver,is their anything worng,because in web browser when ever i try toaccess  it s saying "you have no permmision to access this on port 80"    ServerAdmin [EMAIL PROTECTED]    DocumentRoot /home/ashutosh/html    Se

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Joost de Heer
[EMAIL PROTECTED] wrote: > DSO means that mod_so.c has to present on the system, right? > Well I can't find it. Does this mean it won't work? Or are there other > checks? > > The AddModule command gives me this error: > > ./apache2 start > Starting httpd2 (prefork) Syntax error on line 7 of > /etc/

[EMAIL PROTECTED] Virtual host Problem

2006-07-14 Thread Ashutosh Mohanty
Hi, the following is my virtual host setting for our companies internal webserver,is their anything worng,because in web browser when ever i try to access it s saying "you have no permmision to access this on port 80" ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/ashutosh/html

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
He the output is this: Compiled in modules: core.c prefork.c http_core.c mod_so.c So the mod_so.c is present. We can rule that out. Is there anything else I can check? cheers, Pete Original-Nachricht Datum: Fri, 14 Jul 2006 13:27:40 +0530 (IST) Von: [EMAIL PROTECTED]

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
Seems the apache build missed --enable-module=so option when configured/compiled or you have no AddModule mod_so.c in your httpd.conf If the Above line is not present try adding them in to your httpd.conf file. Before doing it pls. cross check wethere DSO support has been configured with your

Re: [EMAIL PROTECTED] flushing packets in Apache 2.2

2006-07-14 Thread Pid
I think the script is returning the proxy map, not the output, no? [EMAIL PROTECTED] wrote: > In <[EMAIL PROTECTED]>, on 07/13/06 >at 03:15 PM, Arjun Datta <[EMAIL PROTECTED]> said: > >> The problem is that since apache waits for the entire request to come >> through before passing on the p

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
DSO means that mod_so.c has to present on the system, right? Well I can't find it. Does this mean it won't work? Or are there other checks? The AddModule command gives me this error: ./apache2 start Starting httpd2 (prefork) Syntax error on line 7 of /etc/apache2/default-server.conf: Invalid com

Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Ashutosh Mohanty
when ever any module fails to load, it will give some error , look at all of your logs file for this error, configuration seem to be fine to me,check Dynamic shared object enable or not - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, July 14, 2006 12:38 PM Subject: [EMAIL

Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
Check wethere you webserver build with DSO enabled. Most probably this could be an issue. Else look at the httpd.conf file for LoadModule mysql_auth_module /mod_auth_mysql.so AddModule mod_auth_mysql.c and restart to see whethere it works. Siva > Hello, > > I need mod_auth_mysql for my applic

[EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread Peter . Neu
Hello, I need mod_auth_mysql for my applictions. When I load the module on start up httpd fails to start. I get no error message. Here is my system set up: OS: SuSE ES 9 httpd: 2.0.49 The apache server I use was pre-build by SuSE as were the lib's like mod_auth_mysql.so. I also build a new v