RE: [EMAIL PROTECTED] Apache2 setup

2007-02-21 Thread Boyle Owen
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Daniel L. McGrew > Sent: Thursday, February 22, 2007 7:04 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache2 setup > You have at least a couple of issues here... Some ideas: Re network issue: You h

RE: [EMAIL PROTECTED] setting up virtual hosting

2007-02-21 Thread Boyle Owen
> -Original Message- > From: Sam Carleton [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 22, 2007 2:00 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] setting up virtual hosting > > Folks, > > I am back at it and it simply is NOT working. No matter what I do, I >

[EMAIL PROTECTED] Apache2 setup

2007-02-21 Thread Daniel L. McGrew
I'd like to run a Web Hosting service for myself... that is, I've loaded Apache2 and I can view my stuff via localhost... I'm using no-ip, and I can't view my site at http://danix.no-ip.info/ when my IIS computer is plugged in... I don't know why... when I try to check it out, the page t

Re: [EMAIL PROTECTED] custom log files and directories?

2007-02-21 Thread Joshua Slive
On 2/21/07, William Kronert <[EMAIL PROTECTED]> wrote: Hello, I want to direct the access logs from one directory to a custom log file. Is this possible? Example would be: www.example.com/dirA www.example.com/dirB I wish to have all the files that are accessed for www.example.com/dirB put

[EMAIL PROTECTED] custom log files and directories?

2007-02-21 Thread William Kronert
Hello, I want to direct the access logs from one directory to a custom log file. Is this possible? Example would be: www.example.com/dirA www.example.com/dirB I wish to have all the files that are accessed for www.example.com/dirB put into a special access log file named: dirB-access_log and

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-21 Thread Sam Carleton
Folks, I am back at it and it simply is NOT working. No matter what I do, I cannot get to the default web site. In years past (like five years ago) I had been successful in doing thing, but that was back when there was only one httpd.conf file. This SuSE setup has a ton of files. Is there some

RE: [EMAIL PROTECTED] Does apache check client certificate even if SSLVerifyClient is none?

2007-02-21 Thread TAYLOR, TIM \(CONTRACTOR\)
Deval, this Library error is not in regard to a client certificate. In fact, if it were, the message would have said so. What you should note in this error >It works fine for few people. When a client sends a certificate it does not work. Our logs indicate this error: >SSL Library Error: 336151

Re: [EMAIL PROTECTED] Apache & PHP configure options

2007-02-21 Thread William A. Rowe, Jr.
M Azer wrote: > however i thought mailing lists are for people to exchange their > experiences/ suggestions/thoughts/ways they done things, as well as you > mentioned " specific configuration problems ", so people like myself > who are interested in apache, linux, php and all the other great o

Re: [EMAIL PROTECTED] Apache 2.2.4 has recently begun to crash when reading a PhP file

2007-02-21 Thread William A. Rowe, Jr.
Paul Simon wrote: > What version of PHP are you using? > > --- Charles Michener <[EMAIL PROTECTED]> wrote: > >> I am using Apache 2.2.4 running on Windows XP SP2 as a PhP >> learning/development machine. Thanks for mentioning the version of Apache. The version of PHP is also needed to poke a

Re: [EMAIL PROTECTED] Apache & PHP configure options

2007-02-21 Thread Joshua Slive
On 2/21/07, M Azer <[EMAIL PROTECTED]> wrote: I am sorry if i wasted your time with my question. I do apologize however i thought mailing lists are for people to exchange their experiences/ suggestions/thoughts/ways they done things, as well as you mentioned " specific configuration problems ",

Re: [EMAIL PROTECTED] Apache & PHP configure options

2007-02-21 Thread M Azer
I am sorry if i wasted your time with my question. I do apologize however i thought mailing lists are for people to exchange their experiences/ suggestions/thoughts/ways they done things, as well as you mentioned " specific configuration problems ", so people like myself who are interested in

RE: [EMAIL PROTECTED] Apache & PHP configure options

2007-02-21 Thread Mark Lavi
If everything works "great," then you have to specifically define "best." You are asking an abstract question, so I'll propose an abstract answer. - define your specific goal(s) - measure your current performance (benchmarks) - research configuration changes - document and perform changes so you c

Re: [EMAIL PROTECTED] Problem with mod_authn_dbm after upgrading from 2.0 to 2.2

