Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
. > > After boot doing apachectl stop and apachectl startssl starts the > > server in ssl mode. > > huff@> uname -v > FreeBSD 7.0-CURRENT #0: Mon Mar 13 09:23:39 EST > huff@> grep apach /etc/rc.conf > apache22_enable="YES" > apache22ssl_enable="Y

Re: Apache ssl startup

2006-03-22 Thread Robert Huff
> server in ssl mode. huff@> uname -v FreeBSD 7.0-CURRENT #0: Mon Mar 13 09:23:39 EST huff@> grep apach /etc/rc.conf apache22_enable="YES" apache22ssl_enable="YES" and apache _with ssl_ starts correctly at boot. Robert Huf

Re: Apache ssl startup

2006-03-22 Thread Paul Schmehl
ctl stop and apachectl startssl starts the server in ssl mode. I had this same problem with apache2 a while ago. I also found that, once I started apache with ssl, I couldn't also run it without ssl. Since it was a production server and I was in no mode to troubleshoot, I reverted to apache

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
t. > > Let me summarize for my own benefit: > > 1) when you put "apache2_enable="YES" in /etc/rc.conf and > reboot, nothing happens. > 2) when you run "/usr/local/etc/rc.d/apache22.sh start" > manually ... ??

Re: Apache ssl startup

2006-03-22 Thread Robert Huff
put "apache2_enable="YES" in /etc/rc.conf and reboot, nothing happens. 2) when you run "/usr/local/etc/rc.d/apache22.sh start" manually ... 3) when you run "/usr/local/sbin/httpd ", apache star

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
tc/rc.conf, > > but it doesn't work. What is the proper way to start the server at boot? > > > > The machine is running 6.1-PRERELEASE. > > > > Beech > > Is apache compiled with ssl ? Otherwise you can portupgrade it > > portupgrade -m -DWITH_SSL_MODU

Re: Apache ssl startup

2006-03-22 Thread Rajarajan Rajamani
start the server at boot? > > The machine is running 6.1-PRERELEASE. > > Beech Is apache compiled with ssl ? Otherwise you can portupgrade it portupgrade -m -DWITH_SSL_MODULES apache RR ___ freebsd-questions@freebsd.org mailing list htt

Apache ssl startup

2006-03-22 Thread Beech Rintoul
I'm trying to get apache2 to start at boot in ssl mode. After reading through the rc.d script I put "apache2ssl_enable="YES" in /etc/rc.conf, but it doesn't work. What is the proper way to start the server at boot? The machine is running 6.1-PRERELEASE. Beech -- --

Broken apache after upgrade and addition of php4.

2006-03-18 Thread Graham North
I am running FBSD 4.11 with Apache 1.3.33-ssl, now upgraded to 1.3.34-ssl after doing a cvsup plus portupgrade. All continued to work well, with the new 1.3.34 (but not sure if I had done a reboot to put new program into play). I then added php4 via the mod-php4 port. After rebooting

Re: Apache appears to not really be starting?

2006-03-14 Thread Huy Ton That
problem fixed!!! thank you so much for the insight! On 3/14/06, Robert Huff <[EMAIL PROTECTED]> wrote: > > > Huy Ton That writes: > > > apachectl -k start -f /usr/local/etc/apache22/httpd.conf > > First of all, this is - I believe - not the recommended way t

Apache appears to not really be starting?

2006-03-14 Thread Robert Huff
Huy Ton That writes: > apachectl -k start -f /usr/local/etc/apache22/httpd.conf First of all, this is - I believe - not the recommended way to start apache. Instaed use the script in /usr/local/etc/rc.d. > After doing a tail /var/log/httpd-error.log I get the following

Apache appears to not really be starting?

2006-03-14 Thread Huy Ton That
Installed apache2.2 I launch via apachectl w/: apachectl -k start -f /usr/local/etc/apache22/httpd.conf Edited httpd.conf and pointed the ips to 127.0.0.1:81 as I wanted to use this port for a specific reason. Executing this I get no errors however apache doesn't show under ps (noticed

Re: Apache configuration for www/rt34 port?

2006-03-12 Thread Matthew Seaman
stan wrote: > I'm trying to implement the www/rt34 port on a machine that I already have > wordpress, and a few other things running on. > > I'm using Apache 1.3 (from ports). I've run the db setup script and set up > the .pm files corectly (I think). Then I put

