Re: apache exiting on signal 6

2007-01-20 Thread Ivan Voras
Joe Auty wrote: > I've also seen some info which suggests that this might be an Apache bug > of some sort, but I've seen this in both Apache 1.3 and 2.0. Right now, > I'm running 2.0.59 with eAccelerator. > > I guess the next step might be to try disabling eAcceler

Re: apache exiting on signal 6

2007-01-20 Thread Joe Auty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Forgot to mention, I'm using Apache with the prefork MPM. On Jan 20, 2007, at 5:16 AM, Joe Auty wrote: Hello, I've seen a lot of information on Google about this error message I've been seeing a lot of in my logs: pid 11443

apache exiting on signal 6

2007-01-20 Thread Joe Auty
hich suggests that this might be an Apache bug of some sort, but I've seen this in both Apache 1.3 and 2.0. Right now, I'm running 2.0.59 with eAccelerator. I guess the next step might be to try disabling eAccelerator... I'll let you know if this helps. In the meantime, if you

Re: Upgrade apache

2007-01-12 Thread Peter Giessel
On Friday, January 12, 2007, at 10:09AM, "Tim Nilimaa" <[EMAIL PROTECTED]> wrote: >Hi, > >How do I upgrade apache-2.0.59 to apache22? Do I have to do make uninstall for >port apache20 and then make install for apache22? >I do have php installed - wouldnt t

Re: Upgrade apache

2007-01-12 Thread Greg Albrecht
from memory... for apache: $ cd /usr/ports/www/apache20 $ make deinstall $ cd /usr/ports/www/apache22 $ make install you might need to upgrade your /usr/local/etc/apache/httpd.conf as some of the directives have changed between 20 and 22. when you try to start apache it will let you know

Upgrade apache

2007-01-12 Thread Tim Nilimaa
Hi, How do I upgrade apache-2.0.59 to apache22? Do I have to do make uninstall for port apache20 and then make install for apache22? I do have php installed - wouldnt that be a problem if I uninstall apache20? Also - upgrading php43 to php51, is it the same thing with that? Kind regards

Re: freeBSD - Apache & php configuration

2006-12-22 Thread Garrett Cooper
Xian wrote: On Friday 22 December 2006 04:27, [EMAIL PROTECTED] wrote: Hi all I want to install php with apache in freebsd unix. I installed apache2 and php 5.2.0. But php file not working and also i want to know the method of running. A long time ago I seem to remember having to do

Re: freeBSD - Apache & php configuration

2006-12-22 Thread Xian
On Friday 22 December 2006 04:27, [EMAIL PROTECTED] wrote: > Hi all > I want to install php with apache in freebsd unix. I installed apache2 and > php 5.2.0. But php file not working and also i want to know the > method of running. A long time ago I seem to remember having to do step 1

freeBSD - Apache & php configuration

2006-12-21 Thread arun_sridhar2
Hi all > I want to install php with apache in freebsd unix. I installed apache2 and > php 5.2.0. But php file not working and also i want to know the method of > running. > > Whether browser and x windows are needed for running apache and php. If > suppose where to find ou

Freebsd- Browser for apache

2006-12-21 Thread freebsd
Hi all I want to install php with apache in freebsd unix. I installed apache2 and php 5.2.0. But php file not working and also i want to know the method of running. Whether browser and x windows are needed for running apache and php. If suppose where to find out the tar file and how to

PHP 5 with Apache 1.3 [reprise]

2006-12-20 Thread Ian Smith
t; > > > > > bit of a long saga, and a (by now) humble question .. [..] > > > What do I need to do to get Apache to execute mod_php5 on .php files? > > > > > > Cheers, Ian > > > > > have you check output from /var/log/httpd

Re: PHP 5 with Apache 1.3

2006-12-18 Thread Ian Smith
only major glitch on a portupgrade -aPP > > on a 5.5-STABLE system upgrading old ports, mostly from 5.4-R days. > > > ... cut > > > What do I need to do to get Apache to execute mod_php5 on .php files? > > > > Cheers, Ian > > > have you che

Re: PHP 5 with Apache 1.3

