[EMAIL PROTECTED] Re: Trying to build apr_dbd_mysql on Apache 2.2.0 / OS X 10.4.5

2006-02-19 Thread Fred McCann
Thanks for the heads up. I rebuilt apr-1.2.2, apr-util-1.2.2, and httpd-2.2.0 from source. I copied apd_dbd_mysql.c to the dbd directory of apr-util-1.2.2 and built it with the following commands: ./makeconf ./configure --with-apr=/usr/local/apr/bin/apr-1-config --with-expat=/ opt/local \

Re: [EMAIL PROTECTED] Force/add/append/inject HTML to documents (similar to 'Header append') for no archive

2006-02-19 Thread httpd2
If you use only one page header for all your html files, you can then use that one instance for all of the pages on your site by including it with something like ?php require ../incs/page-head.php; ? at the top of each html page, where the head.../head section would normally reside. Then,

RE: [EMAIL PROTECTED] SSL Virtual Host Problem

2006-02-19 Thread Khai Doan
I don't know anything about the snip directive. Can you let me know what that is? Also I am not sure if I understand your problem. Try this: VirtualHost 1.1.1.1 ServerAdmin [EMAIL PROTECTED] DocumentRoot C:/Program Files/Apache Group/Apache2/htdocs/cvpcms/platform ServerName

[EMAIL PROTECTED] Re: Redirect to https based on user ip address

2006-02-19 Thread Joost de Heer
Noel Stratton wrote: Good Morning, I currently have an internal website. I am now required to let users access the site outside of internal network. I have got it working so that it will require authentication to an active directory domain when the user is outside of my network. However,

[EMAIL PROTECTED] Re: Securing new apache installation

2006-02-19 Thread Joost de Heer
Dotan Cohen wrote: I just installed apache 4.x on Kubuntu 5.10 via apt-get. You mean 'mysql 4.x'. Ask on a mysql mailinglist. Joost - The official User-To-User support forum of the Apache HTTP Server Project. See

[EMAIL PROTECTED] Re: What's in the name of the user and group in httpd.conf?

2006-02-19 Thread Joost de Heer
pine oil wrote: Can someone explain to me whether or not it matters for me to use any name for the user and group in the httpd.conf? What does the user and group entry in the configuration file? Under windows they're ignored. Under Unix, if you start the server as root, the children will be

[EMAIL PROTECTED] Re: PHP file not found.

2006-02-19 Thread Joost de Heer
Nick wrote: Hello there, I am using xampp with Apache 2.20 to test my site hosting. The system is hosted on a virtual PC - yes, I know. I'm working on it. I have edited my hosts file to point to the virtual machine's IP address, but the only site, regardless of the URL I type in reverts to

Re: [EMAIL PROTECTED] apache 2.2 build failure

2006-02-19 Thread httpd2
Yes - please post your configure line, and I will try and do a build on SuSE 9.2 pro as well. Keith In theory, theory and practice are the same; In practice they are not. On Sun, 19 Feb 2006, Joost de Heer wrote: To: kalin mintchev [EMAIL PROTECTED] From: Joost de Heer [EMAIL PROTECTED]

AW: [EMAIL PROTECTED] apache 2.2 build failure

2006-02-19 Thread Oliver.Schaudt
Like what Keith and Joost said, send your configure line. There should be something mising. I can test it on a SLES on an AMD 64 Opteron. bye Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: So 19.02.2006 14:39 An: users@httpd.apache.org

Re: [EMAIL PROTECTED] storing log data in a database

2006-02-19 Thread Steve
Only bother doing it if you actually need to perform queries on the data. Basically any good log analyzer will work with regular log files, so there is no need to use a DB for that.We use the DB approach at my work because we have many web servers, and sending the logs to a DB allows us to see

RE: [EMAIL PROTECTED] PHP file not found.

2006-02-19 Thread Nick
By way of reply, I have installed the UseCanonicalName directive, and set it to on, but the system still cannot find the site which I have defined inside of hosts on the client as simply php The server still responds with a global lookup. My vhosts-conf file looks like this:

[EMAIL PROTECTED] Muliple Configure Warninings

2006-02-19 Thread David Gitman
Hi, I'm experiencing multiple warnings when configuring apache 2.2.0, apr. I'm running Solaris 10 01/06 x86. How can I troubleshoot this? Are they bugs? -david ./configure --prefix=/usr/local/apr-httpd/ ---snip--- checking signal.h usability... no checking signal.h presence... yes configure:

Re: [EMAIL PROTECTED] Muliple Configure Warninings

2006-02-19 Thread Joshua Slive
On 2/19/06, David Gitman [EMAIL PROTECTED] wrote: Hi, I'm experiencing multiple warnings when configuring apache 2.2.0, apr. I'm running Solaris 10 01/06 x86. How can I troubleshoot this? Are they bugs? I'm not a solaris expert, but I can say with relative certainty that your compiler is not

Re: [EMAIL PROTECTED] storing log data in a database

2006-02-19 Thread Sean Davis
Title: Re: [EMAIL PROTECTED] storing log data in a database We store to a DB also. I have a mod_perl handler that does that work. If you have mod_perl running, you might google around a bit for mod_perl based logging. It is quite easy to do. We log to a Postgres database, but since perl uses

[EMAIL PROTECTED] Apache 2.2 and mod_proxy_ajp bug workaround

2006-02-19 Thread Ian Shafer
Hello, I've been load testing with Apache 2.2 to Tomcat 5.5 via mod_proxy_ajp. I've been hitting a bug like the one described here: http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 In short, errors like this show up in my error log: [Sat Feb 18 23:53:10 2006] [error] (110)Connection