Re: Carp and Apache

2005-11-11 Thread DAve
Danny Howard wrote: Dave, Yes. Yes both apache servers have the same IP in httpd.conf? or Yes I am completely off base in my understanding? Not certain I can go this route right now anyway as I do not have enough test boxes to setup a trial. There seems to be a shortage of good docs

PHP 4.4.0-4.4.1 apache module include() problem

2005-11-04 Thread Max Belushkin
Dear all, I've just updated from PHP 4.4.0 to PHP 4.4.1 (on FreeBSD 5.1-RELEASE, Apache 2.0.55). And now for a lot of scripts (the only common thing between them is that they connect to mysql) I have the following strange behaviour: after apache startup (prefork mode), everything works

Re: PHP 4.4.0-4.4.1 apache module include() problem

2005-11-04 Thread Garrett Cooper
Max Belushkin wrote: Dear all, I've just updated from PHP 4.4.0 to PHP 4.4.1 (on FreeBSD 5.1-RELEASE, Apache 2.0.55). And now for a lot of scripts (the only common thing between them is that they connect to mysql) I have the following strange behaviour: after apache startup (prefork mode

Re: Carp and Apache

2005-11-04 Thread Danny Howard
Dave, Yes. The trick with CARP is that it is an IP-level heartbeat, so if you are running Apache, you want to carp up after you start apache, and carp down before you stop Apache. From some test boxes, web0: ifconfig_fxp1=inet 192.168.1.210 netmask 255.255.255.0 defaultrouter=192.168.1.1

Apache + PHP : Exec format error

2005-11-03 Thread Thomas Linton
the apache module php4_module instead of php as CGI. I'm running 5.4-STABLE with the pkg apache-2.0.54_4 and php4-4.4.0 (Apache Module and CLI). The httpd.conf includes the line LoadModule php4_module libexec/apache2/libphp4.so. Any ideas? ___ freebsd-questions

Re: Apache::DBI Problems

2005-10-28 Thread Philip M. Gollucci
Cody Holland wrote: I'm having some major issues with perl site I'm trying to get working. I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7. The error I'm getting is: Can't locate object method connect_on_init via package Apache::DBI (perhaps you forgot to load Apache::DBI

Apache::DBI Problems

2005-10-27 Thread Cody Holland
I'm having some major issues with perl site I'm trying to get working. I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7. The error I'm getting is: Can't locate object method connect_on_init via package Apache::DBI (perhaps you forgot to load Apache::DBI?) I do have LoadModule

Re: Apache::DBI Problems

2005-10-27 Thread Vladimir Tsvetkov
I'm having some major issues with perl site I'm trying to get working. I'm running FreeBSD 5.4 stable using Apache 2.0.55 and perl 5.8.7. The error I'm getting is: Can't locate object method connect_on_init via package Apache::DBI (perhaps you forgot to load Apache::DBI?) I do have

Carp and Apache

2005-10-24 Thread DAve
Good afternoon, This might be a stupid question, but that never stopped me before ;^) I've been watching CARP and now that it is in 5.4 I would like to give it a try but I am not able to find much information outside of using it with PF. I am curious how apache should be setup. Where

Apache log rotation

2005-10-19 Thread Olivier Nicole
Hi, If one install Apache from the ports, the logs go in /var/log, namely in: ssl_request_log httpd-access.log ssl_engine_log httpd-error.log Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog to rotate them, but then how to notify Apache to use the new log

Re: Apache log rotation

2005-10-19 Thread Jonathan Chen
On Wed, Oct 19, 2005 at 03:54:15PM +0700, Olivier Nicole wrote: [...] Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog to rotate them, but then how to notify Apache to use the new log files? I don't expect a signal HUP sent to httpd would be enough

Re: Apache log rotation

2005-10-19 Thread Rob Pitt
Sending HUP is fine. Olivier Nicole wrote: Hi, If one install Apache from the ports, the logs go in /var/log, namely in: ssl_request_log httpd-access.log ssl_engine_log httpd-error.log Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog to rotate them

Re: Apache log rotation