Apache configuration for www/rt34 port?

2006-03-12 Thread stan
I'm trying to implement the www/rt34 port on a machine that I already have wordpress, and a few other things running on. I'm using Apache 1.3 (from ports). I've run the db setup script and set up the .pm files corectly (I think). Then I put the follosing snippet of cod

Re: Apache

2006-03-07 Thread Matthew Seaman
Pgold wrote: > Hi guys, i'm trying to start apache using: apachectl start. But apache > simply won't start, configurations files seems ok. If I try httpd -X i > receive a Segmentation fault(core dumped). > Anyone know what this could be? Nor help debugging the core output

Re: Apache auth question

2006-03-06 Thread Scott Sipe
On Mar 6, 2006, at 6:52 AM, Glenn Dawson wrote: At 03:56 AM 3/6/2006, Scott Sipe wrote: I am dealing with a company LAN that lives behind an OpenBSD based firewall+NAT machine. All internal machines have 10.x.x.x addresses. One of the internal machines acts as an intranet webserver. Everyone

Re: Apache

2006-03-06 Thread Kelly D. Grills
On Mon, Mar 06, 2006 at 10:09:30PM -0200, Pgold wrote: > > Performing sanity check on apache22 configuration: > Syntax OK > Starting apache22. > > Then, apache will run for a moment, as I can see using ps -ax | grep httpd. > > But, in a question of a second or two it

Re: Apache

2006-03-06 Thread Kevin Kinsey
Pgold wrote: Hi guys, i'm trying to start apache using: apachectl start. But apache simply won't start, configurations files seems ok. If I try httpd -X i receive a Segmentation fault(core dumped). Anyone know what this could be? Nor help debugging the core output? Apache installed u

Re: Apache

2006-03-06 Thread Robert Huff
Pgold writes: > > > Hi guys, i'm trying to start apache using: apachectl start. But > > > apache simply won't start, configurations files seems ok. If I > > > try httpd -X i receive a Segmentation fault(core dumped). > > > > What

Apache

2006-03-06 Thread Pgold
Performing sanity check on apache22 configuration: Syntax OK Starting apache22. Then, apache will run for a moment, as I can see using ps -ax | grep httpd. But, in a question of a second or two it isn't running. What else can I do? T

Re; Apache

2006-03-06 Thread Robert Huff
Pgold writes: > Hi guys, i'm trying to start apache using: apachectl start. But > apache simply won't start, configurations files seems ok. If I > try httpd -X i receive a Segmentation fault(core dumped). What happens if you run: /usr/local/etc/rc.

Apache

2006-03-06 Thread Pgold
Hi guys, i'm trying to start apache using: apachectl start. But apache simply won't start, configurations files seems ok. If I try httpd -X i receive a Segmentation fault(core dumped). Anyone know what this could be? Nor help debugging the core output? Apache installed using ports/ww

Re: Apache auth question

2006-03-06 Thread Glenn Dawson
At 03:56 AM 3/6/2006, Scott Sipe wrote: I am dealing with a company LAN that lives behind an OpenBSD based firewall+NAT machine. All internal machines have 10.x.x.x addresses. One of the internal machines acts as an intranet webserver. Everyone in the building should be able to access it. I wo

Apache auth question

2006-03-06 Thread Scott Sipe
I am dealing with a company LAN that lives behind an OpenBSD based firewall+NAT machine. All internal machines have 10.x.x.x addresses. One of the internal machines acts as an intranet webserver. Everyone in the building should be able to access it. I would ALSO like to expose it to the o

apache 22 ImportError: No module named os

2006-03-02 Thread RYAN vAN GINNEKEN
I am tring to make apache 2.2 on freebsd 4.11 but get stop errors when tring to build apache22 port anyone know what is going on? Is the port broken or is it just me? Copying libtool helper files ... buildconf: Using libtool15.m4 at /usr/local/share/aclocal/libtool.m4. Creating include/arch

Re: Error when trying to install p5-Apache-DBI from ports

2006-03-01 Thread Joachim Dagerot
ED]> wrote: > > morning, i'm not sure this can help or not but you can try run a port > > updates then only run the make install clean again. > > > > > > On 2/28/06, Joachim Dagerot <[EMAIL PROTECTED]> wrote: > > > > > > I have managed