2006-12-18 Thread Thomas Wahyudi
. ... cut What do I need to do to get Apache to execute mod_php5 on .php files? Cheers, Ian have you check output from /var/log/httpd-error.log ? it should type some php version if the php is working correctly or could you paste here the log from /var/log/httpd-error.log after you restart the

PHP 5 with Apache 1.3

2006-12-17 Thread Ian Smith
phpMyAdmin from packages forces php5, as does its dependency pecl-pdflib-2.1.2, neither of which require later than php 4.1 according to their docs. Anyway, having decided to go with php5 ..] Despite being listed as "PHP Scripting Language (Apache Module and CLI)" the php5-5.2.0 package is

Apache running problems...

2006-11-29 Thread Phillip Neiswanger
Hi, I recently downloaded and installed the Apache 2.2.3 package on a semi-stock installation of FreeBSD 6.1. When I attempt to run it I get the following error message. blah> httpd /libexec/ld-elf.so.1: /usr/local/lib/libapr-1.so.2: Undefined symbol "__h_errno" What

Re: apache problems

2006-11-26 Thread Derek Ragona
Did you upgrade from apache 1.x to 2.x? If so, apache 2.0 will be running the httpd.conf the port installed, not your 1.X httpd.conf file. -Derek At 12:48 PM 11/26/2006, Forró A Hunor wrote: Hi, I am running freebsd 6.1, I'w just installed apache2, had some problems after:

apache problems

2006-11-26 Thread Forró A Hunor
Hi, I am running freebsd 6.1, I'w just installed apache2, had some problems after: Sun Nov 26 21:18:55 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter I made a accf_http_load=YES in /boot/loader.conf than kldload accf_http At apache start

Re: Apache port compile error

2006-11-25 Thread Donald J. O'Neill
imap actions userdir alias so" > WITH_MODULES="mpm=prefork access auth log_config mime dir" > > #make install > > > And after compiling with above command, I am getting this error when > running apache > > > # /usr/local/sbin/apachectl start > >

Apache port compile error

2006-11-25 Thread VeeJay
config mime dir" #make install And after compiling with above command, I am getting this error when running apache # /usr/local/sbin/apachectl start Syntax error on line 41 of /usr/local/etc/apache2/httpd.conf: Invalid command 'Order', perhaps mis-spelled or defined by a mod

RE: Apache log rotation question...

2006-11-08 Thread Brown, Steve
I am using cronolog to handle the logging end of apache. Cronolog basically takes care of the logging for apache, allowing you much more flexibility with the logging options. Assuming.. 1. You have cronolog installed 2. /path/to/your/logs/vhost1/ is a valid path A sample Apache config line

upgrading from apache port 2.0.59 to 2.2.3

2006-11-06 Thread Jonathan Horne
the actual switch from 2.0 to 2.2 should be rather self explanitory, but what i really want to know, is what about things like php5 and extensions? will those have to all be rebuilt before 2.2 will work as 2.0 did? thanks, jonathan ___ freebsd-questio

Re: Apache log rotation question...

2006-11-03 Thread Garance A Drosehn
At 5:02 AM +0900 11/4/06, Curtis Jewell wrote: My question really is, does newsyslog send the signal at the right time [after the rotation is done, per http://httpd.apache.org/docs/2.2/logs.html#rotation ] and does it do the lines in order???) You can see what it will do by running newsy

Re: Apache log rotation question...

2006-11-03 Thread Philip Hallstrom
(30) signal to Apache, which should do the equivalent of a 'apachectl -k graceful' per http://httpd.apache.org/docs/2.2/stopping.html. My question really is, does newsyslog send the signal at the right time [after the rotation is done, per http://httpd.apache.org/docs/2.2/logs.html#rot

Apache log rotation question...

2006-11-03 Thread Curtis Jewell
later and move it aside if I want to keep more and/or compress them) permissions 644 with the owner being root:wheel, no size check, and the last part of the last line should send a SIGUSR1 (30) signal to Apache, which should do the equivalent of a 'apachectl -k graceful' per http://h

Re: WordPress, Apache, modules, mod_rewrite - how to verify?