2005-10-19 Thread Nicolas Blais
On October 19, 2005 04:54 am, Olivier Nicole wrote: Hi, If one install Apache from the ports, the logs go in /var/log, namely in: ssl_request_log httpd-access.log ssl_engine_log httpd-error.log Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog

Re: Apache log rotation

2005-10-19 Thread Garance A Drosehn
At 10:00 PM +1300 10/19/05, Jonathan Chen wrote: On Wed, Oct 19, 2005 at 03:54:15PM +0700, Olivier Nicole wrote: [...] Is there a clean way to rotate these logs a la newsyslog? I know I can use newsyslog to rotate them, but then how to notify Apache to use the new log files? I don't expect

re: Enabling cgi scripts in apache

2005-10-06 Thread Garrett Cooper
On Oct 5, 2005, at 9:41 PM, Glenn Dawson wrote: At 09:31 PM 10/5/2005, Garrett Cooper wrote: Hi, Just having problems again enabling cgi script execution in apache. The script exists, it's the right set of permissions, and the perl interpreter is reference correctly, as well

Enabling cgi scripts in apache

2005-10-05 Thread Garrett Cooper
Hi, Just having problems again enabling cgi script execution in apache. The script exists, it's the right set of permissions, and the perl interpreter is reference correctly, as well as the following line in the httpd.conf file: AddHandler cgi-script .cgi I also restarted

Re: Enabling cgi scripts in apache

2005-10-05 Thread Glenn Dawson
At 09:31 PM 10/5/2005, Garrett Cooper wrote: Hi, Just having problems again enabling cgi script execution in apache. The script exists, it's the right set of permissions, and the perl interpreter is reference correctly, as well as the following line in the httpd.conf file: AddHandler

Accessing Apache

2005-10-02 Thread amcinroy
Dear support, I am trying to setup intrusion detection with snort, acid, mysql and freebsd. I am using as a guide Hack #59 from Dru Lavigne's BSD Hacks book. Everything is installed and working up to the point where I try to access my webpage. When I type in http://localhost/snort/acid_main.php I

Re: Accessing Apache

2005-10-02 Thread Kevin Kinsey
Hi, Alan! This isn't support, per se --- it's a mailing list. But, it's the primary option ;-) Are you sure Apache is running? Sorry for what may seem like a dumb question, but the error message you quote is exactly what you see, on many browsers, when httpd is not running. To check is Apache

activating KQUEUE on apache 2_0_54_4

2005-09-23 Thread Dimitar Vasilev
Hi! I apply the KQUEUE patch for apache 2.0.54_4 - make WITH_KQUEUE_SUPPORT=yes install but after that top -U www shows that it uses select(). Anyone knows how to activate apache to use kqueue in config file or somewhere else? Regards, -- Димитър Василев Dimitar Vassilev GnuPG key ID: 0x4B8DB525

Debugging Apache with mod_auth_pam2 on 5.4

2005-09-21 Thread Brian J. McGovern
AuthType Basic require valid-user AuthPAM_Enabled On AuthPAM_FallThrough Off I also set up /etc/pam.d/httpd authrequiredpam_unix.so debug account requiredpam_unix.so debug The only logging I seem to be able to get is via the apache error

RE: php --with apache error log

2005-09-08 Thread Chris St Denis
: Wednesday, September 07, 2005 10:32 AM To: Kevin Kinsey Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org Subject: Re: php --with apache error log On Wednesday 07 September 2005 08:54, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: Vizion wrote: I

Re: php --with apache error log

2005-09-07 Thread Kevin Kinsey
Vizion wrote: I tried changing to : extension_dir = //usr/local/lib/php/20041030 but that made no difference --still got the same error: Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open

Re: php --with apache error log

2005-09-07 Thread Vizion
On Wednesday 07 September 2005 08:54, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: Vizion wrote: I tried changing to : extension_dir = //usr/local/lib/php/20041030 but that made no difference --still got the same error: Unknown(0) : Warning - PHP

php --with apache error log