Re: Trying to build for apache 2 not apache 1

2006-03-01 Thread Philip Hallstrom
I am having trouble installing a port/package because it wants to use Apache 1.3 whereas I am running Apache 2 on the server in question. As far as I can tell, I should install by building the port rather than using the package because the package is obviously pre-compiled for Apache 1.3

Trying to build for apache 2 not apache 1

2006-03-01 Thread Patrick Donelan
Hi, I am having trouble installing a port/package because it wants to use Apache 1.3 whereas I am running Apache 2 on the server in question. As far as I can tell, I should install by building the port rather than using the package because the package is obviously pre-compiled for Apache

apache make error sed: 1: "s,%%FTPUSERS%%,$FreeBSD ...":

2006-03-01 Thread RYAN vAN GINNEKEN
Hello I am running Apache.0.53 on FreeBSD 4.11 and get this error when trying to stop Apache apachectl stop /usr/libexec/ld-elf.so.1: Shared object "libexpat.so.5" not found, required by "httpd" So i searched archives and googled everywhere to find a solution but hav

Re: Error when trying to install p5-Apache-DBI from ports

2006-02-27 Thread Joachim Dagerot
n again. > > > On 2/28/06, Joachim Dagerot <[EMAIL PROTECTED]> wrote: > > > > I have managed to install Tomcat. Then Apache, then MySQL and now I > > need to have the database functions for Apache which I understand > > should be in the port p5-Apache-

Error when trying to install p5-Apache-DBI from ports

2006-02-27 Thread Joachim Dagerot
I have managed to install Tomcat. Then Apache, then MySQL and now I need to have the database functions for Apache which I understand should be in the port p5-Apache-DBI. (It's for setting up a Movable type blog system. When running make install clean I get these errormessages. Is anyone fam

Re: Trouble with apache ports (finding it hard to enable particular modules)

2006-02-23 Thread Olivier Nicole
> php4-extension-enabled php > php-enabled apache > ssl-enabled apache If I am not wrong, install apache13-modssl php4 php4-extension And that does the trick. Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Trouble with apache ports (finding it hard to enable particular modules)

2006-02-23 Thread Mark Jayson Alvarez
alled automagically. But my problem is, it's just a plain apache that gets installed. I wanted it to have an ssl capability.. I can't get the three to work together. php4-extension-enabled php php-enabled apache ssl-enabled apache Please h

Re: Upgrading Apache

2006-02-23 Thread Nikolas Britton
On 2/22/06, andreis <[EMAIL PROTECTED]> wrote: > Hi: > Could you please help us to find out if it is possible to upgrade 10.3.29 > Apache to the latest 10.3.x version through FreeBSD RELENG_5_4 ports? If so, > any hints as to how to find the right ports would be greatly appr

Upgrading Apache

2006-02-22 Thread andreis
Hi: Could you please help us to find out if it is possible to upgrade 10.3.29 Apache to the latest 10.3.x version through FreeBSD RELENG_5_4 ports? If so, any hints as to how to find the right ports would be greatly appreciated. Thanks a lot, AS

Re: Help! Apache 2.2 gives segmentation fault errors with PHP. - Solved! :)

2006-02-16 Thread Olaf Greve
Hi all, Yesterday I had trouble when configuring Apache 2.2 with PHP 4.4.2, which caused Apache to crash (segmentation fault) when calling various PHP functions. The hint to the answer resided in the /var/log/httpd-error.log file: And the /var/log/httpd-error.log file mentions the

Help! Apache 2.2 gives segmentation fault errors with PHP.

2006-02-15 Thread Olaf Greve
main issue is that Apache 2.2 blows up (with a segmentation fault) when calling various PHP scripts, which I think is due to a dodgy way of having set-up PHP4 under Apache. This message works towards the issue, providing relevant(?) details, as I type along: Here we go: Previously the machine w

Re: Upgrading apache form 2.0.x to 2.2.x

2006-02-01 Thread Kövesdán Gábor
heTimeout 300 SSLMutex file:/var/run/ssl_mutex SSLEngine Off Now, if I globally set SSLEngine On apache doesn't start and writes nothing to the error log. If I only set SSLEngine On is a VirtualHost section, I get the same Invalid method

Re: Upgrading apache form 2.0.x to 2.2.x