2007-02-21 Thread Nick Kew
On Wed, 21 Feb 2007 12:26:12 - "Paul Baxendale" <[EMAIL PROTECTED]> wrote: > I am just trying to upgrade a stable 2.0.x server to 2.2.4 everything > has gone really well including the php stuff. One small problem, the > existing security no longer works. > > All passwords, groups etc are in

[EMAIL PROTECTED] php apache SELinux problem

2007-02-21 Thread Bill Tangren
I have a web page that calls a file, default.php. The web page works fine on a server with SELinux turned off, but not on one with enforcing turned on. The php calls in the page are ignored. The errors in the logs are like this: [client 10.x.x.x] PHP Warning: main(php/defaults.php): failed to

[EMAIL PROTECTED] Apache & PHP configure options

2007-02-21 Thread M Azer
I have installed both apache2 and php5 using the source code. everything works great. my question how would I know that the options I selected to configure both apache & php with are the most common/optimum/best setup - I have read the docs on apache.org and php.net still I think you need to be a

Re: [EMAIL PROTECTED] subject: Apache2.2 for win32 can't load module libapreq2 I just built

2007-02-21 Thread Peter Princz
Eric, On 21/02/07, Eric Covener <[EMAIL PROTECTED]> wrote: This utility, or a sysinternals workalike might show you a missing DLL dependency for libapreq2.dll: http://www.dependencywalker.com/ -- Eric Covener [EMAIL PROTECTED] thank you for your help, I feel I'm on track now. The dependen

[EMAIL PROTECTED] firefox and mod_ntlm - "PDC connection already closed" error

2007-02-21 Thread Tomasz Chmielewski
I'm trying to use Apache 2.2.3 with mod_ntlm 0.2 with Firefox. With Firefox, it doesn't work very well - the authentication works for the very first page, but when a second one is requested, I get a popup with user/pass prompt. Apache error log says that "PDC connection already closed". Anyo

Re: [EMAIL PROTECTED] Apache 2.2.4 has recently begun to crash when reading a PhP file

2007-02-21 Thread Paul Simon
What version of PHP are you using? Are you running PHP as CGI or are you loading the php*apache.dll? What is the php page supposed to do? Are you using any php extensions? Have you checked bugs.php.net? I've had experiences with php*apache*.dll and the extension php_oci8.dll crashing apache 2.0

RE: [EMAIL PROTECTED] Problem with mod_authn_dbm after upgrading from 2.0 to 2.2

2007-02-21 Thread Paul Baxendale
Thanks Owen I thought I had! I should have included the .htaccess sample that generates the error: AuthType Basic AuthName "Admin" AuthBasicProvider dbm AuthDBMType GDBM AuthDBMUserFile "/home/httpd/notintree/password" Require valid-user Maybe I'm just being daft - if so I need a steer Regard

[EMAIL PROTECTED] SSLClientVerify and LocationMatch

2007-02-21 Thread Ighal Joel Micha
Hi everybody, I am trying the SSLClientVerify in conjunction with the LocationMatch directive. Description of the process --- It is a reverse proxy in a VirtualHost instance. And I would like to be restrictive with the SSL clients only when they access a certai

RE: [EMAIL PROTECTED] Problem with mod_authn_dbm after upgrading from 2.0 to 2.2