2006-10-31 Thread Jorn Argelo
Nick wrote: Thanks! Can anyone help me regarding mod_rewrite? Can't find it in the ports. mod_rewrite comes with Apache if you build it from the ports tree AFAIK. Check out /usr/local/libexec/apache and see if you have a mod_rewrite.so. If you do, all you have to do is enable it in

Re: WordPress, Apache, modules, mod_rewrite - how to verify?

2006-10-30 Thread Nick
Thanks! Can anyone help me regarding mod_rewrite? Can't find it in the ports. - Original Message From: Eric <[EMAIL PROTECTED]> To: freebsd-questions@freebsd.org Sent: Monday, October 30, 2006 10:12:28 AM Subject: Re: WordPress, Apache, modules, mod_rewrite - how to ve

Re: WordPress, Apache, modules, mod_rewrite - how to verify?

2006-10-30 Thread Sherry Zhang
when I suddenly remembered! There's freebsd-questions!! Anyway, I'm a MS SQL Server guy, trying to mess around with FreeBSD at home. I've managed to install 6.1, CVSup, xorg, KDE, Apache 1.3. I haven't touched this box for a while due to my work schedule, now I'm try

Re: WordPress, Apache, modules, mod_rewrite - how to verify?

2006-10-30 Thread Eric
all 6.1, CVSup, xorg, KDE, Apache 1.3. I haven't touched this box for a while due to my work schedule, now I'm trying to pick up where I left off... I just install ed WordPress from ports, trying to use it to learn PHP and MySQL. (At work, I'm almost 100% SQL Server only! I'

WordPress, Apache, modules, mod_rewrite - how to verify?

2006-10-30 Thread Nick
I've been looking on the web for hours but haven't found any help, though of asking on some forums when I suddenly remembered! There's freebsd-questions!! Anyway, I'm a MS SQL Server guy, trying to mess around with FreeBSD at home. I've managed to install 6.1, CVS

is this apache or some file on the system ?

2006-10-08 Thread Desmond Coughlan
port 80 of my server, i.e. going in the opposite direction. 'connexion refused' is the message. I vaguely remember, years ago, manipulating /etc/hosts.allow, but I've checked this on my machine, and it hasn't been changed. Could apache be doing this? Is it a route

ZendOptimizer on FreeBSD 6.1 - Apache core dumps

2006-10-07 Thread Andreas Widerøe Andersen
er.so" [ THIS IS THE LINE THAT CAUSES THE PROBLEMS ] zend_extension_ts="/usr/local/lib/php/20050922/ZendExtensionManager_TS.so" However, when starting Apache (1.3.37 and php 5.1.6) it core dumps and won't start. I have posted a message in the Zend forums days ago without a

apache in "strange" jail getting permissions errors

2006-10-04 Thread Chad Leigh -- Shire.Net LLC
run any applications inside -- just boot it and log in and do basic shell things). I tried last night to move an existing jail that runs apache2 for my dad and a few of his family genealogy sites into such a nfs backed jail. Apache through fits and I saw that you have to have some local space fo

Re: php4 no longer has apache module?

2006-09-19 Thread Michael P. Soulier
On 17/09/06 Javier Henderson said: > I don't know exactly when the default behavior was changed, but the > Apache module isn't being built by default anymore. I discovered this > yesterday, when I upgraded PHP and a bunch of scripts stopped working. > > make -DWITH_

Re: php4 no longer has apache module?