2006-01-31 Thread Kövesdán Gábor
Charles Swiger wrote: On Jan 31, 2006, at 10:06 AM, Kövesdán Gábor wrote: I've upgradde today, but SSL doesn't work with the old settings. I suspect something's wrong with my self-signed certificates. If I set SSLEngine On globally, I get this: [Tue Jan 31 14:11:09 2006] [warn] RSA server

Re: Upgrading apache form 2.0.x to 2.2.x

2006-01-31 Thread Charles Swiger
On Jan 31, 2006, at 10:06 AM, Kövesdán Gábor wrote: I've upgradde today, but SSL doesn't work with the old settings. I suspect something's wrong with my self-signed certificates. If I set SSLEngine On globally, I get this: [Tue Jan 31 14:11:09 2006] [warn] RSA server certificate is a CA ce

Upgrading apache form 2.0.x to 2.2.x

2006-01-31 Thread Kövesdán Gábor
Hello, I've upgradde today, but SSL doesn't work with the old settings. I suspect something's wrong with my self-signed certificates. If I set SSLEngine On globally, I get this: [Tue Jan 31 14:11:09 2006] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA certificate (Ba

Re: apache+ httpd

2006-01-30 Thread Frank Steinborn
serge wrote: > Hi. > > Help to adjust please apache-1.3.33 or apache-2 and a file httpd.conf. > I change some parameters in this file but I can not start > apache. Look please, that I do not so. What it is necessary to make > changes in files srm.conf ?nd access.conf ? >

apache+ httpd

2006-01-30 Thread serge
Hi. Help to adjust please apache-1.3.33 or apache-2 and a file httpd.conf. I change some parameters in this file but I can not start 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

can't build Apache::MP3

2006-01-29 Thread Michael P. Soulier
Hey people, I'm trying to build Apache::MP3, but I'm seeing failures. ===> Configuring for mod_perl-1.29_1 Will configure via APXS (apxs=/usr/local/sbin/apxs) PerlDispatchHandler.enabled PerlChildInitHandlerenabled PerlChildExitHandlerenabled PerlPostReadR

apache error

2006-01-28 Thread J.D. Bronson
I have apache2.2 and running http only for now. All is running fine, but I noticed that once a page comes up..as soon as I click a link, I see this in the 'access.log' file for apache: www.wixb.com - - [28/Jan/2006:11:55:12 -0600] "GET /" 400 456 www.wixb.com - - [28/Jan

Re: Apache not included

2006-01-25 Thread James Munro
went > thru the 5.4 version installer and was pleased at how simple it was to > install the Apache web server thru the sysinstall menus. After > reinstalling with 6.0 I was surprised to find that apache wasn't an > option > from this menu. > > Any ideas if this is an omiss

Re: Apache not included

2006-01-25 Thread Dan O'Connor
I'm a bit of a new user to BSD from Windows/Linux. But I recently went thru the 5.4 version installer and was pleased at how simple it was to install the Apache web server thru the sysinstall menus. After reinstalling with 6.0 I was surprised to find that apache wasn't an option

Re: Apache not included

2006-01-25 Thread Greg Barniskis
James Munro wrote: I'm a bit of a new user to BSD from Windows/Linux. But I recently went thru the 5.4 version installer and was pleased at how simple it was to install the Apache web server thru the sysinstall menus. After reinstalling with 6.0 I was surprised to find that apache wasn

Re: Apache not included

2006-01-25 Thread Philip Hallstrom
I'm a bit of a new user to BSD from Windows/Linux. But I recently went thru the 5.4 version installer and was pleased at how simple it was to install the Apache web server thru the sysinstall menus. After reinstalling with 6.0 I was surprised to find that apache wasn't an option

Apache not included

2006-01-25 Thread James Munro
I'm a bit of a new user to BSD from Windows/Linux. But I recently went thru the 5.4 version installer and was pleased at how simple it was to install the Apache web server thru the sysinstall menus. After reinstalling with 6.0 I was surprised to find that apache wasn't an option

upgrading apache+modssl

2006-01-24 Thread ET Support
I am having problems upgrading from apache+mod_ssl-1.3.34+2.8.25 to apache+mod_ssl-1.3.34+2.8.25_2 First I tried using this portupgrade -R apache+mod_ssl-1.3.34+2.8.25 which gives me this error; ===> Applying FreeBSD patches for apache+mod_ssl-1.3.34+2.8.25_1 /usr/bin/perl: not fo

Re: WebDav for Apache

2006-01-22 Thread Foo Ji-Haw
ROTECTED]>; "FreeBSD Questions group" Sent: Monday, January 23, 2006 11:30 AM Subject: RE: WebDav for Apache > For the rest of us who use apache 13 what is webdav?? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Foo Ji-Haw >