2005-09-06 Thread Vizion
2005] [notice] Apache/2.0.54 (FreeBSD) PHP/5.0.4 configured -- resuming normal operations Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open quot;/usr/local/lib/php/20041030-debug/pcre.soquot; Unknown(0) : Warning - PHP

Re: php --with apache error log

2005-09-06 Thread Kevin Kinsey
Sep 06 14:26:20 2005] [notice] Apache/2.0.54 (FreeBSD) PHP/5.0.4 configured -- resuming normal operations Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open quot;/usr/local/lib/php/20041030-debug/pcre.soquot; Unknown(0

Re: php --with apache error log

2005-09-06 Thread Vizion
On Tuesday 06 September 2005 15:22, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: Vizion wrote: Hi It seems that php is looking for a directory 20041030-debug when there is only a directory 20041030. Here is the output from http-error.log

Re: php --with apache error log

2005-09-06 Thread Vizion
On Tuesday 06 September 2005 15:40, the author Vizion contributed to the dialogue on- Re: php --with apache error log: On Tuesday 06 September 2005 15:22, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: Vizion wrote: Hi It seems that php is looking

Re: the Installation package Apache Web Server Failure

2005-08-14 Thread Nils Vogels
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mario Jose Canto Barea wrote: i had installed FreeBSD 5.4 from CD's ( ISO i get with ftp from freebsd.org and burned with nero 6 on windows) but the Installation package Apache Web Server Failure Install the ports tree collection from /stand

What versions of PHP / mysql / apache for Mambo?

2005-08-14 Thread Chris Ryan
Hi All What versions of mysql server , apache and php should be run to use the mambo cms on freeBSD 5.4? What advantages of apache2 over 1.3? Php 5 - more secure than php4? Other reasons? Mysql server 4.0 / 4.1 / 5 ? Thanks in advance Chris

the Installation package Apache Web Server Failure

2005-08-13 Thread Mario Jose Canto Barea
i had installed FreeBSD 5.4 from CD's ( ISO i get with ftp from freebsd.org and burned with nero 6 on windows) but the Installation package Apache Web Server Failure But the FreeBSD it is running thanks for your help

which apache / php things to install?

2005-08-09 Thread bob self
I just installed FreeBSD 5.4-RELEASE and am installing a few applications. I need apache with php, but I see many php-related packages (with portupgrade -v php5-\*). So then I tried portupgrade -v php5, but now it wants to know whether I want to use apache2 instead of apache 1.3. I've been

Re: which apache / php things to install?

2005-08-09 Thread P.U.Kruppa
On Tue, 9 Aug 2005, bob self wrote: I just installed FreeBSD 5.4-RELEASE and am installing a few applications. I need apache with php, but I see many php-related packages (with portupgrade -v php5-\*). So then I tried portupgrade -v php5, but now it wants to know whether I want to use apache2

Re: Apache problems

2005-08-05 Thread Philip M. Gollucci
Bryan Maynard wrote: I know this isn't directly freebsd related, but this list has been good to me before. I am running 5-STABLE. I installed Apache 2.1.4 using make install clean after updating my ports collection. Everything seemed to go fine. I then installed mod_php5 via make install

Re[2]: Apache problems

2005-08-05 Thread Daniel Gerzo
Hello Philip, Friday, August 5, 2005, 6:46:28 PM, you wrote about: Bryan Maynard wrote: I know this isn't directly freebsd related, but this list has been good to me before. I am running 5-STABLE. I installed Apache 2.1.4 using make install clean after updating my ports collection

Apache problems

2005-08-04 Thread Bryan Maynard
I know this isn't directly freebsd related, but this list has been good to me before. I am running 5-STABLE. I installed Apache 2.1.4 using make install clean after updating my ports collection. Everything seemed to go fine. I then installed mod_php5 via make install clean. I added

Re: Apache problems

2005-08-04 Thread Louis LeBlanc
On 08/04/05 10:26 AM, Bryan Maynard sat at the `puter and typed: I know this isn't directly freebsd related, but this list has been good to me before. I know exactly what you mean . . . I am running 5-STABLE. I installed Apache 2.1.4 using make install clean after updating my ports

Re: Apache problems

2005-08-04 Thread Greg Barniskis
Bryan Maynard wrote: I know this isn't directly freebsd related, but this list has been good to me before. I am running 5-STABLE. I installed Apache 2.1.4 using make install clean after updating my ports collection. Everything seemed to go fine. I then installed mod_php5 via make install

cannot install p5-Apache-SubProcess on freeBSD 5.4

2005-07-21 Thread PK
hi I cannot install p5-Apache-SubProcess on freeBSD 5.4 due to following errors: # cd /usr/ports/www/p5-Apache-SubProcess # make install clean

Apache 1.3 FreeBsd Port missing mod_auth_digest

2005-07-14 Thread Chris Roos
Hi, I'm not entirely convinced this is the right place for this question as it may be an Apache issue rather than FreeBsd/Port issue. Either way, I thought I'd start here first. I've been running Apache 1.3 from the ports on FreeBsd 5.3R for quite a while. I've even been running

Re: Apache 1.3 FreeBsd Port missing mod_auth_digest

2005-07-14 Thread Glenn Dawson
At 01:52 AM 7/14/2005, Chris Roos wrote: Hi, I'm not entirely convinced this is the right place for this question as it may be an Apache issue rather than FreeBsd/Port issue. Either way, I thought I'd start here first. I've been running Apache 1.3 from the ports on FreeBsd 5.3R for quite

Re: Apache 1.3 FreeBsd Port missing mod_auth_digest

2005-07-14 Thread Chris Roos
Glenn Dawson wrote: At 01:52 AM 7/14/2005, Chris Roos wrote: Hi, I'm not entirely convinced this is the right place for this question as it may be an Apache issue rather than FreeBsd/Port issue. Either way, I thought I'd start here first. I've been running Apache 1.3 from the ports

Re: Apache 1.3 FreeBsd Port missing mod_auth_digest

2005-07-14 Thread Glenn Dawson
At 04:47 AM 7/14/2005, Chris Roos wrote: Glenn Dawson wrote: At 01:52 AM 7/14/2005, Chris Roos wrote: Hi, I'm not entirely convinced this is the right place for this question as it may be an Apache issue rather than FreeBsd/Port issue. Either way, I thought I'd start here first. I've

Re: Apache 1.3 FreeBsd Port missing mod_auth_digest

2005-07-14 Thread Chris Roos
Glenn Dawson wrote: At 04:47 AM 7/14/2005, Chris Roos wrote: Glenn Dawson wrote: snip Ok. I had already seen the apache page detailing the fact that it should already be available in the Apache distribution since 1.3.8, which is why I was confused when I couldn't find it. The problem I

switching apache ti apache-ssl quick

2005-07-12 Thread dick
I want to change my apache webserver to a ssl-version. Do I deinstall everything first? PHP, MySQL, phpBB2, mod_security and apache? Or is there a way to make the switch easier than that? Will just a reinstall of apache itself suffice? Thxs

mod_security install Apache 2, port dependencies problem

2005-07-10 Thread Todd Suits
I installed Apache mod_security on my Apache 2 httpd. Since this my ports dependencies are off. It appears mod_security is only for Apache 1.3x according to make depends How do I solve the ports problem or where do I find mod_security for Apache 2. Thanks

apache-ssl and mod_mysql mod_php4

2005-07-09 Thread Graham North
Do the mysql and php4 modules integrate with apache-ssl. as with regular apache_1.3.33 ?? I installed apache-ssl instead of apache on a whim - SSL works and I can use the server for secure or regular port 80 http, however nowhere can I find info that explicitly indicates the compatability

RE: apache-ssl and mod_mysql mod_php4

2005-07-09 Thread Joe Wood
Yes, it works fine; I installed apache mod_ssl (1.3.33) and installed both mysql4 and php4 from ports without a single issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham North Sent: Saturday, July 09, 2005 7:31 PM To: questions freebsd Subject

Re: apache-ssl and mod_mysql mod_php4

2005-07-09 Thread Graham North
Hi Joe - thank you for this information/confirmation. Cheers, Graham/ Joe Wood wrote: Yes, it works fine; I installed apache mod_ssl (1.3.33) and installed both mysql4 and php4 from ports without a single issue. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Problem updating apache 2.1.x via port

2005-07-06 Thread bsd
I have a problem updating my apache port. Compile seem to be ok and then install goes wrong. Any idea how to fix that ? === Installing for apache-2.1.4 === apache-2.1.4 depends on file: /usr/local/lib/libcrypto.so.3 - found === apache-2.1.4 depends on file: /usr/local/bin/perl5.8.7

Re: Problem updating apache 2.1.x via port

2005-07-06 Thread Hornet
On 7/6/05, bsd [EMAIL PROTECTED] wrote: I have a problem updating my apache port. Compile seem to be ok and then install goes wrong. Any idea how to fix that ? === Installing for apache-2.1.4 === apache-2.1.4 depends on file: /usr/local/lib/libcrypto.so.3 - found === apache

Apache 2 SSL Error

2005-07-05 Thread Todd Suits
I set up a FreeBSD 4.11 jail to learn how to setup SSL on Apache 2 correctly. I installed Apache 2.0.54 from ports. I generated SSL certs just for testing purposes. I'm not able to get any response at all from the server on SSL unless I set the Listen :443 directive in the httpd.conf as where I

Re: Apache 2 SSL Error

2005-07-05 Thread Andrew L. Gould
On Tuesday 05 July 2005 11:01 am, Todd Suits wrote: I set up a FreeBSD 4.11 jail to learn how to setup SSL on Apache 2 correctly. I installed Apache 2.0.54 from ports. I generated SSL certs just for testing purposes. I'm not able to get any response at all from the server on SSL unless I set

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
https:// is what im trying to use. http:// just brings my normal index.html page. On 7/5/05, Andrew L. Gould [EMAIL PROTECTED] wrote: On Tuesday 05 July 2005 11:01 am, Todd Suits wrote: I set up a FreeBSD 4.11 jail to learn how to setup SSL on Apache 2 correctly. I installed Apache 2.0.54

Re: Apache 2 SSL Error

2005-07-05 Thread [EMAIL PROTECTED]
On Tue, 5 Jul 2005 14:21:03 -0400 Todd Suits [EMAIL PROTECTED] wrote: https:// is what im trying to use. http:// just brings my normal index.html page. ---cut--- I get the following error in httpd-error.log: [Tue Jul 05 10:15:28 2005] [error] [client 24.123.123.123] Invalid

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
I have no problem accessing other https sites and there is not a router, the jail is set up on a dedicated server in a data center where serives like this are provided. On 7/5/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, 5 Jul 2005 14:21:03 -0400 Todd Suits [EMAIL PROTECTED] wrote:

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
As an update the command: $ openssl s_client -connect localhost:443 -state -debug from the Apache documents, produces the following output: killians# openssl s_client -connect localhost:443 -state -debug CONNECTED(0003) SSL_connect:before/connect initialization write to 0809A500 [080B1000

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
Sorry for all the responses but Googling has brought up possible problems or questions. I am starting Apache with /usr/local/sbin/apachectl startssl is this correct for the FreeBSD compiled version? On 7/5/05, Todd Suits [EMAIL PROTECTED] wrote: As an update the command: $ openssl s_client

Re: Apache 2 SSL Error

2005-07-05 Thread jdyke
Todd Suits wrote: Sorry for all the responses but Googling has brought up possible problems or questions. I am starting Apache with /usr/local/sbin/apachectl startssl is this correct for the FreeBSD compiled version? you don't *have to* use that, you can just use /usr/local/etc/rc.d

Re: Apache 2 SSL Error

2005-07-05 Thread Todd Suits
Jeff You are correct! I was not starting Apache with SSL. I knew I had to use the startssl command however I was using webmin for ease of clicking start and stop and I had entered startssl in the wrong box in the module config so therefor I was not starting Apache with SSL. Once I started

Re: Perl + apache problem

2005-07-01 Thread Greg Maruszeczka
Jack Raats wrote: I've a little question. After upgrading perl to 5.8.7. I'm getting an error of Apache. It says Syntax error on line 239 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/libperl.so into server: Shared object libperl.so not found, required

Re: Installing Apache 2 with custom options

2005-06-30 Thread Nicholas Henry
Thank you for your reply. I guess I was under the assumption that the Apache port would come pre-configured with some options. So I didn't want to do a configure and overwrite what is there. So can you confirm that it isn't pre-configured anyway? Are any of the ports have configurations set

Re: Installing Apache 2 with custom options

2005-06-30 Thread Alex Zbyslaw
Nicholas Henry wrote: Thank you for your reply. I guess I was under the assumption that the Apache port would come pre-configured with some options. So I didn't want to do a configure and overwrite what is there. So can you confirm that it isn't pre-configured anyway? Are any of the ports have

Re: Installing Apache 2 with custom options

2005-06-30 Thread Nicholas Henry
reply. I guess I was under the assumption that the Apache port would come pre-configured with some options. So I didn't want to do a configure and overwrite what is there. So can you confirm that it isn't pre-configured anyway? Are any of the ports have configurations set? I'm still

jail and apache + php

2005-06-30 Thread Géczi Szabolcs
hi there, i got a jail on fbsd 5.4, it seems to be ok, but after installing php4, my apache13 can't be started. i got this error constantly: httpd in free(): error: junk pointer, too high to make sense without php the apache works well :/ any idea? sz

Perl + apache problem

2005-06-30 Thread Jack Raats
I've a little question. After upgrading perl to 5.8.7. I'm getting an error of Apache. It says Syntax error on line 239 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/libperl.so into server: Shared object libperl.so not found, required by libperl.so After

Apache 1.3.33 auto start in FreeBSD 5.3?

2005-06-28 Thread Xu Qiang
Hi, all: I compiled Apache 1.3.33 from src in my FreeBSD 5.3 machine. It works well. However, I want to let it run at the start-up time of the system. I added the line apache_enable=YES into /etc/rc.conf, and copied /usr/ports/www/apache13/files/apache.sh into /usr/local/etc/rc.d

RE: Apache 1.3.33 auto start in FreeBSD 5.3?

2005-06-28 Thread Xu Qiang
Xu Qiang wrote: I compiled Apache 1.3.33 from src in my FreeBSD 5.3 machine. It works well. However, I want to let it run at the start-up time of the system. I added the line apache_enable=YES into /etc/rc.conf as /usr/ports/www/apache13/pkg-message said, and copied /usr/ports/www

Re: Configuring Apache with DynDNS

2005-06-22 Thread xordos dos
On 6/19/05, Gerard Seibert [EMAIL PROTECTED] wrote: I am attempting to get Apache to work on my computer. My ISM only supplies me with a dynamic IP as well as blocking of port 80. I am using DynDNS to try and circumvent that situation. Basically, DynDNS only give you a free internat hostname

Re: Configuring Apache with DynDNS

2005-06-22 Thread Andrew L. Gould
On Sunday 19 June 2005 09:07 am, Gerard Seibert wrote: I am attempting to get Apache to work on my computer. My ISM only supplies me with a dynamic IP as well as blocking of port 80. I am using DynDNS to try and circumvent that situation. My knowledge of how to accomplish this quite frankly

apache Logging output changed?

2005-06-21 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 This is really important for us to fix so I am asking again. so I upgraded apache 1.3.33 from /usr/ports some about a month ago and around that time I stopped seeing POST log messages for my perl scripts ending up in my server's access logs. any

Re: apache Logging output changed?

2005-06-21 Thread Abu Khaled
On 6/21/05, Noah [EMAIL PROTECTED] wrote: apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 This is really important for us to fix so I am asking again. so I upgraded apache 1.3.33 from /usr/ports some about a month ago and around that time I stopped seeing POST log messages for my perl

Installing Apache 2 with custom options

2005-06-20 Thread Nicholas Henry
FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 I have apache2 running which I installed from ports. All is running well. I would like to install the proxy module. As I'm relatively new to FreeBSD and Unix I'm not sure which is the best way to go. Is there a way to change the

Re: Installing Apache 2 with custom options

2005-06-20 Thread Alex Zbyslaw
Nicholas Henry wrote: FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 I have apache2 running which I installed from ports. All is running well. I would like to install the proxy module. As I'm relatively new to FreeBSD and Unix I'm not sure which is the best way to go. Is there

apache Logging output changed?

2005-06-20 Thread Noah
I know this off topic but the apache users mail list is slow in response to this question. Anybody here can help me please? apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 so I build apache 1.3.33 some about a month ago and around that time I stopped seeing POST log messages for my perl

apache Logging output changed?

2005-06-20 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 so I upgraded apache 1.3.33 from /usr/ports some about a month ago and around that time I stopped seeing POST log messages for my perl scripts ending up in my server's access logs. any clues why this is no longer being logged. is there some log

Configuring Apache with DynDNS

2005-06-19 Thread Gerard Seibert
I am attempting to get Apache to work on my computer. My ISM only supplies me with a dynamic IP as well as blocking of port 80. I am using DynDNS to try and circumvent that situation. My knowledge of how to accomplish this quite frankly stinks. Even using a copy of O'Reilly's Apache has

Installing Apache 2 with custom options

2005-06-19 Thread Nicholas Henry
FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 I have apache2 running which I installed from ports. All is running well. I would like to install the proxy module. As I'm relatively new to FreeBSD and Unix I'm not sure which is the best way to go. Is there a way to change the

Apache logging?

2005-06-15 Thread Brian McCann
Anyone here know how to get Apache to log in GMT when the system clock is in local time? I can't imagine this being impossible...but I can't seam to find it anywhere. Thanks! --Brian ___ freebsd-questions@freebsd.org mailing list http

Re: Apache logging?

2005-06-15 Thread Jeff Wirth
Anyone here know how to get Apache to log in GMT when the system clock is in local time? I can't imagine this being impossible...but I you didn't mention what version of apache... 1.3.* - http://httpd.apache.org/docs/logs.html#accesslog [10/Oct/2000:13:55:36 -0700] (%t) The time

Re: Apache logging?

2005-06-15 Thread Brian McCann
On 6/15/05, Jeff Wirth [EMAIL PROTECTED] wrote: Anyone here know how to get Apache to log in GMT when the system clock is in local time? I can't imagine this being impossible...but I you didn't mention what version of apache... 1.3.* - http://httpd.apache.org/docs/logs.html#accesslog

RE: fresh port install off apache

2005-06-03 Thread Tony Shadwick
the comments at the end of the apache install. IN 5.4 there is different way to start apache. It now needs some rc.conf statements -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Philip Wege Sent: Thursday, June 02, 2005 6:07 PM To: freebsd-questions@freebsd.org

fresh port install off apache

2005-06-02 Thread Philip Wege
Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric

RE: fresh port install off apache

2005-06-02 Thread fbsd_user
Read the comments at the end of the apache install. IN 5.4 there is different way to start apache. It now needs some rc.conf statements -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Philip Wege Sent: Thursday, June 02, 2005 6:07 PM To: freebsd-questions

Re: fresh port install off apache

2005-06-02 Thread Lowell Gilbert
Philip Wege [EMAIL PROTECTED] writes: Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d

Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=
Philip Wege wrote: Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache

Re[2]: fresh port install off apache

2005-06-02 Thread Sergey S. Ropchan
Add line below to /etc/rc.conf: apache_enable=YES Philip Wege wrote: Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. diesel

Re: fresh port install off apache

2005-06-02 Thread =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?=
Sergey S. Ropchan wrote: Add line below to /etc/rc.conf: apache_enable=YES diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache. The string Starting apache. is a hint that the line apache_enable=YES exists in rc.conf. Regards Björn

Re: fresh port install off apache

2005-06-02 Thread Foo Ji-Haw
You have to add the following line in rc.conf: apache2_enable=YES Philip Wege wrote: Hi Did a fresh port install , added apache to rc.conf , apache says it starts up but it just doesn't start up , anyone had this before ? diesel-electric# /usr/local/etc/rc.d/apache.sh start Starting apache

Re: php/apache/ssl core dumps

2005-05-31 Thread patrick
mod_ssl as a shared module. Statically compiled, I no longer get the crashes. Perhaps the ports tree has an option to build mod_ssl this way... Patrick On 5/16/05, Ruben Bloemgarten [EMAIL PROTECTED] wrote: Hi all, I'm trying to get Apache to work with both ssl and php. However, when

mod_auth_pam apache pam

2005-05-25 Thread Hexren
Hi, I am trying to authentificate user against the system user database using mod_auth_pam-1.1.1 on apache-1.3.33_1. I get the following error in the apache error.log (2)No such file or directory: access to /www.xxx.net/ failed for 217.228.101.117, reason: authentication error /etc/pam.d/httpd

Re: mod_auth_pam apache pam

2005-05-25 Thread Ihsan Junaidi Ibrahim
Hexren wrote: Hi, I am trying to authentificate user against the system user database using mod_auth_pam-1.1.1 on apache-1.3.33_1. I get the following error in the apache error.log (2)No such file or directory: access to /www.xxx.net/ failed for 217.228.101.117, reason: authentication error

Re: mod_auth_pam apache pam

2005-05-25 Thread Ihsan Junaidi Ibrahim
(root). Since your apache is running as user www, that should explain why the authentication failed. The only workaround is to have your apache runs as root or use a different authentication back-end. I forgot to add. Another suitable workaround is to use mod_auth_external (www

Re[2]: mod_auth_pam apache pam

2005-05-25 Thread Hexren
of 0 (root). Since your apache is running as user www, that should explain why the authentication failed. The only workaround is to have your apache runs as root or use a different authentication back-end. I forgot to add. Another suitable workaround is to use mod_auth_external (www

Re: 5.4 +apache (how to restart)

2005-05-20 Thread Tofik Suleymanov
fbsd_user wrote: Thanks that worked use 'apachectl graceful' in order to do a graceful restart ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

5.4 +apache (how to restart)

2005-05-19 Thread fbsd_user
Apache starts fine on boot, but need restart(ie: stop, start) to reload changed httpd.conf. How do I do this in 5.4? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

RE: 5.4 +apache (how to restart)

2005-05-19 Thread Charles Lamb
Apachectl restart I believe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fbsd_user Sent: Thursday, May 19, 2005 2:34 PM To: [EMAIL PROTECTED] ORG Subject: 5.4 +apache (how to restart) Apache starts fine on boot, but need restart(ie: stop, start

Re: 5.4 +apache (how to restart)

2005-05-19 Thread Julien Gabel
Apache starts fine on boot, but need restart(ie: stop, start) to reload changed httpd.conf. How do I do this in 5.4? If it was installed using the ports collection, you can do: # /usr/local/etc/rc.d/apache2.sh restart Or: # /usr/local/etc/rc.d/apache2.sh reload -- -jpeg

RE: 5.4 +apache (how to restart)

2005-05-19 Thread fbsd_user
Thanks that worked -Original Message- From: Charles Lamb [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 2:28 PM To: [EMAIL PROTECTED]; '[EMAIL PROTECTED] ORG' Subject: RE: 5.4 +apache (how to restart) Apachectl restart I believe -Original Message- From: [EMAIL

Re: Apache libraries/modules

2005-05-18 Thread Francisco Reyes
On Wed, 18 May 2005, Olivier Nicole wrote: I build apache13-modssl with: # nice make WITH_APACHE_SUEXEC=yes APACHE_SUEXEC_CALLER=httpd APACHE_SUEXEC_DOCROOT=/usr/local/apache/sites APACHE_SUEXEC_UIDMIN=80 APACHE_SUEXEC_GIDMIN=30 PREFIX=/usr/local PORTDIR=/usr/local Did you do a make install

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