2006-09-18 Thread Erik Norgaard
Michael P. Soulier wrote: On 17/09/06 Michael P. Soulier said: So, I upgrade lang/php4. php4-4.4.4 PHP Scripting Language (Apache Module and CLI) And yet, it doesn't seem to contain the apache module. [EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so' [

Re: php4 no longer has apache module?

2006-09-17 Thread Javier Henderson
On Sep 17, 2006, at 10:46 PM, Michael P. Soulier wrote: On 17/09/06 Michael P. Soulier said: So, I upgrade lang/php4. php4-4.4.4 PHP Scripting Language (Apache Module and CLI) And yet, it doesn't seem to contain the apache module. [EMAIL PROTECTED] ~]$ pkg_info -L php4-

Re: php4 no longer has apache module?

2006-09-17 Thread Michael P. Soulier
On 17/09/06 Michael P. Soulier said: > So, I upgrade lang/php4. > > php4-4.4.4 PHP Scripting Language (Apache Module and CLI) > > And yet, it doesn't seem to contain the apache module. > > [EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so'

php4 no longer has apache module?

2006-09-17 Thread Michael P. Soulier
So, I upgrade lang/php4. php4-4.4.4 PHP Scripting Language (Apache Module and CLI) And yet, it doesn't seem to contain the apache module. [EMAIL PROTECTED] ~]$ pkg_info -L php4-4.4.4 | grep '\.so' [EMAIL PROTECTED] ~]$ So now my apache setup is broken. I guess

Re: apache 1.x and 2.x on same server

2006-09-14 Thread snacktime
On 9/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: --On September 13, 2006 5:05:17 PM -0700 snacktime <[EMAIL PROTECTED]> wrote: > Are there any options I can use when installing apache 2.x from the > ports tree so it won't overwrite apache 1.x? > Sure. Just

RE: apache 1.x and 2.x on same server

2006-09-13 Thread Philippe Lang
[EMAIL PROTECTED] wrote: > Are there any options I can use when installing apache 2.x > from the ports tree so it won't overwrite apache 1.x? Hi, Yes, you have one option: use jails in your server. http://docs.freebsd.org/44doc/papers/jail/jail.html Cheers, --- Ph

Re: apache 1.x and 2.x on same server

2006-09-13 Thread pauls
--On September 13, 2006 5:05:17 PM -0700 snacktime <[EMAIL PROTECTED]> wrote: Are there any options I can use when installing apache 2.x from the ports tree so it won't overwrite apache 1.x? Sure. Just like any other port. Just choose the location you want to install

apache 1.x and 2.x on same server

2006-09-13 Thread snacktime
Are there any options I can use when installing apache 2.x from the ports tree so it won't overwrite apache 1.x? Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, sen

Re: Torrentflux, PHP, and Apache

2006-09-11 Thread Andy Greenwood
torrentflux has it's own forum for problems like this. Please consult http://www.torrentflux.com/forum for help. I don't check that forum anymore as I'm a dev for b4rt's mod. If you can't get any help from the official TF folks, email me off-list and I'll see what I can do. On 9/10/06, Ryan Wino

Torrentflux, PHP, and Apache

2006-09-10 Thread Ryan Winograd
Hi all, I have a strange problem here. I just installed torrentflux on my freebsd6.1 box and it was working great for a few minutes. Then, for some reason i can't figure out, i was no longer able to view index.php. Other php files were parsed by the server just fine, but for some reason whe

Re: Problem Installing SuExec on Apache 1.3

2006-09-05 Thread doug
Well I shoulda searched better. But building it correctly just gets me to the next error. I have a work around but am quite lost at this point. In my case the answer for building apache was RTFMF. But it was also posted in response to the same question for apache 2, for 1.3 it is: make

Problem Install SuExec on Apache 1.3

2006-09-04 Thread doug
I know I am missing something simple, but I can not get the sbin/suexec wrapper to compile building apache 1.3 on a 5.5 system. My last attempt was to remove everything and then do: make fetch make extract ./configure --enable-suexec --suexec-caller=apache make make install This

Re: Resolved??? Re: Apache 2.2 http accept filter

2006-08-30 Thread Ian Lord
it is clearly mentionnend we need to use the "no_module=YES" here is a snip from the file "/usr/src/sys/i386/conf/PAE" ~~ # Don't build modules with this kernel config, since they are not built with # the correct options headers. makeoptions NO_MODULES=yes ~~ So basical

Re: apache & Jails

2006-08-25 Thread Don Munyak
gt; Given I am hosting four(4) websites, would I have four separate jails. > each jail having a separate install of apache + php + mysql ? > > or would I be installing apache + php + mysql at the base system, and > then have four separate jails for each web site and database files ?? t

Re: apache & Jails

2006-08-25 Thread albi
four separate jails. > each jail having a separate install of apache + php + mysql ? > > or would I be installing apache + php + mysql at the base system, and > then have four separate jails for each web site and database files ?? there are even more possibilities : - 1 host, 1 jail,

Re: apache & Jails

2006-08-25 Thread Ivailo Tanusheff
Yes, it's better to have 4 jails for each system with their own apache, php and mysql. You can also install the same in the base system and then create on the base system packages for all updates needed by ports installed on the jails and just update with those packages. Regards, I

apache & Jails

2006-08-24 Thread Don Munyak
I want to build a FreeBSD webserver to replace a M$ IIS web server. I've started researching using Jails but am a little confused. Given I am hosting four(4) websites, would I have four separate jails. each jail having a separate install of apache + php + mysql ? or would I be installing a

Re: Apache 2.2 http accept filter

2006-08-19 Thread Ian Lord
At 12:18 2006-08-19, you wrote: Ian Lord wrote: well, the apache22_http_accept_enable="YES" should do this for him, but it seems like the problems stands elsewhere. Ian, are you sure that these modules are present under the /boot/modules directory? Hi, I just checked and the /boot/modules d

Re: Apache 2.2 http accept filter

2006-08-19 Thread Ian Lord
At 12:18 2006-08-19, you wrote: Ian Lord wrote: well, the apache22_http_accept_enable="YES" should do this for him, but it seems like the problems stands elsewhere. Ian, are you sure that these modules are present under the /boot/modules directory? Hi, I just checked and the /boot/modules d

Re: Apache 2.2 http accept filter

2006-08-19 Thread Gábor Kövesdán
Ian Lord wrote: well, the apache22_http_accept_enable="YES" should do this for him, but it seems like the problems stands elsewhere. Ian, are you sure that these modules are present under the /boot/modules directory? Hi, I just checked and the /boot/modules directory is empty so I guess the

Re[2]: Apache 2.2 http accept filter

2006-08-19 Thread Ian Lord
well, the apache22_http_accept_enable="YES" should do this for him, but it seems like the problems stands elsewhere. Ian, are you sure that these modules are present under the /boot/modules directory? Hi, I just checked and the /boot/modules directory is empty so I guess the problem is there

Re[2]: Apache 2.2 http accept filter

2006-08-19 Thread Daniel Gerzo
Hello Gábor, Saturday, August 19, 2006, 5:38:26 PM, you wrote: > Ian Lord wrote: >> Hi, >> >> When I start apache2.2, I get the following error: >> >> [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed >> to enable the 'httpready' Accept Filter >> [Sat Aug 19 11:26:50 2006] [

Re: Apache 2.2 http accept filter

2006-08-19 Thread Gábor Kövesdán
Ian Lord wrote: Hi, When I start apache2.2, I get the following error: [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter

Apache 2.2 http accept filter

2006-08-19 Thread Ian Lord
Hi, When I start apache2.2, I get the following error: [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter [Sat Aug 19 11:26:50 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter [Sat Aug 19 11:26

Re: [SOLVED] Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Andreas Widerøe Andersen <[EMAIL PROTECTED]> wrote: On 8/8/06, Girish Venkatachalam <[EMAIL PROTECTED]> wrote: > > > > --- Andreas Wider�e Andersen <[EMAIL PROTECTED]> > wrote: > > > On 8/8/06, [EMAIL PROTECTED] > > < [EMAIL PROTECTED]> wrote: > > > > > > Quoting Andreas Wider�e And

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > > > > > (no debugging symbols found)...(no debugging symbols fo

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Andreas Widerøe Andersen <[EMAIL PROTECTED]> wrote: On 8/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED] >: > > > (no debugging symbols found)...(no debugging symbols found)...(no > debugging > > symbols found)... > > Program

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread cknipe
Quoting Andreas Widerøe Andersen <[EMAIL PROTECTED]>: > (no debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)... > Program received signal SIGPIPE, Broken pipe. > 0x2810b1e8 in writev () from /usr/lib/libc.so.4 > (gdb) And there's your problem. Some library

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
gt; > > > > $openssl rand 512 > > > > > > > > > > > Why not just run httpd under gdb, and see WHY it is crashing? > > > > gdb httpd httpd.core > > > > run -X > > > > once cored, just back trace, step, and it should tell y

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread cknipe
> > > > > > Why not just run httpd under gdb, and see WHY it is crashing? > > > > gdb httpd httpd.core > > > > run -X > > > > once cored, just back trace, step, and it should tell you exactly why it > > is > > crashing...

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
it is crashing... Thanks! How do I start httpd with ssl support from this command? (I do apachectl startssl when Apache crashes. apachectl start works fine though.) Apache runs fine when ssl is NOT started. Thanks, Andreas ___ freebsd-questions@fre

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
[snip] Then that is working properly. I think you can try this then. Which might also work and I am out of ideas. :-( $ openssl genrsa 1024 # openssl genrsa 1024 Generating RSA private key, 1024 bit long modulus ...++ .

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread cknipe
Quoting Girish Venkatachalam <[EMAIL PROTECTED]>: > > > > Hope to get some input. > > > Looks like ur random seeding is not happening > > > properly. check whether /dev/random and > > /dev/urandom > > > work properly. You can verify it with the command > > > > > > $openssl rand 512 > > > Why not

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Girish Venkatachalam
; I recently upgraded one of my production servers > to > > > FreeBSD 4.11 p19 and > > > then upgraded all ports. I'm now running Apache > > > 1.3.36 mod_ssl and Php 4.4.2 > > > . > > > > > > I had Squirrelmail running on https and now

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Girish Venkatachalam <[EMAIL PROTECTED]> wrote: --- Andreas Wider�e Andersen <[EMAIL PROTECTED]> wrote: > Hi, > I recently upgraded one of my production servers to > FreeBSD 4.11 p19 and > then upgraded all ports. I'm now running Apache > 1.3.36 mod

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Girish Venkatachalam
--- Andreas Wider�e Andersen <[EMAIL PROTECTED]> wrote: > Hi, > I recently upgraded one of my production servers to > FreeBSD 4.11 p19 and > then upgraded all ports. I'm now running Apache > 1.3.36 mod_ssl and Php 4.4.2 > . > > I had Squirrelmail runni

Need help! Apache core dumps when running startssl

2006-08-07 Thread Andreas Widerøe Andersen
Hi, I recently upgraded one of my production servers to FreeBSD 4.11 p19 and then upgraded all ports. I'm now running Apache 1.3.36 mod_ssl and Php 4.4.2 . I had Squirrelmail running on https and now I can't start Apache with ssl. Every time it coredumps. I've tried snakeoil

openssl and apache

2006-07-31 Thread Iain Dooley
hi there, uname -a: FreeBSD cirrus.dfi.net.au 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Jul 9 12:08:32 EST 2006 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/NEWKERNEL i3861~ i recently got ssl running with apache. i'm not quite sure how it happened, but at some point after this i coul

RE: stop apache processing connect requests

2006-07-19 Thread fbsd
:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 8:47 AM To: [EMAIL PROTECTED] Subject: Re: stop apache processing connect requests "fbsd" <[EMAIL PROTECTED]> writes: > In my httpd-access.log I have started to see a lot of these > messages. > How do I tell Apache server

stop apache processing connect requests

2006-07-18 Thread fbsd
In my httpd-access.log I have started to see a lot of these messages. How do I tell Apache server to not allow this kind of input? I have already commented out proxy_module in httpd.config. 219-86-33-41 - - [18/Jul/2006:12:18:55 -0400] "CONNECT 168.95.5.101:25 HTTP/1.0" 200 6989 "-

Re: FreeBSD 6 Jails - REJ apache processes? [was: Apache 2 in 6.0 jails: Connection refused: connect to listener on 0.0.0.0:80]

2006-07-18 Thread Anish Mistry
On Tuesday 18 July 2006 12:19, Philippe Lang wrote: > Hi, > > Sorry to insist, really, but this bug is really annoying: today, > two more apache servers have frozen while being scanner by a > crawler: > > [Sat Jul 15 14:25:40 2006] [error] [client 66.147.238.238] File &g

FreeBSD 6 Jails - REJ apache processes? [was: Apache 2 in 6.0 jails: Connection refused: connect to listener on 0.0.0.0:80]

2006-07-18 Thread Philippe Lang
Hi, Sorry to insist, really, but this bug is really annoying: today, two more apache servers have frozen while being scanner by a crawler: [Sat Jul 15 14:25:40 2006] [error] [client 66.147.238.238] File does not exist: /home/abc.ch/www/data/blogs [Sat Jul 15 14:25:40 2006] [error] [client

RE: Apache 2 in 6.0 jails: Connection refused: connect to listener on 0.0.0.0:80

2006-07-16 Thread Philippe Lang
I wrote: >> Hi, >> >> Every now and then, Apache 2.2.2 starts filling my httpd-error.log >> with thousands of lines like: >> >> [Sat Jul 08 20:57:32 2006] [warn] (61)Connection refused: >> connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:33 2006] [w

Re: getting rid of apache passphrase

2006-07-13 Thread jan gestre
On 7/13/06, Jerry McAllister <[EMAIL PROTECTED]> wrote: > > hello people, > > just want to ask if getting rid of the apache passphrase poses a security > threat, i don't want the company i worked for calling me up everytime they > cant access the webserver because

Re: getting rid of apache passphrase

2006-07-13 Thread Jerry McAllister
> > hello people, > > just want to ask if getting rid of the apache passphrase poses a security > threat, i don't want the company i worked for calling me up everytime they > cant access the webserver because the server is asking for the passphrase > everytime th

Re: getting rid of apache passphrase

2006-07-13 Thread Chuck Swiger
jan gestre wrote: [ ... ] yes, i'm talking about apache with ssl/tls encryption, is that passphrase going to be a security issue in the internet or locally at the machine level? if it's machine level, i have no problem getting rid of it coz nobody here knows anything

Re: getting rid of apache passphrase

2006-07-13 Thread jan gestre
On 7/13/06, Chuck Swiger <[EMAIL PROTECTED]> wrote: jan gestre wrote: > just want to ask if getting rid of the apache passphrase poses a security > threat, i don't want the company i worked for calling me up everytime they > cant access the webserver because the serv

Re: getting rid of apache passphrase

2006-07-13 Thread Chuck Swiger
jan gestre wrote: just want to ask if getting rid of the apache passphrase poses a security threat, i don't want the company i worked for calling me up everytime they cant access the webserver because the server is asking for the passphrase everytime the box restarts du to power fa

getting rid of apache passphrase

2006-07-13 Thread jan gestre
hello people, just want to ask if getting rid of the apache passphrase poses a security threat, i don't want the company i worked for calling me up everytime they cant access the webserver because the server is asking for the passphrase everytime the box restarts du to power failure.

Re: Apache

2006-07-12 Thread Andy Greenwood
after you appropriately edit your conf file, you can start the server with # apachectl start You can test by going to http://127.0.0.1. should display an apache page basically saying that the server is running. Once you get it how you want it, you can start it at boot by adding this to your

Apache

2006-07-12 Thread Mihir Sanghavi
Hi, I have installed apache20 using the pckg_add -r apache. How do i run it, where and how do i test it.. I have FreeBSD 5.5 and am connected to internet. -- What we see depends mainly on what we look for. -MIHIR ___ freebsd-questions@freebsd.org

Re: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80

2006-07-10 Thread Chad Leigh -- Shire.Net LLC
On Jul 10, 2006, at 9:25 AM, Philippe Lang wrote: One more precision: of course, when apache starts filling the log with "Connection refused: connect to listener on 0.0.0.0:80", the web server does not respond anymore, until I restart it. INteresting. I see these messages in m

RE: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80

2006-07-10 Thread Philippe Lang
[EMAIL PROTECTED] wrote: > Hi, > > Every now and then, Apache 2.2.2 starts filling my > httpd-error.log with thousands of lines like: > > [Sat Jul 08 20:57:32 2006] [warn] (61)Connection refused: > connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:33 2006] > [warn

Apache 2 in 6.0 jails: Connection refused: connect to listener on 0.0.0.0:80

2006-07-10 Thread Philippe Lang
Hi, Every now and then, Apache 2.2.2 starts filling my httpd-error.log with thousands of lines like: [Sat Jul 08 20:57:32 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:33 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul

Re: default umask for Apache

2006-07-09 Thread Kelly D. Grills
On Sun, Jul 09, 2006 at 01:19:47PM -0700, jekillen wrote: > > Hello; > I've not had to do this on a Unix system before. But now I have Apache > running as nobody and > have php scripts creating and writing to directories. The files it > creates have the default mask

default umask for Apache

2006-07-09 Thread jekillen
Hello; I've not had to do this on a Unix system before. But now I have Apache running as nobody and have php scripts creating and writing to directories. The files it creates have the default mask rw-r-r and I want to change it to rw-rw-- so I can remove the files and dirs with group

Re: how to enable mod_ssl in apache 2.2

2006-07-05 Thread dick hoogendijk
On 04 Jul Gerard Seibert wrote: > On Tuesday 04 July 2006 18:11, jan gestre wrote: > > hi guys, > > > > how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it > > listens to port 443 instead of the default port 80? is there a special > > comma

Re: how to enable mod_ssl in apache 2.2

2006-07-04 Thread jan gestre
On 7/5/06, Gerard Seibert <[EMAIL PROTECTED]> wrote: On Tuesday 04 July 2006 18:11, jan gestre wrote: > hi guys, > > how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it > listens to port 443 instead of the default port 80? is there a special > command li

Re: how to enable mod_ssl in apache 2.2

2006-07-04 Thread Gerard Seibert
On Tuesday 04 July 2006 18:11, jan gestre wrote: > hi guys, > > how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it > listens to port 443 instead of the default port 80? is there a special > command like the a2enmod ssl in debian? I think you just change the &#x

how to enable mod_ssl in apache 2.2

2006-07-04 Thread jan gestre
hi guys, how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it listens to port 443 instead of the default port 80? is there a special command like the a2enmod ssl in debian? TIA ___ freebsd-questions@freebsd.org mailing list http

Re: Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread Andreas Widerøe Andersen
ce this one will have the latest 6.X version for sure. I'll try with the php4 port, but I think there are a lot of build options there. What is the minimal I need in order to get php4 working together with Apache 1.36 and Mysql? /Andreas ___ f

Re: Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread bsd
will be on monday). > > I have the latest Apache-mod_ssl installed and I need to have the latest > "mod_php4" for Apache aswell as upgrading mysql to the latest of the 323 > version. (Perhaps I'll go for mysql 4.1, but I need to verify this with > some > software

Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread Andreas Widerøe Andersen
I have the latest Apache-mod_ssl installed and I need to have the latest "mod_php4" for Apache aswell as upgrading mysql to the latest of the 323 version. (Perhaps I'll go for mysql 4.1, but I need to verify this with some software running on my system first.) What port/modul sho

Re: Weird apache problem

2006-06-05 Thread Paul Schmehl
Chris Hill wrote: On Tue, 6 Jun 2006, Mikhail Goriachev wrote: Derek Ragona wrote: I just tried that page in firefox on a windows and it worked fine. You may have your firefox install foobar, and might want to uninstall and reinstall it. Same here. Loads fine on Mac's Firefox. Since nobo

Re: Weird apache problem

2006-06-05 Thread Chris Hill
On Tue, 6 Jun 2006, Mikhail Goriachev wrote: Derek Ragona wrote: I just tried that page in firefox on a windows and it worked fine. You may have your firefox install foobar, and might want to uninstall and reinstall it. Same here. Loads fine on Mac's Firefox. Since nobody's mentioned it y

Re: Weird apache problem

2006-06-05 Thread Mikhail Goriachev
Derek Ragona wrote: > I just tried that page in firefox on a windows and it worked fine. > > You may have your firefox install foobar, and might want to uninstall > and reinstall it. > Same here. Loads fine on Mac's Firefox. Cheers, Mikhail. -- Mikhail Goriachev Webanoide Telephone: +61 (0)

Re: Weird apache problem

2006-06-05 Thread Derek Ragona
Any suggestions would be welcomed. It's running Apache and php4 (with Apache module selected using make config), and when you try to load a page (Squirrelmail) using Firefox, you get a popup asking you what to do with the file. (You have chosen to open ..which is a: application/x-http

<    4   5   6   7   8   9   10   11   12   13   >