Re: [EMAIL PROTECTED] SSLVerifyClient with IE7

2008-03-05 Thread Dan Osterrath
I tried to merged the tow different CA certificate files and added OptRenegotiate to the directories ssl options - without any success. Here's the new httpd.conf part: SSLEngine on SSLProtocol +SSLv3 SSLCipherSuite HIGH:MEDIUM:SSLv3 SSLCertificateFile /etc/httpd/conf/ssl.crt/mydom

[EMAIL PROTECTED] Costume 406 in PHP with available variants

2008-03-05 Thread Daniel Aleksandersen
Hi, Apache’s default 406 Not Acceptable error page is somewhat…unfriendly to the users. Especially in my case because I am creating a page for elderly people in Norway, and an error showing “advanced computer‐English” is not something I want to serve them. What I want is to get the list of ‘av

[EMAIL PROTECTED] Mod_proxy_balancer issues

2008-03-05 Thread pthyseba
Hello, I'm trying to create two balancers within a single virtual host in order to distinguish between static content and dynamically generated (application) data. I have two webservers; on each one, I run an apache instance for static content on port 81, documentroot /var/www/html-static and an

Re: [EMAIL PROTECTED] Mod_proxy_balancer issues

2008-03-05 Thread pthyseba
> Hello, > > I'm trying to create two balancers within a single virtual host in order > to distinguish between static content and dynamically generated > (application) data. > > I have two webservers; on each one, I run an apache instance for static > content on port 81, documentroot /var/www/html-

[EMAIL PROTECTED] permission on /var/www & /var/www/html

2008-03-05 Thread Hiep Nguyen
hi all, assume apache runs under apache user/group and i have a user/group name "weber". i use "weber" user to upload files via ftp/sftp. where should i place my include files so that no one can access except apache b/c these files contained user/pw for mysql. i usually place them in /var/w

Re: [EMAIL PROTECTED] Costume 406 in PHP with available variants

2008-03-05 Thread Joshua Slive
On Wed, Mar 5, 2008 at 10:30 AM, Daniel Aleksandersen <[EMAIL PROTECTED]> wrote: > Hi, > > Apache's default 406 Not Acceptable error page is somewhat…unfriendly to > the users. Especially in my case because I am creating a page for elderly > people in Norway, and an error showing "advanced compu

Re: [EMAIL PROTECTED] build Apache 2.2.8 error ( httpd : error PRJ0002 : error result returned from 'rc.exe'. )

2008-03-05 Thread William A. Rowe, Jr.
What appears to have happened is that you've opened it up unsuccessfully in Visual Studio; before you convert to an .sln file + .vcproj files, it's important to invoke the perl script perl srclib\apr\build\cvtdsp.pl -2005 which will do evil things to the .dsp file syntax, breaking them forever

[EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-05 Thread Greg W. Smith
All -- I know there have been some messages in the past, however I have not run into this problem until I upgraded from Solaris 2.9 to Solaris 2.10. Everything seems to compile correctly however upon closer inspection libgcc_s.so.1 is not found at runtime. I am currently using gcc version 3.

[EMAIL PROTECTED] Cannot access "localhost"

2008-03-05 Thread Ben Schonle
*In Short: - After fresh installation of apache2 trying to access localhost or 127.0.0.1 is not working - OS: Ubuntu Gutsy * Hello, This is my first post on the mailing list and I try to write as precisely as possible. Actual result: --- After installation of Apache wh

Re: [EMAIL PROTECTED] Cannot access "localhost"

2008-03-05 Thread Joshua Slive
On Wed, Mar 5, 2008 at 2:12 PM, Ben Schonle <[EMAIL PROTECTED]> wrote: > - Installed apache2 via synaptic Yah, well, who knows what the heck you get with that. You may be better off on an Ubuntu forum where they have some idea how they have configured apache. > - while installing apache 2 an e

Re: [EMAIL PROTECTED] Cannot access "localhost"

2008-03-05 Thread Ben Schonle
Hi, thx @Joshua for the quick answer. In fact the error msg about the qualified domain contained 127.0.1.1 and not 127.0.0.1 /// Setting up apache2-mpm-worker (2.2.4-3ubuntu0.1) ... * Starting web server apache2

Re: [EMAIL PROTECTED] Cannot access "localhost"

2008-03-05 Thread Joshua Slive
On Wed, Mar 5, 2008 at 2:38 PM, Ben Schonle <[EMAIL PROTECTED]> wrote: > Hi, > > thx @Joshua for the quick answer. > > In fact the error msg about the qualified domain contained 127.0.1.1 and > not 127.0.0.1 > Listen 80 Have you tried connecting to http://127.0.1.1/? If that isn't it, then g

Re: [EMAIL PROTECTED] Cannot access "localhost"

2008-03-05 Thread Ben Schonle
Hey, Joshua you are great, thx for the fast replies. 1) http://127.0.1.1/ doesn't work either 2) sudo netstat -anp | grep '^tcp.*LISTEN' (I am a newbie to Linux and I found this command, because just entering netstat produced too much information). produces the following [EMAIL PR

Re: [EMAIL PROTECTED] Cannot access "localhost"

2008-03-05 Thread Joshua Slive
On Wed, Mar 5, 2008 at 3:00 PM, Ben Schonle <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~$ sudo netstat -anp | grep '^tcp.*LISTEN' > [sudo] password for ben: > tcp0 0 0.0.0.0:80 0.0.0.0:* > LISTEN 5114/apache2 So apache is listening on port 80 of all IP addres

Re: [EMAIL PROTECTED] Cannot access "localhost"

2008-03-05 Thread Ben Schonle
I am waiting for replies from Ubuntu still. If I find something out, I will let you guys know. Thx very much so far! Joshua Slive wrote: On Wed, Mar 5, 2008 at 3:00 PM, Ben Schonle <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED]:~$ sudo netstat -anp | grep '^tcp.*LISTEN' [sudo] password for

Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-05 Thread Lloyd Parkes
Greg W. Smith wrote: libgcc_s.so.1 => (file not found) libgcc_s.so.1 => (file not found) libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 libgcc is sometimes found. Here are my compile options: ./configure --prefix=/usr/local/apache --enable-so --ena

Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-05 Thread Greg W. Smith
Lloyd -- thanks for the information. I actually tried the LD_OPTIONS='-L/usr/local/lib -R/usr/local/lib' as well with no luck. I got the same output as you noted in your message. Greg Lloyd Parkes wrote: Greg W. Smith wrote: libgcc_s.so.1 => (file not found) libgcc_

Re: [EMAIL PROTECTED] Apache 2.2.8 on Solaris 10 (libgcc_s.so problems after compiling)

2008-03-05 Thread Lloyd Parkes
Greg W. Smith wrote: Lloyd -- thanks for the information. I actually tried the LD_OPTIONS='-L/usr/local/lib -R/usr/local/lib' as well with no luck. I got the same output as you noted in your message. If you run a Solaris program with LD_DEBUG set to suitable values, the runtime linker will