RE: WebDav for Apache

2006-01-22 Thread fbsd_user
For the rest of us who use apache 13 what is webdav?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Foo Ji-Haw Sent: Sunday, January 22, 2006 9:52 PM To: Jose Borquez; FreeBSD Questions group Subject: Re: WebDav for Apache That's an Apache question

Re: WebDav for Apache

2006-01-22 Thread Foo Ji-Haw
That's an Apache question, not a FreeBSD thing. WebDAV comes standard with Apache2. - Original Message - From: "Jose Borquez" <[EMAIL PROTECTED]> To: "FreeBSD Questions group" Sent: Sunday, January 22, 2006 4:26 PM Subject: WebDav for Apache > I

Apache 2.0.55_2 mod_dav not working

2006-01-22 Thread Brent Kearney
Hello, After upgrading apache from 2.0.54 to the latest version, 2.0.55_2, WebDAV has stopped working. The mod_dav and mod_dav_fs modules load OK, but the lock file that is specified in the DavLockDB directive does not get created, and WebDAV clients cannot connect. The /server-info page

Re: WebDav for Apache

2006-01-22 Thread Adam Nealis
Jose Borquez wrote: Is there a WebDav module for Apache? Not as a port for apache 2. But there is one for apache 1.3: /usr/ports/www/mod_dav ___ Win a BlackBerry device from O2 with Yahoo!. Enter now. http

Re: WebDav for Apache

2006-01-22 Thread Matthew Seaman
Jose Borquez wrote: > Is there a WebDav module for Apache? Yes. It's called mod_dav and it's part of the default Apache install for apache 2.0.x or above. Apache 1.3.x users should install www/mod_dav Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil.

WebDav for Apache

2006-01-22 Thread Jose Borquez
Is there a WebDav module for Apache? Thanks in advance, Jose ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: panic on 5.4 SMP kernel when jailed apache is used heavily

2006-01-21 Thread Ruben Bloemgarten
] On Behalf Of Tamouh H. Sent: January 21, 2006 4:18 PM To: freebsd-questions@freebsd.org Subject: RE: panic on 5.4 SMP kernel when jailed apache is used heavily > > Hi all, > > > > I upgraded a 5.3 system to 5.4 both with SMP kernels, I'm > running 6 jails on a dual xe

RE: panic on 5.4 SMP kernel when jailed apache is used heavily

2006-01-21 Thread Tamouh H.
> > Hi all, > > > > I upgraded a 5.3 system to 5.4 both with SMP kernels, I'm > running 6 jails on a dual xeon 1.26 hp rackmount. When apache > (both 1.3 and 2.0) is being used heavily the system panics. > With a 5.4 GENERIC kernel or a 5.3 SMP kernel this beh

panic on 5.4 SMP kernel when jailed apache is used heavily

2006-01-21 Thread Ruben Bloemgarten
Hi all, I upgraded a 5.3 system to 5.4 both with SMP kernels, I'm running 6 jails on a dual xeon 1.26 hp rackmount. When apache (both 1.3 and 2.0) is being used heavily the system panics. With a 5.4 GENERIC kernel or a 5.3 SMP kernel this behaviour does not happen and the system is s

Apache & PV entries

2006-01-19 Thread M. L.
Hello list, I am configuring a very heavily used apache webserver, that required some special needs. This particular configuration needs to have at least 1024 httpds always running. Reaching this number is not a problem, but whenever I stop apache via apachectl stop, I notice all the httpds

apache, profptd, nvidia....

