RE: apache2 doesn't .flv in my server

2012-06-04 Thread Bulent Malik
>>> But when i call at http://myweb/example.flv i only download this file. >>> How can I solve this case ? > >> AddHandler flv-stream .flv ? >> Yes there is that line in httpd.conf >> But flv doesn't work >do you have >video/x-flv flv >in your mime table. >b

RE: apache2 doesn't .flv in my server

2012-06-04 Thread Wojciech Puchar
But when i call at http://myweb/example.flv i only download this file. How can I solve this case ? AddHandler flv-stream .flv ? Yes there is that line in httpd.conf But flv doesn't work do you have video/x-flv flv in your mime table. browser mostly

RE: apache2 doesn't .flv in my server

2012-06-04 Thread Bulent Malik
>>On Sun, Jun 3, 2012 at 9:36 PM, Bulent Malik wrote: >> Hello >> >> I use apache22-worker on freebsd9 >> >> It Works. But I can't video file flv extension. >> >> I googled about that and downloaded mod_flvx.c and followed the >> instructions. Also I see that flv is added as shared module in a

Re: apache2 doesn't .flv in my server

2012-06-04 Thread Kalle Møller
AddHandler flv-stream .flv ? On Sun, Jun 3, 2012 at 9:36 PM, Bulent Malik wrote: > Hello > > I use apache22-worker on freebsd9 > > It Works. But I can't video file flv extension. > > I googled about that  and downloaded mod_flvx.c and followed the > instructions. Also I see that flv is added as

apache2 doesn't .flv in my server

2012-06-03 Thread Bulent Malik
Hello I use apache22-worker on freebsd9 It Works. But I can't video file flv extension. I googled about that and downloaded mod_flvx.c and followed the instructions. Also I see that flv is added as shared module in apache Httpd -M . alias_module (shared) rewrite_module (shared) php5_module

Re: Apache2 and UTF-8

2010-11-01 Thread Leonardo M . Ramé
I found the solution, I had to iconv from iso-8859-1 to utf-8 my index.html Leonardo M. Ramé http://leonardorame.blogspot.com --- On Mon, 11/1/10, Leonardo M. Ramé wrote: From: Leonardo M. Ramé Subject: Apache2 and UTF-8 To: freebsd-questions@freebsd.org Date: Monday, November 1, 2010, 12

Apache2 and UTF-8

2010-11-01 Thread Leonardo M . Ramé
Hi, I would like to know if anyone faced the same issue as me. I have a web site encoded as UTF-8, and it looks correctly in Firefox, but not in Google Chrome. My setup is FreeBsd 8.1 - x86_64, Apache 2.2 Thanks,Leonardo. ___ freebsd-questions@free

Re: An Apache2 configuration question

2009-01-02 Thread stan
On Fri, Jan 02, 2009 at 07:14:40AM -0500, Jerry wrote: > On Fri, 2 Jan 2009 02:33:54 -0500 > stan wrote: > > >I'm setting up a 7.1 machine thta will server as, among other things, > >a web serrver. I've installed Apache2. I have some directores in the > >Apa

Re: An Apache2 configuration question

2009-01-02 Thread Jerry
On Fri, 2 Jan 2009 02:33:54 -0500 stan wrote: >I'm setting up a 7.1 machine thta will server as, among other things, >a web serrver. I've installed Apache2. I have some directores in the >Apache documnet directory that I wish to pasword protect. I have added >the followin

An Apache2 configuration question

2009-01-01 Thread stan
I'm setting up a 7.1 machine thta will server as, among other things, a web serrver. I've installed Apache2. I have some directores in the Apache documnet directory that I wish to pasword protect. I have added the following clause to /usr/local/etc/apache22/httpd.conf. I have created a

Re: Apache2 Virtual Hosts and FreeBSD fd limits.

2007-05-03 Thread Eduardo Meyer
On 5/3/07, Bert JW Regeer <[EMAIL PROTECTED]> wrote: On May 3, 2007, at 9:30 AM, Eduardo Meyer wrote: >> # uname -a > > 5.5-STABLE FreeBSD 5.5-STABLE #6: Wed May 2 20:19:43 BRT 2007 > >> # apachectl -v > > Server version: Apache/2.0.59 > Server built: May 2 2007 18:38:18 > >> >> > I have rai

Re: Apache2 Virtual Hosts and FreeBSD fd limits.

2007-05-03 Thread Bert JW Regeer
On May 3, 2007, at 9:30 AM, Eduardo Meyer wrote: # uname -a 5.5-STABLE FreeBSD 5.5-STABLE #6: Wed May 2 20:19:43 BRT 2007 # apachectl -v Server version: Apache/2.0.59 Server built: May 2 2007 18:38:18 > I have raised maxfiles, but my openfiles do increase and the problem > with A