2007-02-21 Thread Boyle Owen
> -Original Message- > From: Paul Baxendale [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 21, 2007 1:26 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problem with mod_authn_dbm after > upgrading from 2.0 to 2.2 > > I am just trying to upgrade a stable 2.0.x server

Re: [EMAIL PROTECTED] subject: Apache2.2 for win32 can't load module libapreq2 I just built

2007-02-21 Thread Eric Covener
On 2/21/07, Peter Princz <[EMAIL PROTECTED]> wrote: The Apache service named reported the following error: >>> httpd.exe: Syntax error on line 488 of D:/bin/asf/Apache2.2/conf/httpd.conf: Cannot load lib/libapreq2.dll into server: The specified module could not be found. This utility, or a sys

[EMAIL PROTECTED] Charset config of apache 2.x

2007-02-21 Thread edwardspl
Dear All, I just change the config of apache 2.x : # AddDefaultCharset UTF-8 AddDefaultCharset Big5 But the result of display ( IE ) still utf-8... So, how to fix the problem ? Edward. - The official User-To-User support foru

[EMAIL PROTECTED] logformat %p in 2.0.x

2007-02-21 Thread Eric Covener
I understand the behavior in 2.2.x is improved and better documented, but for 2.0.x the manual says: Note that the canonical ServerName and Listen of the server serving the request are used for %v and %p respectively. This happens regardless of the UseCanonicalName setting because otherwise log

[EMAIL PROTECTED] subject: Apache2.2 for win32 can't load module libapreq2 I just built

2007-02-21 Thread Peter Princz
Hello world, Background: My goal is to get rid of project mgmt software and produce my progress reports from my good-old structured text maintained in vi. A few weeks ago I found a wonderful extension, basically an XHTML parser to Apache2 on one of the outliner mailing lists. A sample outline fil

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-21 Thread Joshua Slive
On 2/21/07, Boyle Owen <[EMAIL PROTECTED]> wrote: Having read the rest of the thread, I'd offer a few comments: I haven't read the whole thread, but I'll add one more thing to what Owen said: is NOT used with name-based virtual hosts. This "_default_" catches only the IP addresses that are

[EMAIL PROTECTED] Apache on Mac OS X 10.3.9 Server

2007-02-21 Thread Steffan A. Cline
I am running into an issue where a client's server is intermittently throwing invalid 404 errors. I can't for the life of me figure it out. There is a web app that pulls up client previews of their ads. Intermittently the page loads with the image missing. When I view source on the page, the correc

[EMAIL PROTECTED] Remo 0.1.1 released

2007-02-21 Thread Christian Folini
Hello, Remo 0.1.1 alpha has been released. See the website at http://remo.netnea.com. Remo stands for "Rule Editor for ModSecurity". It's a project, attempting to - bring easier configuration to ModSecurity - make a whitelist/positive security model feasible for ModSecurity deployments I'm

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Free of charge? Self signed! Of course the "this isn't a truste CA" warning will popup. Take care [EMAIL PROTECTED] wrote: > Hello, > > So, which type of SSL ( free of charge ) is suitable for us ? > Or just use the tools of ssl.ca-0.1.tar.gz for create the key under the > Web Service ? > > Edw

[EMAIL PROTECTED] Problem with mod_authn_dbm after upgrading from 2.0 to 2.2

2007-02-21 Thread Paul Baxendale
I am just trying to upgrade a stable 2.0.x server to 2.2.4 everything has gone really well including the php stuff. One small problem, the existing security no longer works. All passwords, groups etc are in a GDBM file. The error message is "(70023)This function has not been implemented on this

Re: [EMAIL PROTECTED] Limit download of data by IP address?

2007-02-21 Thread matt farey
uxwrstre wrote: > Hello, > > is there a possibility to limit the download of IP addresses per day? > For example that an IP address could not download more than 1 Gbyte per day > of the apache server? Is there somewhere a module doing that? > > My problem is that my server gets all the time D.o.

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello, So, which type of SSL ( free of charge ) is suitable for us ? Or just use the tools of ssl.ca-0.1.tar.gz for create the key under the Web Service ? Edward. Bruno Teixeira wrote: > The second one is to create a separate CA and have it sign your > certificate. You will need the "SSLCertifi

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
The second one is to create a separate CA and have it sign your certificate. You will need the "SSLCertificateChainFile" directive. Just follow the sef-signed howto for tests and later, if you create a certifica at a certified CA, add the SSLCertificateChainFile directive. [EMAIL PROTECTED] w

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello, What different between ( self-signed SSL Certificate for testing purposes ) <#selfcert>and ( create and use my own Certificate Authority ) ? <#ownca> Edward. Bruno Teixeira wrote: > Hi, > > http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert > > [EMAIL PROTECTED] wrote: > >> Hello

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Hi, http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert [EMAIL PROTECTED] wrote: Hello Bruno, Can we create a self-signed SSL Certificate for testing purposes by using the following ( tools ) ? http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz Edward. Bruno Teixeira wrote: Edward,

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Hi, SSLCertificateFile and SSLCertificateKeyFile are for your certificate and key - they can be self signed or signed by a CA. If they are signed by a CA, you shoud use the SSLCertificateChainFile directive for the root and possibly the intermidiate certificate. You should check out the manual: h

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello Bruno, Can we create a self-signed SSL Certificate for testing purposes by using the following ( tools ) ? http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz Edward. Bruno Teixeira wrote: > Edward, > > the SSLCertificateChainFile directive should indicate a file with both > the root and int

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello Bruno, So...what is the CA come from the Web ? SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key Is it a sample of Root CA ? Edward. Bruno Teixeira wrote: > Edward, > > the SSLCertificateChainFile directive should indicate a fil

RE: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-21 Thread Chirouze Olivier
Well, P flag should be enough, but make sure the site you are redirecting to (the intranet web server) doesn't do a HTTP redirect. If it does (and if it doesn't, that's safer anyway), you must use ProxyPassReverse. Also, make sure you don't use "R" flag! But I guess it's not permitted to use it al

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Edward, the SSLCertificateChainFile directive should indicate a file with both the root and intermediate certificates. http://certs.ipsca.com/support Take care. Bruno Teixeira [EMAIL PROTECTED] wrote: Original Message Subject:Root CA ( SSL ) of Web Service Date:

Re: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-21 Thread Bruno Teixeira
Hi there, I didn't use AllowCONNECT. The problem was that I loaded the module with "a2enmod" and the default configuration is "deny from all". Anyway, it works now but, the address at the top changes to the redirected address... Shouldn' it always keep the original address? This is a problem,

[EMAIL PROTECTED] showstopper mod_jk.so error

2007-02-21 Thread pranjal deka
hi Right now i am facing one more problem. I am using apache2,jboss 1.0.4,suselinux10. I compiled apache and mod_jk file in the same environment suselinux10. Then the connection between between apache and jboss was working fine.The i modified mod_jk.conf and worker.properties file for

Re: [EMAIL PROTECTED] 403 Forbidden error with rewrite [P] flag

2007-02-21 Thread Bruno Teixeira
Hi krist, thank you very much for your sugestion. It wasn't the only problem with my configuration - I also had "deny from all" in the proxy.conf file - but with the SSLProxy On directive the rewrite now works. But I still have a problem: the original address isn't kept in the address bar...

[EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Original Message Subject:Root CA ( SSL ) of Web Service Date: Wed, 21 Feb 2007 18:11:51 +0800 From: [EMAIL PROTECTED] Reply-To: For users of Fedora <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Dear All, For apache 2.x, which command Syn

Re: [EMAIL PROTECTED] Limit download of data by IP address?

2007-02-21 Thread Nick Kew
On Wed, 21 Feb 2007 10:12:01 +0100 (CET) uxwrstre <[EMAIL PROTECTED]> wrote: > My problem is that my server gets all the time D.o.S. attacks, the > attacker tries to download big files multiple times, and I would like > to limit this per day. IP addresses do not map to users. Think proxies: AOL'

RE: [EMAIL PROTECTED] Limit download of data by IP address?

2007-02-21 Thread Chirouze Olivier
Hi, Have a look at this module: http://cband.linux.pl/ Olivier Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology > -Original Message- > From: uxwrstre [mailto:[EMAIL PROTECTED] > Sent: 21 February 2007 10:12 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Lim

[EMAIL PROTECTED] Limit download of data by IP address?

2007-02-21 Thread uxwrstre
Hello, is there a possibility to limit the download of IP addresses per day? For example that an IP address could not download more than 1 Gbyte per day of the apache server? Is there somewhere a module doing that? My problem is that my server gets all the time D.o.S. attacks, the attacker trie

RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-21 Thread pranjal deka
hi Owen thanks for your advice. Right now i am facing one more problem. I am using apache2,jboss 1.0.4,suselinux10. I compiled apache and mod_jk file in the same environment suselinux10. Then the connection between between apache and jboss was working fine.The i modified m

RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-21 Thread pranjal deka
hi john thanks for your advice. Right now i am facing one more problem. I am using apache2,jboss 1.0.4,suselinux10. I compiled apache and mod_jk file in the same environment suselinux10. Then the connection between between apache and jboss was working fine.The i modified mod_jk.conf an

Re: [EMAIL PROTECTED] Best practice for mod_proxy_ajp/balancer in apache-2.2.4?

2007-02-21 Thread Peter Hinse
Peter Hinse wrote: > since this is the first time I have to admin a JBoss Cluster behind an > apache proxy, I have several questions regarding configuration for the > following scenario: > > A JBoss 4.0.5 Cluster with 2-n instances as Application Server, Apache > 2.2.4 with mod_proxy_ajp and mod_