2006-01-05 Thread Ronny Machado C.
Hi list, I've just installed my brand new freeBSD 6.0 (AMD64), I've been having the following problems: * When I try to bring Apache21 up, I get the followiong message: [Thu Jan 05 14:15:10 2006] [warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter *

Apache error logs memory leak

2006-01-04 Thread Jose Borquez
I keep getting errors in my apache error logs with the following: Is this a problem with PHP? /usr/ports/textproc/php5-xml/work/php-5.1.1/ext/xml/xml.c(695) : Freeing 0x0882 B624 (32 bytes), script=/usr/local/www/groupoffice-com-2.14-FINAL-4/modules/phps ysinfo/index.php /usr/ports/lang/php5

FreeBSD 5.4 Apache Shows Blank Page at times

2006-01-04 Thread FlashWebHost.com
(c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies server20# - This happen for PHP sites. There is no error message in Apache Log, it server as normal, but send only 5 byte. Here is the Apache log, when i access http://www.webhostingneeds.com

Re: Uninstall Apache???

2005-12-26 Thread RW
On Sunday 25 December 2005 20:59, Jose Borquez wrote: > I would like to know how you can uninstall Apache is it was installed > from source? I did a search on Google and read that you could just stop > the service and then delete the apache source tree. Is this true? It's depend

Re: Uninstall Apache???

2005-12-26 Thread dick hoogendijk
On Mon, 26 Dec 2005 12:19:10 +0100 jakels <[EMAIL PROTECTED]> wrote: > dick hoogendijk wrote: > > On 25 Dec legalois wrote: > > > >>("make uninstall" is not a valid target for any Makefile in the > >>ports tree that I am aware of.) > > > > It's sometimes done this way on linux systems ;-) > > T

Re: Uninstall Apache???

2005-12-26 Thread jakels
dick hoogendijk wrote: On 25 Dec legalois wrote: ("make uninstall" is not a valid target for any Makefile in the ports tree that I am aware of.) It's sometimes done this way on linux systems ;-) This is useful to someone working with a BSD o.show, exactly? ___

Re: Uninstall Apache???

2005-12-25 Thread Martin P. Hansen
On Sun, 25 Dec 2005, legalois wrote: > Martin P. Hansen wrote: > >On Sun, 25 Dec 2005, Jose Borquez wrote: > > > >>I would like to know how you can uninstall Apache is it was installed > >>from source? I did a search on Google and read that you could just stop

Re: Uninstall Apache???

2005-12-25 Thread dick hoogendijk
On 25 Dec legalois wrote: > ("make uninstall" is not a valid target for any Makefile in the ports > tree that I am aware of.) It's sometimes done this way on linux systems ;-) -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.0 +++ The Power to Serve __

Re: Uninstall Apache???

2005-12-25 Thread legalois
Martin P. Hansen wrote: On Sun, 25 Dec 2005, Jose Borquez wrote: I would like to know how you can uninstall Apache is it was installed from source? I did a search on Google and read that you could just stop the service and then delete the apache source tree. Is this true? It probably

Re: Uninstall Apache???

2005-12-25 Thread Martin P. Hansen
On Sun, 25 Dec 2005, Jose Borquez wrote: > I would like to know how you can uninstall Apache is it was installed > from source? I did a search on Google and read that you could just stop > the service and then delete the apache source tree. Is this true? It probably depends on your d

Uninstall Apache???

2005-12-25 Thread Jose Borquez
I would like to know how you can uninstall Apache is it was installed from source? I did a search on Google and read that you could just stop the service and then delete the apache source tree. Is this true? Thanks in advance, Jose ___ freebsd

Re: New host and apache?

2005-12-22 Thread Daniel A.
/etc/hosts-- > > Whenever I try to run the httpd (Apache 1.3.34), it exits with the > following error: > httpd in free(): error: junk pointer, too high to make sense > > However, if I comment the lines "AddModule mod_php5.c" and "LoadModule > php5_modulel

New host and apache?

2005-12-20 Thread Daniel A.
-- ::1 localhost.shizlit.info localhost 127.0.0.1 localhost.shizlit.info localhost 192.168.0.2 mooh.shizlit.info mooh 192.168.0.2 mooh.shizlit.info. ---snip end /etc/hosts-- Whenever I try to run the httpd (Apache 1.3.34), it exits with the

Re: [Bulk] Re: [Bulk] Re: PHP startup error in Apache error log

2005-12-19 Thread Jose Borquez
Riemer Palstra wrote: On Sun, Dec 18, 2005 at 02:44:25PM -0800, Jose Borquez wrote: The contents of my extensions.ini file are: extension=mysql.so ; Directory in which the loadable extensions (modules) reside. ; extension_dir = "./" It looks like that is commented out. That shouldn'

Re: [Bulk] Re: PHP startup error in Apache error log

2005-12-19 Thread Riemer Palstra
On Sun, Dec 18, 2005 at 02:44:25PM -0800, Jose Borquez wrote: > The contents of my extensions.ini file are: > extension=mysql.so > > ; Directory in which the loadable extensions (modules) reside. > ; extension_dir = "./" > > It looks like that is commented out. That shouldn't matter as it should

Re: [Bulk] Re: PHP startup error in Apache error log

2005-12-18 Thread Jose Borquez
Riemer Palstra wrote: On Sun, Dec 18, 2005 at 01:58:57PM -0800, Jose Borquez wrote: I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and php5-mysql-5.1.1. I see the following error messages every time I attempt to access a php

Re: PHP startup error in Apache error log

2005-12-18 Thread Riemer Palstra
On Sun, Dec 18, 2005 at 01:58:57PM -0800, Jose Borquez wrote: > I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, > mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and > php5-mysql-5.1.1. I see the following error messages every time I > attempt to access a php page: >

PHP startup error in Apache error log

2005-12-18 Thread Jose Borquez
I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and php5-mysql-5.1.1. I see the following error messages every time I attempt to access a php page: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/p

FreeBSD/Apache/DNS- Problem accessing virtual hosts from external network

2005-12-18 Thread Edwin D. Vinas
Hi, I am using DNS(Bind)/Apache(virtual hosting) in a FreeBSd machine which is connected via a static IP in a DSL provider. I want to setup mulitple websites under my domain. I have been able to get a domain from GoDaddy and was able to setup so that it will point to my IP address when my domain

mod_php5 does not configure Apache httpd.conf

2005-12-15 Thread Jose Borquez
The FreeBSD handbook says if you install mod_php5 it should modify the httpd.conf file to enable support for php5, but it does not happen. The handbooks says it should add this: DirectoryIndex index.php index.html I only see: DirectoryIndex index.php index.php3 index

Re: Gnome port forcing Apache 2.0 on me during install

2005-12-15 Thread Michael C. Shultz
On Thursday 15 December 2005 11:45, Wes Santee wrote: > Michael C. Shultz wrote: > | On Thursday 15 December 2005 10:32, Wes Santee wrote: > |>Greetings, > |> > |>I run Apache 1.3+ssl on a computer that I'm installing Gnome 2.12.2 via > |>the meta-port in x11/g

Re: Gnome port forcing Apache 2.0 on me during install

2005-12-15 Thread Wes Santee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael C. Shultz wrote: | On Thursday 15 December 2005 10:32, Wes Santee wrote: | |>Greetings, |> |>I run Apache 1.3+ssl on a computer that I'm installing Gnome 2.12.2 via |>the meta-port in x11/gnome2. As part of that insta

Re: Gnome port forcing Apache 2.0 on me during install

2005-12-15 Thread Michael C. Shultz
On Thursday 15 December 2005 10:32, Wes Santee wrote: > Greetings, > > I run Apache 1.3+ssl on a computer that I'm installing Gnome 2.12.2 via > the meta-port in x11/gnome2. As part of that install, it builds and > installs www/gnome-user-share. *That* port forces the www/apa

Gnome port forcing Apache 2.0 on me during install

2005-12-15 Thread Wes Santee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Greetings, I run Apache 1.3+ssl on a computer that I'm installing Gnome 2.12.2 via the meta-port in x11/gnome2. As part of that install, it builds and installs www/gnome-user-share. *That* port forces the www/apache20 port upon me. Sin

Re: Can't open Apache web page

2005-12-14 Thread Jose Borquez
Odhiambo Washington wrote: * On 14/12/05 00:38 -0800, Jose Borquez wrote: I have set up Apache and when I attempt to enter the ip address of the server I just get a Connecting to 172.16.1.10 and then it times out. What do I need to check to try and troubleshoot this problem? httpd is

Re: Can't open Apache web page

2005-12-14 Thread Dan O'Connor
I have set up Apache and when I attempt to enter the ip address of the server I just get a Connecting to 172.16.1.10 and then it times out. What do I need to check to try and troubleshoot this problem? httpd is currently running. Here is the output of top: PID USERNAME PRI NICE SIZERES

Re: Can't open Apache web page

2005-12-14 Thread Odhiambo Washington
* On 14/12/05 00:38 -0800, Jose Borquez wrote: > I have set up Apache and when I attempt to enter the ip address of the > server I just get a Connecting to 172.16.1.10 and then it times out. > What do I need to check to try and troubleshoot this problem? > httpd is currently runni

Can't open Apache web page

2005-12-14 Thread Jose Borquez
I have set up Apache and when I attempt to enter the ip address of the server I just get a Connecting to 172.16.1.10 and then it times out. What do I need to check to try and troubleshoot this problem? httpd is currently running. Here is the output of top: PID USERNAME PRI NICE SIZERES

Re: Order of installation for Apache, PHP, IMAP, and MySQL

2005-12-13 Thread Kevin Kinsey
Jose Borquez wrote: I need to install and configure Apache, PHP, IMAP, and MySQL because I would like to install Group Office which is a groupware application sweet. I need to know if there is a specific order that I need to install the applications listed above. Any help on this would be

Order of installation for Apache, PHP, IMAP, and MySQL

2005-12-13 Thread Jose Borquez
I need to install and configure Apache, PHP, IMAP, and MySQL because I would like to install Group Office which is a groupware application sweet. I need to know if there is a specific order that I need to install the applications listed above. Any help on this would be greatly appreciated

Re: Memory limit issue (malloc) for PHP script under Apache

2005-12-07 Thread Alex Zbyslaw
ory (under FreeBSD 5.2.1-release i386, with custom kernel, with Apache 1.3.34_2, PHP 4.4.1 as mod_php4); Apache seems to deschedule the script in question as soon as it starts to consume over more or less 512MB of memory; the machine has 1GB of memory, and at the moment of running the script the r

Re: Memory limit issue (malloc) for PHP script under Apache - solved!

2005-12-07 Thread Olaf Greve
Hi guys, Well, my colleague has done some more RTFM-ing and Googling, and he found the following solution: Put kern.maxdsiz="1073741824" in /boot/loader.conf (see the example in /boot/defaults/loader.conf), and then reboot. That way a new kernel compilation was not required. Tnx for thinking

Memory limit issue (malloc) for PHP script under Apache

2005-12-07 Thread Olaf Greve
.1-release i386, with custom kernel, with Apache 1.3.34_2, PHP 4.4.1 as mod_php4); Apache seems to deschedule the script in question as soon as it starts to consume over more or less 512MB of memory; the machine has 1GB of memory, and at the moment of running the script the rest of the machine

Re: Will there be a modperl for Apache 2.2?

2005-12-06 Thread Paul Schmehl
--On Tuesday, December 06, 2005 12:41:03 +0800 Foo Ji-Haw <[EMAIL PROTECTED]> wrote: I read that Apache 2.2.0 is officially out. Does anyone know if there are plans for modperl to be sitting on the platform, or will the current modperl work on the new platform already? Is there som

Will there be a modperl for Apache 2.2?

2005-12-05 Thread Foo Ji-Haw
I read that Apache 2.2.0 is officially out. Does anyone know if there are plans for modperl to be sitting on the platform, or will the current modperl work on the new platform already? ___ freebsd-questions@freebsd.org mailing list http

Re: FreeBSD 6 Apache Port

2005-11-30 Thread Aaron Nichols
d > them to the configure line? then make again, and install again? OR can you > add them directly to the make line? These are both available as php4 modules and plugin to php just like apache modules do: databases/php4-mysql graphics/php4-gd A nice way to get these is to just run a '

Re: FreeBSD 6 Apache Port

2005-11-30 Thread Grant Peel
Aaron, Thanks for the advice. I tool it and the install went flawlessly. Two quick questions though: For testing, I want to use the snake oil cert, so am I limited to using open ssl now to comple the cert, as oppsed to the old apache make make certificate make install ? And, the php (cli

Re: FreeBSD 6 Apache Port

2005-11-29 Thread Aaron Martinez
On Tuesday 29 November 2005 20:15, Grant Peel wrote: > Hi all, > > I am quite proficient at installing Apache, mod_ssl, mysql php (as a static > module) on FreeBSD < 5.0. I always do this from source as I do not > understand how to use the ports system ... as far as linking all t

<    6   7   8   9   10   11   12   13   14   15   >