[EMAIL PROTECTED] Installation on Vista problem

2008-04-03 Thread Deon Holtzhausen
Greetings, I have formatted my HDD and did a fresh installation of Vista Ultimate, install all updates as well as SP1 for windows. After this is downloaded the latest version op Apache and installed it without any errors. The only thing I was not sure on what to do, was what to enter at server nam

[EMAIL PROTECTED] Estimating bandwidth requirements

2008-04-03 Thread John Almberg
I am moving my web server from a mom & pop colocation facility that was pretty lax about bandwidth (and also lax about keeping up their network, which is why I'm moving), to a 'real' colocation company that means 256K fixed, when it says 256K fixed. I've already figured out that 256K fixed

Re: [EMAIL PROTECTED] mod_jk

2008-04-03 Thread Eqbal Z
I am fairly apache config myself, so this may not be the best way, but depending on your version of apache, you can use mod_proxy_ajp instead of mod_jk in combination with mod_rewrite and add a rewrite rule, something like RewriteRule /*TRE* ajp://localhost:8009/gqaf-web/%{REQUEST_URI} [P] That i

[EMAIL PROTECTED] mod_proxy_html: segmentation fault

2008-04-03 Thread Melanie Pfefer
Hello, I am using mod_proxy_html. The configuration looks good: ProxyPass /gqaf:soi:PAR:TRE:001 http://backend:8080/gqaf-web/gqaf:soi:PAR:TRE:001 ProxyPassReverse / ProxyHTMLLogVerbose On SetOutputFilter proxy-html ProxyHTMLURLMap http://backend:8080/gqaf-web/gqaf:soi:PAR

Re: [EMAIL PROTECTED] log files

2008-04-03 Thread Joshua Slive
On Wed, Apr 2, 2008 at 9:40 PM, j k <[EMAIL PROTECTED]> wrote: > > > > On Wed, Apr 2, 2008 at 3:26 PM, Marc Fromm <[EMAIL PROTECTED]> wrote: > > My system is Linux Fedora Core 5 running httpd-2.2.0-5.1.2 > > How can I configure the log files sizes? > > > AFAIK (and that's not much) that's usually

Re: [EMAIL PROTECTED] "Apache HTTP server stopped working and was closed"

2008-04-03 Thread Joshua Slive
On Thu, Apr 3, 2008 at 11:00 AM, Ben Okonji <[EMAIL PROTECTED]> wrote: > Hi all, > > I have set up Apache 2.2 with php 5 and MySQL 5 on my laptop with Microsoft > Vista. I have managed to write php scripts to insert data into my database, > however when I try to query the database I get a message s

RE: [EMAIL PROTECTED] ld.so.1: httpd: fatal: libaprutil-0.so.0: open failed: No such file or directory Killed

2008-04-03 Thread AK835
Thanks Narendra, Even i had thought of the same but its still the same problem, Till last week ,this instance was running smoothly but now suddenly it has stopped even starting... no error messages anywhere... DNSname has been registered correctly . Since instance first reads the conf file & t

Re: [EMAIL PROTECTED] RSS Feeds

2008-04-03 Thread Scott Courtney
On Thursday 03 April 2008 11:27:28 Dragon wrote: > If so, you need an application that will do that and a source of > content for the feeds. Beyond that, I have no idea how to set it up > (that's application dependent, I am sure) or even where to find such > an application (though Google should

Re: [EMAIL PROTECTED] RSS Feeds

2008-04-03 Thread Dragon
Grant Peel wrote: His all, I am running apache 2.x.x on all my FreeBSD servers. Is there anything special that needs to be done to allow users to start using RSS feeds? (MIME Types XML etc). -Grant End original message. - As in you want to serve some RS

Re: [EMAIL PROTECTED] ld.so.1: httpd: fatal: libaprutil-0.so.0: open failed: No such file or directory Killed

2008-04-03 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: Friends, I have installed IBM http server 6.0 on solaris 5.10. obviously, you want an IBM support forum, since the way each vendor packages httpd server varies considerably. - The official User-To-Use

RE: [EMAIL PROTECTED] ld.so.1: httpd: fatal: libaprutil-0.so.0: open failed: No such file or directory Killed

2008-04-03 Thread Narendra Verma
Hi, Because libaprutil-0.so.0 is not in library path. Just set the path export LD_LIBRARY_PATH=$LD_LIBRARY_PATH: for example if your file in usr/ucb/ libaprutil-0.so.0 Then set path export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:usr/ucb Then run your server. Thank

[EMAIL PROTECTED] ld.so.1: httpd: fatal: libaprutil-0.so.0: open failed: No such file or directory Killed

2008-04-03 Thread AK835
Friends, I have installed IBM http server 6.0 on solaris 5.10.It installs successfully but i am unable to start the web server instance i have created. Also i tried running commands written in shell executable ,which starts this web server instance,i got following message. Any ideas on this :

[EMAIL PROTECTED] "Apache HTTP server stopped working and was closed"

2008-04-03 Thread Ben Okonji
Hi all, I have set up Apache 2.2 with php 5 and MySQL 5 on my laptop with Microsoft Vista. I have managed to write php scripts to insert data into my database, however when I try to query the database I get a message saying page cannot be found and then a popup to say "Apache HTTP server stopped w

RE: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail)

2008-04-03 Thread Boyle Owen
> -Original Message- > From: Eric Covener [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2008 3:35 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Return of bug 14219 in version > 2.2.8? (too many SSL VHs causes fopen to fail) > > On Thu, Apr 3, 2008 at 7:33 AM, B

Re: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail)

2008-04-03 Thread Eric Covener
On Thu, Apr 3, 2008 at 7:33 AM, Boyle Owen <[EMAIL PROTECTED]> wrote: > I didn't try the patch because of the discouraging comment 7 from Joe > Orton that follows it :-) Also, by the author's own admission the patch > is really a hack that I am uncomfortable applying to an > enterprise-critica

Re: [EMAIL PROTECTED] Apache installation

2008-04-03 Thread Ch Praveena
Hi, It was again failed and I was getting this 403 forbidden error. Let me describe you what I have done.. I have deleted both the server source files and started afresh from the extraction.. followed the steps like: [EMAIL PROTECTED] httpd-2.0.63]# pwd /home/praveena/software/httpd-2.0.63 [EMAIL

RE: [EMAIL PROTECTED] Return of bug 14219 in version 2.2.8? (too many SSL VHs causes fopen to fail)

2008-04-03 Thread Boyle Owen
> -Original Message- > From: Nick Kew [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2008 7:52 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Return of bug 14219 in version > 2.2.8? (too many SSL VHs causes fopen to fail) > > On Wed, 2 Apr 2008 19:43:52 +0200 >

[EMAIL PROTECTED] Hemos recibido su mensaje

2008-04-03 Thread info
Agradecemos mucho el tiempo invertido en contactarnos, dada la alta cantidad de mensajes que recibimos a diario es probable que no le respondamos inmediatamente, pero muy pronto nos pondremos en contacto con usted. Atentamente, Atención al Cliente Domino Soft, S.A. de C.V. - An IBM Advanced B

RE: [EMAIL PROTECTED] Apache installation

2008-04-03 Thread Narendra Verma
Hi just change one more entry 1. /export/home/infra/install/httpd-2.0.63/conf/httpd.conf search for 'Listen' and 'ServerName' use like Listen 1100 ServerName 192.168.99.29:1100 2./export/home/infra/install/ httpd-

Re: [EMAIL PROTECTED] Apache installation

2008-04-03 Thread Ch Praveena
Hi, Thats great.. But, I am getting an error like http://rifers.org/paste/show/7034 when I ve started the httpd 2.2.8 even after loading at a different location like ./configure --prefix=/home/praveena/software/apache2.2.8src Please check with the error On 02/04/2008, Narendra Verma <[EMAIL P