Re: Apache2 Virtual Hosts and FreeBSD fd limits.

2007-05-03 Thread Eduardo Meyer
# uname -a 5.5-STABLE FreeBSD 5.5-STABLE #6: Wed May 2 20:19:43 BRT 2007 # apachectl -v Server version: Apache/2.0.59 Server built: May 2 2007 18:38:18 > I have raised maxfiles, but my openfiles do increase and the problem > with Apache persists. Does it only affect Apache? Certainl

Re: Apache2 Virtual Hosts and FreeBSD fd limits.

2007-05-02 Thread Steve Bertrand
Eduardo Meyer wrote: > I have had a number of problems with Apache, concerning the number of > virtual hosts I have. I know it is a FAQ but raising FD_SETSIZE on > apache didnt help, am now trying to raise some limits with FreeBSD. I may have missed any previous posts, but can you inform of exactl

Apache2 Virtual Hosts and FreeBSD fd limits.

2007-05-02 Thread Eduardo Meyer
I have had a number of problems with Apache, concerning the number of virtual hosts I have. I know it is a FAQ but raising FD_SETSIZE on apache didnt help, am now trying to raise some limits with FreeBSD. I have raised maxfiles, but my openfiles do increase and the problem with Apache persists.

Re: Fw: Re: Apache2* and mod_perl2

2006-10-02 Thread James Corteciano
Have you try to update your ports tree collection? what is version of your FreeBSD? From: Paul Schmehl <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue, 03 Oct 2006 00:03:14 -0500 Subject: Re: Apache2* and mod_perl2 --On October 3, 2006 12:53:17 PM +0800 Foo JH <[EMAIL PROTECTE

Re: Apache2* and mod_perl2

2006-10-02 Thread Paul Schmehl
ously, I checked perms (even made the 777 briefly), but no go. In apache22, all I ever got was the plain text of the program file. Does anyone know of a website that can unlock the mystery of mod_perl2 on apache2? I figure sooner or later I'm going to have to move to apache2, but I sure

Re: Apache2* and mod_perl2

2006-10-02 Thread Foo JH
unlock the mystery of mod_perl2 on apache2? I figure sooner or later I'm going to have to move to apache2, but I sure can't do that until I figure out how to get it working. Paul Schmehl ([EMAIL PROTECTED]) Adjunct Information Security Officer The University of Texas at Dallas http:/

Re: Apache2* and mod_perl2

2006-09-23 Thread Matthew Seaman
Paul Schmehl wrote: > Does anyone know of a website that can unlock the mystery of mod_perl2 > on apache2? I figure sooner or later I'm going to have to move to > apache2, but I sure can't do that until I figure out how to get it working. Can you follow the procedure on th

Apache2* and mod_perl2

2006-09-23 Thread Paul Schmehl
. In apache22, all I ever got was the plain text of the program file. Does anyone know of a website that can unlock the mystery of mod_perl2 on apache2? I figure sooner or later I'm going to have to move to apache2, but I sure can't do that until I figure out how to get it worki

Re: mod_ntln for apache2

2006-09-11 Thread Igor Robul
On Tue, Sep 05, 2006 at 03:20:35PM +0600, Клопотнюк Михаил Сергеевич wrote: > > I have FreeBSD 5.4 and Apache2 (Apache2-2.0.53_1). > I need compile module mod_ntlm for apache. Compiling stops with this > errors: > # make install > ===> Building for mod_ntlm-0.4 You need mo

mod_ntln for apache2

2006-09-05 Thread Клопотнюк Михаил Сергеевич
I have FreeBSD 5.4 and Apache2 (Apache2-2.0.53_1). I need compile module mod_ntlm for apache. Compiling stops with this errors: # make install ===> Building for mod_ntlm-0.4 /usr/local/sbin/apxs -c-Wc,-Wall mod_ntlm.c /usr/local/share/apache2/build/libtool --silent --mode=compile cc -pre

Re: apache2 & mod_php5

2006-05-24 Thread Kevin Kinsey
FreeBSD Daemon wrote: I planed to use the www/apache2 + www/mod_php5 ports ... should I worry and rather stick with apache 1.3? Also, the www/mod_php5 port has been removed. Use lang/php5 instead, which should give options for the module, CGI, and CLI. Kevin Kinsey -- He who hesitates is

Re: apache2 & mod_php5

2006-05-24 Thread Kevin Kinsey
FreeBSD Daemon wrote: Dear list, I found this warning: http://terra.di.fct.unl.pt/docs/php/install.apache2.php.htm about using apache2 with php in production environment. I planed to use the www/apache2 + www/mod_php5 ports ... should I worry and rather stick with apache 1.3? TIA I am

apache2 & mod_php5

2006-05-24 Thread FreeBSD Daemon
Dear list, I found this warning: http://terra.di.fct.unl.pt/docs/php/install.apache2.php.htm about using apache2 with php in production environment. I planed to use the www/apache2 + www/mod_php5 ports ... should I worry and rather stick with apache 1.3? TIA Zheyu Shen (沈哲宇

Websieve / Apache2

2006-04-12 Thread Martin Schweizer
Hello I use the following: cyrus 2.3.1, sendmail 8.13.3, apache22, squirrelmail 1.4.6 and websieve 0.63a (from ports). Cyrus, Sendmail, Suirrelmal and Apache works great but not websieve. If I want to install from ports make like to install apache 1.. but have installed apache22. Why? If I c

ports index broken, expat2 is too new for current apache2 on 5.4-STABLE

2006-03-24 Thread Brian Ross
ports tree unless it is explicitly permitted in step 6! 1 error Seeking port expat2 ... not found == What's the best way for me to recover from this situation? My first try was to use portdowngrade to install an older expat2, but without INDEX-5, it can't find it (at least I

Re: apache2

2006-01-30 Thread Dan O'Connor
Now to me it is clear. But when it is started apache2, I set a command to a browser (Konqueror) http://localhost/ that there is a following: *** An error occured while loading http://loaclhost/ Could not connect to host localhost Please prompt something. 1. Is there a "localhost&quo

Re: apache2

2006-01-30 Thread Robert Slade
t;> apache. Look please, that I do not so. What it is necessary to make > >>changes in files srm.conf аnd access.conf ? > >> > >># apachectl start > >> # /usr/local/sbin/apachectl:httpd could not be started. > >> > > >check in /etc/rc.conf if ap

apache2

2006-01-30 Thread serge
anges in files srm.conf аnd access.conf ? >> >># apachectl start >> # /usr/local/sbin/apachectl:httpd could not be started. >> >check in /etc/rc.conf if apache_enable is set to "YES" Now to me it is clear. But when it is started apache2, I set a command to

Re: php5 and apache2? -- Resolved

2006-01-13 Thread Andrew L. Gould
so if you want to start totally from scratch you probably > want to ditch those too. > > Hope this helps a little. > > -- > Paul I rebooted and deleted the php options file. The packages for php5, php5-extensions and apache13 have been deleted. Apache2 is still installed. When

Re: php5 and apache2?

2006-01-13 Thread Crispy Beef
I had the same problem before. I suppose you used portupgrade to install binary packages, right? The php5 package depends on apache13, this is why portupgrade installed apache13. You should deinstall php5 and apache13. Then refresh your ports tree. Finally, reinstall php5 from the ports: cd /u

Re: php5 and apache2?

2006-01-13 Thread gandalf
Andrew L. Gould wrote: I just finished upgrading via portupgrade and found that I now have both apache13 and apache2 installed. Upon examination of the php5 port, I've found that the "WITH_APACHE2=YES" option is no longer available. I'd like to stick with apache2 si

php5 and apache2?

2006-01-13 Thread Andrew L. Gould
I just finished upgrading via portupgrade and found that I now have both apache13 and apache2 installed. Upon examination of the php5 port, I've found that the "WITH_APACHE2=YES" option is no longer available. I'd like to stick with apache2 since I had everything working

Re: can't get subversion+apache2 to install

2005-12-05 Thread Clement Laforet
all for in /usr/ports/www/apache20 > > ===> Returning to build of subversion-1.3.0.r2 > > ===> subversion-1.3.0.r2 depends on shared library: expat.5 - found > > ===> subversion-1.3.0.r2 depends on shared library: neon.24 - found > > ===> subversion-1.3.0.r2 depends on

Re: can't get subversion+apache2 to install

2005-12-05 Thread Scot Hetzel
nds on shared library: expat.5 - found > ===> subversion-1.3.0.r2 depends on shared library: neon.24 - found > ===> subversion-1.3.0.r2 depends on shared library: intl - found > -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav > libexec/apache2/mod_dav.so > -e: not foun

can't get subversion+apache2 to install

2005-12-05 Thread Jeff D. Hamann
d ===> subversion-1.3.0.r2 depends on shared library: intl - found -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -e: not found *** Error code 127 Stop in /usr/ports/devel/subversion. bobby# I've got a perfectly good running version of apache2+mod_ssl

can't build apache2 + openssl 0.9.8 beta to get around 0.9.7 problems

2005-11-25 Thread Jeff D. Hamann
I've been trying to build the apache2 port with the openssl 0.9.8 beta (becuase I keep getting errors with the port built with the 0.9.7i openssl port when attempting to start apache2. I'm working on FreeBSD6 -amd64 (trying to get apache+openssl+subversion+postgresql+blah,blah,bl

RE: apache2 php5 mysql4 problems

2005-11-22 Thread Brian E. Conklin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robert Munn > Sent: Monday, November 21, 2005 4:27 PM > To: freebsd-questions@freebsd.org > Subject: apache2 php5 mysql4 problems > > > I have been successfuly running a

Re: apache2 php5 mysql4 problems

2005-11-21 Thread Jack Cheung
Just curious: When you installed the php5-extensions, did you do a make config? Also, my /usr/local/etc/apache2/Includes/php.conf has following 2 lines: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps If you have those 2 "AddType" lines in your conf

apache2 php5 mysql4 problems

2005-11-21 Thread Robert Munn
I have been successfuly running apache2 as a web server with php5 as a module. Recently I needed access to a database so I tried to upgrade my system by adding mysql4 as the database server. I had installed apache2 and php5 from the ports. Previously I would install php5-extensions to build

Re: getting apache2 to process xml files?

2005-11-11 Thread Greg Barniskis
bob self wrote: I'm running FreeBSD 5.4 and apache2. How can I get apache2 to process xml files? Right now it just treats them as regular files and uploads them to the browser. I'm not sure how the AddType line should be or what module I need to install and load. You should be aski

getting apache2 to process xml files?

2005-11-11 Thread bob self
I'm running FreeBSD 5.4 and apache2. How can I get apache2 to process xml files? Right now it just treats them as regular files and uploads them to the browser. I'm not sure how the AddType line should be or what module I need to install and load. t

Installing mod_frontpage to apache2

2005-11-06 Thread Bill Moran
SD patches for mod_frontpage-1.6.2_1 ===> mod_frontpage-1.6.2_1 depends on file: /usr/local/sbin/apxs - found ===> Configuring for mod_frontpage-1.6.2_1 Using: /usr/local/sbin/httpd Let's see if it's a valid httpd... YES! sbindir is /usr/local/sbin, trying to find apxs...Found! Config dir

Re: apache2 with ssl starting problem

2005-09-14 Thread Paul Schmehl
--On Wednesday, September 14, 2005 10:43 AM -0500 Corey Brune <[EMAIL PROTECTED]> wrote: Sounds like apache is not listening on port 443. Have you checked httpd.conffor the following: Listen 443 I've never had to do that before, but I tried it anyway: apachectl startssl (48)Address already i

Re: apache2 with ssl starting problem

2005-09-14 Thread Corey Brune
; I recently installed apache2 on a server that I maintain. (Previously I > had run apache13-modssl.) The server runs fine so long as I don't try to > run ssl. When I do that, I get some odd errors: > > bash-2.05b# apachectl stop > bash-2.05b# apachectl startssl > (48)Address alread

apache2 with ssl starting problem

2005-09-13 Thread Paul Schmehl
I recently installed apache2 on a server that I maintain. (Previously I had run apache13-modssl.) The server runs fine so long as I don't try to run ssl. When I do that, I get some odd errors: bash-2.05b# apachectl stop bash-2.05b# apachectl startssl (48)Address already in use: make

Graceful restart request to Apache2 leading to seg fault

2005-09-07 Thread Graeme
I've seen something similar in the list archives from 2003, but it seems to be back (for me at least). I'm running FreeBSD 5.3 with: Apache/2.0.54 (FreeBSD) PHP/4.4.0 mod_ssl/2.0.54 OpenSSL/0.9.7g and on stopping Apache with SIGTERM I get: httpd in free(): error: junk pointer, too h

Re: install Apache1 and Apache2 on the same server

2005-07-16 Thread Wayne Sierke
On Sat, 2005-07-16 at 01:51 +0200, Ksenia Marasanova wrote: > Greetings, > > I have FreeBSD box that runs Apache1 from ports. Now I'd like to > install Apache2 from ports (and run it on different IP), without > overwriting httpd binary of Apache1. What would be the correct, &g

Re: install Apache1 and Apache2 on the same server

2005-07-16 Thread Tsampros Leonidas
On Sat, Jul 16, 2005 at 01:51:32AM +0200, Ksenia Marasanova wrote: > Greetings, > > I have FreeBSD box that runs Apache1 from ports. Now I'd like to > install Apache2 from ports (and run it on different IP), without > overwriting httpd binary of Apache1. What would be the corr

install Apache1 and Apache2 on the same server

2005-07-15 Thread Ksenia Marasanova
Greetings, I have FreeBSD box that runs Apache1 from ports. Now I'd like to install Apache2 from ports (and run it on different IP), without overwriting httpd binary of Apache1. What would be the correct, port-friendly :) way to do it? (I also use portupgrade, it would be nice if portupgrade

Apache2 + Tomcat

2005-06-29 Thread M. Goodell
I am looking for a good HOWTO on configuring Tomcat + Apache2 - I have successfully installed: jakarta-tomcat-5.0.30 & mod_jk-apache2-1.2.6,1 - The documentation I have been able to find on the web (apache.org / google / yahoo) seems somewhat sparse. Would I be better served to purcha

Re: Apache2 + mod_python problems

2005-06-29 Thread Chad Morland
abled threads both in python and > mod_python. Threads were the problem, but not with Python itself. I had to build the apache2 port with --enable-threads specified. Apache starts up fine after being recompiled with that option. -CM ___ freebsd-quest

Re: Apache2 + mod_python problems

2005-06-23 Thread Csaba Henk
On Thu, Jun 23, 2005 at 12:18:49PM -0400, Chad Morland wrote: > I am having problems getting mod_python and apache2 ports to work properly. > > Here are the relevant ports that I have installed: > apache-2.0.54 > mod_python-3.1.4_1 > python-2.4.1_1 > > When I try an

Apache2 + mod_python problems

2005-06-23 Thread Chad Morland
I am having problems getting mod_python and apache2 ports to work properly. Here are the relevant ports that I have installed: apache-2.0.54 mod_python-3.1.4_1 python-2.4.1_1 When I try and start apache I get the following: pxetest# apachectl start Syntax error on line 276 of /usr/local/etc

Re: apache2 headers cache

2005-05-19 Thread Abu Khaled
On 5/19/05, Timothy Smith <[EMAIL PROTECTED]> wrote: > hi there i have a situation where my isp's tranparent proxy is caching > an old file from my webserver (it's a zip file) and they have suggested > turning off caching HTTP headers on my webserver, i can't find any docs > on this has any one had

apache2 headers cache

2005-05-18 Thread Timothy Smith
hi there i have a situation where my isp's tranparent proxy is caching an old file from my webserver (it's a zip file) and they have suggested turning off caching HTTP headers on my webserver, i can't find any docs on this has any one had experience with this? ___

Re: MONO (.NET) on FreeBSD and Apache2

2005-04-14 Thread Tom McLaughlin
On Thu, 2005-04-14 at 16:23 -0700, Joshua Lewis wrote: > I really want to get Mono working on a FreeBSD Apache system. I have done > lots of searching and have not figured out how to get it properly > configured. > > I merged the BSD# ports with my local ports collection > > I did a make install

MONO (.NET) on FreeBSD and Apache2

2005-04-14 Thread Joshua Lewis
I really want to get Mono working on a FreeBSD Apache system. I have done lots of searching and have not figured out how to get it properly configured. I merged the BSD# ports with my local ports collection I did a make install clean from /usr/ports/lang/mono-devel That installed mono 1.1.6_1 T

configuring php4 and apache2

2005-03-13 Thread Aaron Siegel
Hello I am have problems getting php4 to work with apache2. I have these working on another FreeBSD 4.10 server but I can not get it working on my 5.3 server. When I try to load a php page with my web browser it just ask me if I want to download the php file. Here is what I have done to

Re: configuring php4 and apache2

2005-03-13 Thread Thomas Foster
iegel" <[EMAIL PROTECTED]> To: Sent: Sunday, March 13, 2005 10:48 AM Subject: configuring php4 and apache2 Hello I am have problems getting php4 to work with apache2. I have these working on another FreeBSD 4.10 server but I can not get it working on my 5.3 server. When I try to load a php

configuring php4 and apache2

2005-03-13 Thread Aaron Siegel
Hello I am have problems getting php4 to work with apache2. I have these working on another FreeBSD 4.10 server but I can not get it working on my 5.3 server. When I try to load a php page with my web browser it just ask me if I want to download the php file. Here is what I have done to

Re: Apache2 (ports) and VirtualHosts Problems

2005-03-09 Thread Benjamin Keating
wrote: > I'm Running FreeBSD 5.3 and Apache2, compiled from Ports. > > I'm setting up a series of VirtualHosts in Apache. Apache runs fine > otherwise. The vhosts that are not working are under: > /data/vhosts//{www,logs}/ (where /data/ is a single > filesystem on it&

Apache2 (ports) and VirtualHosts Problems

2005-03-09 Thread Benjamin Keating
I'm Running FreeBSD 5.3 and Apache2, compiled from Ports. I'm setting up a series of VirtualHosts in Apache. Apache runs fine otherwise. The vhosts that are not working are under: /data/vhosts//{www,logs}/ (where /data/ is a single filesystem on it's own harddrive). Here is a sam

sockstat -4 not showing all open ports for apache2

2005-02-21 Thread Clement Laforet
>I just installed apache 2 and was trying to see if port 80 was open by doing > a sockstat -4 but I couldn't see the port so I thought it didn't install > right. So I did a sockstat -6 and noticed port 80 is showing up for IPv6 > sockets. > Is this a default feature for Apache 2 on freebsd. Per de

sockstat -4 not showing all open ports for apache2

2005-02-16 Thread Grant Cooper
I just installed apache 2 and was trying to see if port 80 was open by doing a sockstat -4 but I couldn't see the port so I thought it didn't install right. So I did a sockstat -6 and noticed port 80 is showing up for IPv6 sockets. Is this a default feature for Apache 2 on freebsd. __

apache2, suexec, and portupgrade

2005-02-15 Thread dave
Hello, I ran a portversion -l "<" and discovered that both squirrelmail and apache were out of date. I ran portupgrade -arR which went fine as far as packages go, but when portupgrade tried to execute the apache2 startup script as part of it's final updating it couldn

Re: Apache2 with worker MPM on 5.3

2005-02-15 Thread Toomas Aas
: Thanks a lot for the insight, Matthew. on Sunday I tried installing Apache2 with worker MPM and found out that I also had to rebuild PHP to make libphp4.so support threading. And then I found out that several PHP extensions that we need (such as php4-mysql) do not want to work with threading

Re: Apache2 with worker MPM on 5.3

2005-02-15 Thread Matthew Seaman
processes are generally smaller than equivalently configured Apache 2.0.x processes so may help you get the most out of your server. > Apache2 was installed from ports and defaulted to prefork MPM. I read > from the Apache performance tuning document that worker MPM may perform > better on

Apache2 with worker MPM on 5.3

2005-02-10 Thread Toomas Aas
Hello! We are running a fairly busy website with Apache 2.0.52. At times a lot of httpd processes gather up and consume all the available memory, which slows down web access. Apache2 was installed from ports and defaulted to prefork MPM. I read from the Apache performance tuning document that

Re: FreeBSD + Apache2 + PHP + MySQL ?

2005-02-01 Thread Kevin Kinsey
appreciated. Please CC me on responses. Thanks, Joe Koenig Production Manager jWeb New Media Design [EMAIL PROTECTED] http://www.jwebmedia.com/ 636.928.3162 I'm sure that it's been taken care of, but I've not seen it in print, so at all costs I would verify that the PHP pro

FreeBSD + Apache2 + PHP + MySQL ?

2005-02-01 Thread Joseph Koenig (jWeb)
Hi, I'm getting ready to begin moving sites from an old web server to a new one. I've been reading about Apache 2 and it looks like it offers some great new features, but I'm concerned about the stability of it. I've seen a number of issues with memory leaks, etc, which concerns me because this se

Re: Apache2 Conditional Logging help [Followup]

2005-01-15 Thread Colin J. Raven
On Jan 15 at 12:26, I said: > I'm trying to supress logging of such things as favicon.ico, gifs and > jpegs. In a home server environment (right now anyway) I just don't > think it's necessary to log serving of those items. > > Accordingly, some googling seemed to point me towards doing something

Apache2 Conditional Logging help

2005-01-15 Thread Colin J. Raven
I'm trying to supress logging of such things as favicon.ico, gifs and jpegs. In a home server environment (right now anyway) I just don't think it's necessary to log serving of those items. Accordingly, some googling seemed to point me towards doing something like this:

Re: Portupgrade apache2 on 5.3-RELEASE

2004-11-17 Thread Daniel Bye
portupgrade apache > ** Port marked as IGNORE: www/apache2: > : apr from ports (WITH_APR_FROM_PORTS) is no longer supported > > Any ideas about how to get around this? As far as I can tell, you only need to move /usr/local/lib/libapr-0.so out of the way and try the upgrade a

Portupgrade apache2 on 5.3-RELEASE

2004-11-17 Thread Mike Loiterman
I'm running 5.3-RELEASE with a cvsup a few minutes old. I'm trying to upgrade my apache-2.0.49 port via portupgrade. This is the error I get: [05:30:27 [EMAIL PROTECTED]: /usr/local/etc]# portupgrade apache ** Port marked as IGNORE: www/apache2: : apr from ports (WITH_APR_FROM

Apache2 seg faults ,uid 0: exited on signal 11 (core dumped)

2004-11-15 Thread Hasse
s/ODIN i386 / Hasse. - Hi everybody. Need help with Apache2 seg fault. I'm totally in my blinds on this one. It seems like the problem occurs when Apache is trying to do a graceful restart. Tried to do some "googling" and searching the mail archiv

Re: Apache2 seg faults

2004-11-10 Thread Admin
Matthew Seaman wrote: On Mon, Nov 08, 2004 at 08:03:15PM +0100, Webmaster wrote: Hi everybody. Need help with Apache2 seg fault. I'm totally in my blinds on this one. It seems like the problem occurs when Apache is trying to do a graceful restart. Tried to do some "googling" an

Re: Apache2 seg faults

2004-11-10 Thread Hasse Hansson
Admin wrote: Matthew Seaman wrote: On Mon, Nov 08, 2004 at 08:03:15PM +0100, Webmaster wrote: Hi everybody. Need help with Apache2 seg fault. I'm totally in my blinds on this one. It seems like the problem occurs when Apache is trying to do a graceful restart. Tried to do some "goo

Re: Apache2 seg faults

2004-11-08 Thread Admin
Matthew Seaman wrote: On Mon, Nov 08, 2004 at 08:03:15PM +0100, Webmaster wrote: Hi everybody. Need help with Apache2 seg fault. I'm totally in my blinds on this one. It seems like the problem occurs when Apache is trying to do a graceful restart. Tried to do some "googling" an

Re: Apache2 seg faults

2004-11-08 Thread Matthew Seaman
On Mon, Nov 08, 2004 at 08:03:15PM +0100, Webmaster wrote: > Hi everybody. > Need help with Apache2 seg fault. > I'm totally in my blinds on this one. It seems like the problem occurs > when Apache is trying to > do a graceful restart. > Tried to do some "googling"

Apache2 seg faults

2004-11-08 Thread Webmaster
Hi everybody. Need help with Apache2 seg fault. I'm totally in my blinds on this one. It seems like the problem occurs when Apache is trying to do a graceful restart. Tried to do some "googling" and searching the mail archives, but found nothing useful. Found an answer from Matt

Re: Apache2 & Apache 1.3 Conf File Differences? (Was: Apache 2-"Directory index forbidden by rule") - SOLVED!

2004-11-01 Thread Drew Tomlinson
that has upgraded recall having to add or change something? Thanks , Drew Just wanted to post the solution. My mistake was that I modified apache/httpd.conf and not apache2/httpd.conf. Once I added the appropriate options to apache2/httpd.conf things started working. However the index icons

Re: starting apache2 just hangs

2004-10-29 Thread Christopher Nehren
On Fri, Oct 29, 2004 at 11:12:14 EDT, asolomon15 scribbled these curious markings: > I am having a problem starting my apache webserver. I had it running > just fine but a few days ago I had a power outage. When trying to start > the apache it will just hang there and not start at all. Anyone

Re: starting apache2 just hangs

2004-10-29 Thread Gerard Samuel
asolomon15 wrote: I am having a problem starting my apache webserver. I had it running just fine but a few days ago I had a power outage. When trying to start the apache it will just hang there and not start at all. Anyone have any ideas? Is some form of dns running? Usually, when my interna

starting apache2 just hangs

2004-10-29 Thread asolomon15
I am having a problem starting my apache webserver. I had it running just fine but a few days ago I had a power outage. When trying to start the apache it will just hang there and not start at all. Anyone have any ideas? Antoine ___ [EMAIL PROTECT

Apache2 & Apache 1.3 Conf File Differences? (Was: Apache 2 -"Directory index forbidden by rule")

2004-10-26 Thread Drew Tomlinson
On 10/19/2004 10:38 AM Drew Tomlinson wrote: I recently upgraded my existing Apache 1.3x server to Apache 2.0.52. I changed nothing (that I recall) in my httpd.conf file. In 1.3x, I had defined a virtual server to link to /usr/local/share/doc so I could easily read my docs from what ever compu

Re: Apache2 + SSL

2004-10-19 Thread Andrew L. Gould
I > can't get SSL working even though it shows up as being used. > > www 54695 0.0 0.4 14256 9024 ?? I12:25PM 0:00.00 > /usr/local/sbin/httpd -DSSL > > It's as if anything I put between and > gets totally ignored. > > > Include etc/apache2/

Re: Apache2 + SSL

2004-10-19 Thread Nelis Lamprecht
Apache to complain about all SSL type commands. eg. Syntax error on line 76 of /usr/local/etc/apache2/ssl.conf: Invalid command 'SSLPassPhraseDialog', perhaps mis-spelled or defined by a module not included in the server configuration Which leads me to think that perhaps the SSL portion of

Re: Apache2 + SSL

2004-10-19 Thread Dick Davies
I can't get SSL > working even though it shows up as being used. > > www 54695 0.0 0.4 14256 9024 ?? I12:25PM 0:00.00 > /usr/local/sbin/httpd -DSSL > > It's as if anything I put between and > gets totally ignored. > > > Include etc/apac

Apache2 + SSL

2004-10-19 Thread Nelis Lamprecht
0.0 0.4 14256 9024 ?? I12:25PM 0:00.00 /usr/local/sbin/httpd -DSSL It's as if anything I put between and gets totally ignored. Include etc/apache2/ssl.conf The worst part is there is no logging of any sort to tell me otherwise and I've run out of ideas on how to de

Re: Compiling mod_proxy WITHOUT apache2

2004-10-14 Thread Dick Davies
* Stephan A. Rickauer <[EMAIL PROTECTED]> [1041 16:41]: > Hi there, > > I successfully run an apache2 server on freebsd 4.10. Now I realised > that I've forgot to compile mod_proxy. Is there a way to only compile > the module without compiling whole apache2 and destr

Compiling mod_proxy WITHOUT apache2

2004-10-14 Thread Stephan A. Rickauer
Hi there, I successfully run an apache2 server on freebsd 4.10. Now I realised that I've forgot to compile mod_proxy. Is there a way to only compile the module without compiling whole apache2 and destroying my current binary? Maybe a stupid question - I am rather new to bsd .. Thanks fo

Apache2 mod_auth_ldap (FreeBSD-specific problem?)

2004-06-30 Thread Todd Piket
I am seeing this same problem. Have you heard about a solution yet? Any information would be appreciated. -- Regards, | Todd Piket| Email: [EMAIL PROTECTED]| | Programmer/Analyst| Phone: (906)

Re: [OT] Apache2 mod_sudo or something?

2004-06-26 Thread Jorn Argelo
mod_su for Apache 2, is that right or am I wrong about it? I need it so I can let Apache run a script which invokes adduser. For enlightenment, read /usr/ports/www/apache2/Makefile.modules Sorry, but I'm feeling too lazy to give you a direct answer... Cheers, Matthew T

Re: [OT] Apache2 mod_sudo or something?

2004-06-25 Thread Matthew Seaman
d_su for Apache 2, is that > right or am I wrong about it? I need it so I can let Apache run a script > which invokes adduser. For enlightenment, read /usr/ports/www/apache2/Makefile.modules Sorry, but I'm feeling too lazy to give you a direct answer... Cheers,

[OT] Apache2 mod_sudo or something?

2004-06-25 Thread Jorn Argelo
Hi folks, Sorry for the off-topic post, but I was too lazy to find the Apache mailing list, so I reckoned I could learn from all of your excellent and skilled knowledge *grin* I recall seeing somewhere a mod_sudo or mod_su for Apache 2, is that right or am I wrong about it? I need it so I can l

Re: Apache2 and UserDir in FreeBSD

2004-06-17 Thread Jez Hancock
On Thu, Jun 17, 2004 at 07:04:07AM +0100, Jez Hancock wrote: > On Wed, Jun 16, 2004 at 03:16:50PM -0400, Duane Winner wrote: > > > > Does anybody know why this is happening: > > > > I have found that with apache2, installed via portinstall on both 4.9 > > and 5.

Re: Apache2 and UserDir in FreeBSD

2004-06-16 Thread Jez Hancock
On Wed, Jun 16, 2004 at 03:16:50PM -0400, Duane Winner wrote: > > Does anybody know why this is happening: > > I have found that with apache2, installed via portinstall on both 4.9 > and 5.x, the UserDir is enabled even if it is commented out in httpd.conf! > > It is on by

Apache2 and UserDir in FreeBSD

2004-06-16 Thread Duane Winner
Hello, Does anybody know why this is happening: I have found that with apache2, installed via portinstall on both 4.9 and 5.x, the UserDir is enabled even if it is commented out in httpd.conf! It is on by default in the stock httpd.conf that installs with apache2. If I comment it out and

  1   2   >