Re: Install Apache in qjail?

2010-07-21 Thread Peter Boosten
On 22-7-2010 2:10, Aiza wrote: > > If this apache jail is going to use the standard port 80 to listen on, > then the host and any other jails can not use that port number. Nonsense! Since the IP address assigned to the jail is the only one the jail is seeing, Apache will only bind t

Re: Install Apache in qjail?

2010-07-22 Thread Ruben de Groot
On Thu, Jul 22, 2010 at 04:58:39AM +0200, Peter Boosten typed: > On 22-7-2010 2:10, Aiza wrote: > > > > If this apache jail is going to use the standard port 80 to listen on, > > then the host and any other jails can not use that port number. > > Nonsense! Ind

Re: Install Apache in qjail?

2010-07-22 Thread Ed Flecko
Gentlemen, Since the ONLY instance of Apache on this box will BE the one I'm installing in the jail, I should just be able to connect to it by its IP address...just like any other web server. Yes? No? Am I missing something? Ed ___ freebsd-ques

Re: Install Apache in qjail?

2010-07-22 Thread Bill Moran
In response to Ed Flecko : > Gentlemen, > Since the ONLY instance of Apache on this box will BE the one I'm > installing in the jail, I should just be able to connect to it by its > IP address...just like any other web server. > > Yes? No? Am I missing something? Ye

Re: Upgrading Apache fails - Solved

2010-07-27 Thread Kurt Buff
On Tue, Jul 27, 2010 at 16:14, Morgan Wesström wrote: > On 2010-07-27 23:47, Kurt Buff wrote: >> Trying to do the following on a couple of machines: >> >>      # portupgrade apache-2.2.14_5 >> > >> >> I've grepped through the port and haven't f

Re: Upgrading Apache fails - Solved

2010-07-27 Thread Zbigniew Szalbot
Hello, > I had to pkg_delete both apache22 and apr1, pkgdb -F, then reinstall > apache22, but all is well now. I followed the original suggestions from UPDATING 1. pkg_delete -f apache-2.\* 2. portupgrade -f -o devel/apr1 devel/apr 3. portinstall www/apache22 However, I get the followin

Re: Upgrading Apache fails - Solved

2010-07-27 Thread Peter Boosten
On 28-7-2010 7:53, Zbigniew Szalbot wrote: > Hello, > >> I had to pkg_delete both apache22 and apr1, pkgdb -F, then reinstall >> apache22, but all is well now. > > I followed the original suggestions from UPDATING > > 1. pkg_delete -f apache-2.\* > 2. portupgra

Re: Upgrading Apache fails - Solved

2010-07-28 Thread Zbigniew Szalbot
Hello, > When I check pkg_info -Ix apr, I get: > > pkg_info -Ix apr > apr-ipv6-devrandom-gdbm-db42-mysql50-1.4.2.1.3.9_1 Apache Portability Library Acutally I used 1. pkg_delete apr-ipv6-devrandom-gdbm-db42-mysql50-1.4.2.1.3.9_1 2. pkgdb -F 3. portinstall apache All

Re: Apache Httpd - Access error

2006-03-31 Thread Jim Stapleton
Have you tried setting up the part I have below here, which occures right after the server admin email address? The example shows the info for a test machine I have running on my network at home. # ServerName gives the name and port that the server uses to

Apache refusing to listen 81

2006-04-08 Thread Adam McCarthy
I am trying to tell Apache2 to listen on port 81 with Listen *:81 Even if I comment out Listen:80 it still listens on 80. After starting Apache, telnet 127.0.0.1 81 fails with Connection Refused. My listen is Listen *:80 Listen *:81 I have no firewall on the machine. No errors in httpd

Apache gives a Segmentation fault

2006-04-14 Thread Reinhold Platzoeder
Hi I have some troubles with apache22 When I run phpinfo() I get a Segmentation fault (11) apache-2.2.0_7 php5-5.1.2_1 php5-bz2-5.1.2_1 php5-calendar-5.1.2_1 php5-ctype-5.1.2_1 php5-dom-5.1.2_1 php5-filepro-5.1.2_1 php5-ftp-5.1.2_1 php5-gd-5.1.2_1 php5-gettext-5.1.2_1 php5-iconv-5.1.2_1 php5

Re: Horrible: Apache corrupting files?

2006-04-20 Thread Alex de Kruijff
On Thu, Apr 20, 2006 at 10:17:47AM +, Ben Paley wrote: > Hello, > > I have Apache 2 running on FreeBSD 6.1-PRERELEASE on a laptop on a small > office lan. Whenever one of the other machines (mostly Macs) makes a request > for a certain page on my machine, it is delivered succ

Apache port included dso modules

2006-04-22 Thread fbsd
In the hpptd.conf file their are a bunch of DSO modules being included. Are these required by Apache to run? The only one I know for sure I am using is the PHP4 one. Can I comment the rest out to disable them as I considerer anything I am not really using as possible security leaks? Is there

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

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 restarte

Apache + PHP : Exec format error

2005-11-03 Thread Thomas Linton
like to use 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? _

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

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-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 '

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: Apache Lenya Contact management

2007-01-29 Thread Tuareg
On 1/26/07, Graham North <[EMAIL PROTECTED]> wrote: Hi all: Maybe this should be going to Port or Java but I thought it might do okay here? Does FBSD support Lenya? I could not find it in Ports - but maybe I am missing something? I think it needs Java - could that be a problem? FBSD supports

Re: Apache Lenya Contact management

2007-01-29 Thread Graham North
Thank you Tuareg. It looks promising and I will check it out further. Yours is the first response that I have seen on this query. Cheers, Graham/ Tuareg wrote: On 1/26/07, Graham North <[EMAIL PROTECTED]> wrote: Hi all: Maybe this should be going to Port or Java bu

Re: Help with autostarting Apache

2007-02-03 Thread Pieter de Goeje
On Saturday 03 February 2007 04:21, Belanger, Benoit wrote: > Hi, > > > > It seems that I am unable to autostart apache 2.2.4 at boot time with > FreeBSD 6.2. Apache is working fine once loaded manually but I really need > it to run by itself at system startup since thi

apache+tomcat and helix server

2007-02-07 Thread Palle Girgensohn
Hi! I am experiencing something very strange, that I don't even know how to debug. We run apache+mod_ssl-1.3.34+2.8.25_2, jakarta-tomcat-5.0.30 and mod_jk-1.2.15,1 on FreeBSD 6.1-amd64, and it is really rock stable. Now, into this picture comes a helix server (aka Real server,

apache, gd and mod_perl2 problem

2007-02-16 Thread Thomas Vogt
print "Hello world"; # make sure we are writing to a binary stream open HF, ">/tmp/file.png"; binmode HF; # Convert the image to PNG and print it on standard output # here it crashes with apache print HF $im->png; close HF; print "Foobar&q

Apache 1.3.x bandwich limiter

2007-02-18 Thread Grzegorz Pluta
Hello! Id like to limit my both incoming and outgoing bandwich to/from my apache 1.3.x server... I know there are modules that can do the trick, but could you possibly reccomend me any good ones? thanks in advance, Greg ___ freebsd-questions

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: 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

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

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: Apache and PHP Packages

2007-04-22 Thread Peter Ankerstål
Stephen Willson wrote: I have installed the latest Apache and PHP Packages. I can get Apache working, but nothing is standing out as to why I can't get the PHP package to work. Best I can figure is that this package was compiled without the options to include apache support. -or- the

Re: Apache and PHP Packages

2007-04-23 Thread Peter Ankerstål
Peter Ankerstål wrote: Stephen Willson wrote: I have installed the latest Apache and PHP Packages. I can get Apache working, but nothing is standing out as to why I can't get the PHP package to work. Best I can figure is that this package was compiled without the options to include a

Re: Apache and PHP Packages

2007-04-23 Thread Ian Smith
On Mon, 23 Apr 2007 08:56:04 +0200 Peter Ankerst?l <[EMAIL PROTECTED]> wrote: > Stephen Willson wrote: > > I have installed the latest Apache and PHP Packages. I can get > > Apache working, but nothing is standing out as to why I can't get > > the PHP package to

RE: Perl Script in Apache

2007-05-07 Thread Jack Stone
From: White Hat <[EMAIL PROTECTED]> To: FreeBSD Users Questions Subject: Perl Script in Apache Date: Sat, 5 May 2007 12:17:39 -0700 (PDT) I tried to get an answer to this on the Apache forum, but unfortunately, I was not successful. Running Apache on a FreeBSD-6.2 machine, I am attempt

Php5 port and Apache Module

2007-06-09 Thread Christopher Hilton
I can see that if I build the php5 port it defaults to CLI and CGI mode but the Apache module is not built. Am I wrong when I assume that the Apache Module will have the best performance? I guess that I'd just like to understand the engineering decisions behind the default in the p

Re: apache deining robots.txt 404

2007-06-14 Thread Karol Kwiatkowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob wrote: > I just moved FBSD 6.2 / apache-1.3.37.1 into production. > In the httpd-access,log I see all the search engines requests for robots.txt > getting a 404 code. > > The previous production world was FBSD 6.0 /apache-1.3.3

stopping "connect" attacks in apache

2007-06-15 Thread Bob
Every time my apache server slows down or has denial of service the access log is full this 61.228.122.220 - "CONNECT 66.196.97.250:25 HTTP/1.0" 200 7034 "-" "-" 61.228.122.220 - "CONNECT 216.39.53.3:25 HTTP/1.0" 200 7034 "-" "-"

Help getting apache 22 working

2007-06-27 Thread Andrew Falanga
Hi, I've installed apache 22 on my churches web server and am having some difficulty getting it working. I've figured out that I need something call accept filters accept_filter(9) for this as the server was complaining about a missing file named "httpready" (or something

Re: Horrible: Apache corrupting files?

2006-04-25 Thread Ben Paley
On Friday 21 April 2006 00:31, Alex de Kruijff wrote: > On Thu, Apr 20, 2006 at 10:17:47AM +, Ben Paley wrote: > > Hello, > > > > I have Apache 2 running on FreeBSD 6.1-PRERELEASE on a laptop on a small > > office lan. Whenever one of the other machines (mostly Macs

Re: Horrible: Apache corrupting files?

2006-04-25 Thread Ben Paley
On Tuesday 25 April 2006 17:19, Dominique Goncalves wrote: > What version of apache are you using? apache-2.0.55_4 > I've already see corruption file when I was tried to share xml podcast > between my FreeBSD 6.1 and Sony PSP, with Apache 2.2.0 > > $ ls -l test.xml >

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Dominique Goncalves
On 4/26/06, Ben Paley <[EMAIL PROTECTED]> wrote: > On Tuesday 25 April 2006 17:19, Dominique Goncalves wrote: > > > What version of apache are you using? > > apache-2.0.55_4 > > > I've already see corruption file when I was tried to share xml podcast > &g

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Igor Robul
On Tue, Apr 25, 2006 at 10:51:03PM +, Ben Paley wrote: > > before download > > $ md5 test.xml > > MD5 (test.xml) = 25ed4336e8906e64bd05ebea990d29a0 > > > > after download > > $ md5 test.xml > > MD5 (test.xml) = ef0918bc4f7aa323eb6c41768092488e > > > > And after each access the MD5sum change ...

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Thomas Ludwig
> If the problem is Apache, though, it doesn't explain the other problems I've > been having, like the corrupted ftp uploads. Perhaps they are unrelated? Or > perhaps Apache is not the problem? I recommend checking your hardware. I had a similar problem with huge files, al

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Ben Paley
On Wednesday 26 April 2006 09:46, Thomas Ludwig wrote: > > If the problem is Apache, though, it doesn't explain the other problems > > I've been having, like the corrupted ftp uploads. Perhaps they are > > unrelated? Or perhaps Apache is not the problem? > > I re

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Nick Withers
On Wed, 26 Apr 2006 10:08:58 + Ben Paley <[EMAIL PROTECTED]> wrote: > Could anyone give me a hint as to how to get started checking the hardware? > It's a Dell Inspiron 6000 laptop. I really don't have the foggiest idea what > to look for or what to check - I've never had any problems with i

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Ben Paley
On Wednesday 26 April 2006 10:24, Nick Withers wrote: > On Wed, 26 Apr 2006 10:08:58 + > > Ben Paley <[EMAIL PROTECTED]> wrote: > > Could anyone give me a hint as to how to get started checking the > > hardware? It's a Dell Inspiron 6000 laptop. I really don't have the > > foggiest idea what to

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Nick Withers
On Wed, 26 Apr 2006 13:10:26 + Ben Paley <[EMAIL PROTECTED]> wrote: > On Wednesday 26 April 2006 10:24, Nick Withers wrote: > > On Wed, 26 Apr 2006 10:08:58 + > > > > Ben Paley <[EMAIL PROTECTED]> wrote: > > > Could anyone give me a hint as to how to get started checking the > > > hardware

Re: Horrible: Apache corrupting files?

2006-04-26 Thread Bill Moran
On Wed, 26 Apr 2006 13:10:26 + Ben Paley <[EMAIL PROTECTED]> wrote: > On Wednesday 26 April 2006 10:24, Nick Withers wrote: > > On Wed, 26 Apr 2006 10:08:58 + > > > > Ben Paley <[EMAIL PROTECTED]> wrote: > > > Could anyone give me a hint as to how to get started checking the > > > hardware

Re: Horrible: Apache corrupting files?

2006-04-26 Thread hernan
>Please, check your RAM. I had similar problem with changing MD5 on PC with bad RAM. I had a similar problem that drove me crazy for a long while. It all made sense when I opened up the box and saw that the CPU fan was stopped. Luckily, there was no permanent damage to the CPU and replacing the

Re: Horrible: Apache corrupting files?

2006-04-28 Thread Ben Paley
On Wednesday 26 April 2006 13:22, Bill Moran wrote: > memtest86 is also available as a bootable CD. So it is > How long did you run it for? I don't trust the results unless I let > it run for at least 8 hours. _Any_ errors are bad, especially on a > server. The bootable versions (CD or floppy

Re: Horrible: Apache corrupting files?

2006-04-28 Thread Alex Zbyslaw
Ben Paley wrote: so I'm provisionally eliminating memory failure as the cause of my file corruption. Any idea where I go from here? That file really does change. Could it be a hard disk problem on the exact spot where this file is? is fsck my friend in this instance? I'll go and rtfm right n

Re: Apache 2.2 showing version

2006-04-29 Thread Jonathan Horne
| Minimal | Major | Prod # where Full conveys the most information, and Prod the least. # ServerTokens Full cheers, jonathan On Saturday 29 April 2006 12:16, Aguiar Magalhaes wrote: > Hi, > > When the Apache 2.2 shows the forbidden pages and > others, It shows the version of apache, p

Re: Apache 2.2 showing version

2006-04-29 Thread Kevin Kinsey
Aguiar Magalhaes wrote: Hi, When the Apache 2.2 shows the forbidden pages and others, It shows the version of apache, php, ssl, etc. It's dangerous.. Please, how can I fix it ? Thanks, Aguiar Look for the "ServerSignature" directive in httpd.conf. Be sure and resta

Re: Apache 2.2 showing version

2006-04-29 Thread Kevin Kinsey
Full | OS | Minor | Minimal | Major | Prod # where Full conveys the most information, and Prod the least. # ServerTokens Full cheers, jonathan Oops --- foot in mouth disease here, methinks. I was looking at a box with Apache 1.3.X ... Sorry, Aguiar :o KDK -- FORTUNE'S FUN FACTS T

Re: Apache 2.2 showing version

2006-04-29 Thread Jonathan Horne
no KDK, you were not incorrect. in fact, my answer should have included your information, and your answer should have included mine (ie, we were both a little short). the fact is, that both items should be considered when taming down that particular info that apache displays. ServerTokens

apache not starting: FreeBSd 5.4

2006-04-30 Thread dharam paul
68.1.14:80 (This line commented or uncommented does not alter the error: Error remains : /usr/local/sbin/apachectl start: httpd could not be started I am going to use apache for the local intranet. It looks as if the host name "[EMAIL PROTECTED]" has to be changed. Please help solve the prob

Re: Horrible: Apache corrupting files?

2006-05-01 Thread Ben Paley
On Friday 28 April 2006 10:25, Alex Zbyslaw wrote: > > Try sysutils/smartmontools or a disk checker from the disk > manufacturer. Most provide one. smartmontools seems to confirm there's nothing wrong with the disk: smartctl version 5.33 [i386-portbl

Re: Horrible: Apache corrupting files?

2006-05-01 Thread Ben Paley
On Monday 01 May 2006 12:28, Nick Withers wrote: > Understandably, too. Other files are served fine, to your > knowledge? I think something a little like it has happened before - but I was in a real rush to meet a deadline and didn't have time to take notice of the circumstances. At the moment

Re: Horrible: Apache corrupting files?

2006-05-01 Thread Alex Zbyslaw
chine with identical apache setup? If that serves them OK then it shouldn't be apache. That's all I can think of, besides *possibly* there is either some fault on the disk controller or perhaps the FreeBSD driver. You could try upgrading to some newer FreeBSD if there is one but that'

Re: Horrible: Apache corrupting files?

2006-05-01 Thread Alex de Kruijff
On Tue, Apr 25, 2006 at 03:41:18PM +, Ben Paley wrote: > On Friday 21 April 2006 00:31, Alex de Kruijff wrote: > > On Thu, Apr 20, 2006 at 10:17:47AM +, Ben Paley wrote: > > > Hello, > > > > > > I have Apache 2 running on FreeBSD 6.1-PRERELEASE on

php5 and mod_php5 for apache?

2006-05-11 Thread Jonathan Horne
reinstalled as 6.0-RELEASE, and cvsup'd to 6.1-RC (about 1 week or so before 6.1-RELEASE came out). from ports, i installed apache 2.0 just fine, then php5 and php5-extensions, the same way i always do. i even have my own documentation for the exact order i compile each port on

apache runs with 8 processes.

2006-05-13 Thread justin
Hello, My problem is apacheruns with 7 processes and none of them is working well. It started yesterday when i installed PHP/5.1.4, everything looked fine exept for all these processes. root 2955 0.0 4.3 7932 5300 ?? Ss1:43PM 0:00.70 /usr/local/sbin/httpd www 2956 0.0

Loading php5 and apache 1.3

2006-05-16 Thread Ron Clark
Hello all, Two weeks ago I buid a FreeBSD 5.x b= ox for work and load apache 1.3 and php5 with no issues. A week later, I tr= y and build another server for the house and I am having all kinds of isues= with php. I understand the ports have changed and libphp5.so is no longer

Re: limiting apache thru login.conf ?

2006-06-02 Thread Charlie Root
Frank Bonnet <[EMAIL PROTECTED]> writes: > I'm in troubles with a webmail using apache ( squirrelmail ) > that seems to eat a lot of ressources of the machine then > really slowing it down. > > Does anyone has tried to limit ressources "eaten" by apache >

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

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 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

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-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

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 > >

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

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

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: 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 serve

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 > > correctl

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] Inva

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]> wrot

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

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

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

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

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 "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : W

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 "-

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: 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

Re: apache mod_ssl chroot problem

2007-10-17 Thread Daniel Bye
On Wed, Oct 17, 2007 at 08:46:01PM +0700, Muhammad Reza wrote: > Dear List. > > I have problem running apache in chroot mode with ssl enable. > Apache in chroot mode running fine without ssl enable, but when i try to > start with mod_ssl enable, error occured with this messag

Re: apache mod_ssl chroot problem

2007-10-17 Thread James
> Server beastie.mra.co.id:443 (RSA) > Enter pass phrase:Apache:mod_ssl:Error: Private key not found. > **Stopped Isn't the private key the one on the local machine? If so, is the private key visible with the chroot environment? ___ freebsd-questions@

Re: apache mod_ssl chroot problem

2007-10-17 Thread Muhammad Reza
On Wed, 2007-10-17 at 08:29 -0600, James wrote: > > > Server beastie.mra.co.id:443 (RSA) > > Enter pass phrase:Apache:mod_ssl:Error: Private key not found. > > **Stopped > > > Isn't the private key the one on the local machine? If so, is the > private key visible with the chroot environment? > _

Re: apache mod_ssl chroot problem

2007-10-17 Thread Beastie
On Wed, 2007-10-17 at 13:38 +0100, Daniel Bye wrote: > On Wed, Oct 17, 2007 at 08:46:01PM +0700, Muhammad Reza wrote: > > Dear List. > > > > I have problem running apache in chroot mode with ssl enable. > > Apache in chroot mode running fine without ssl enable, but w

apache port knobs - WITH_APACHE2 deprecated?

2007-11-15 Thread Jonathan McKeown
This is (I hope) a quick and easy question. I want to ensure that any ports which depend on Apache will depend on 2.0 rather than try to bring in 1.3. I used to do this by putting WITH_APACHE2 in /etc/make.conf. bsd.apache.mk says WITH_APACHE2 is deprecated. What is it deprecated in favour of

ataidle - causing apache & cvs timeouts

2007-11-28 Thread Steve Franks
I'm running ataidle on my personal server to save electricity. However, every time it has to spin up a drive whatever I'm accessing (apache, cvs, etc) gives an error instead of waiting for the disk. If I then access it again after a couple seconds once the disk is active it works fine.

apache virtual directories / VirtualHost overlap

2008-01-09 Thread zbigniew szalbot
, when I restart apache, I get: [Wed Jan 09 16:59:34 2008] [warn] _default_ VirtualHost overlap on port 80, the first has precedence What do I need to change to make it right? Many thanks! Zbigniew Szalbot ___ freebsd-questions@freebsd.org mailing list

Re: Help me configure Apache

2009-10-25 Thread Polytropon
rs. > Then I installed Apache 1.3. By command telnet localhost 80 I saw on the > computer screen index.html, which I created myself and placed in > DocumentRoot. > Unfortunately, the Internet browser does not display this page > http://93.81.252.152 > Show you how I configure

Re: Help me configure Apache

2009-10-25 Thread adrienfirst
Антон Андреевский a écrit : Good day! I have a home network consisting of two computers. Computers through a router connected to the Internet providers. There is a static IP address (93.81.252.152). Now I installed FreeBSD on one of the computers. Then I installed Apache 1.3. By command

Re: Help me configure Apache

2009-10-25 Thread festin
52). > Now I installed FreeBSD on one of the computers. > Then I installed Apache 1.3. By command telnet localhost 80 I saw on the > computer screen index.html, which I created myself and placed in > DocumentRoot. > Unfortunately, the Internet browser does not display this page > http://

APACHE/PHP/MYSQL Password Hash

2009-10-29 Thread Monty Pyth
I have inherited a website to work on that users authenticate to using a login and password from a login page. The server is FreeBSD 6.2 running APACHE/PHP/MYSQL. There is a MYSQL table that maintains all of the users. The table has a users name and password. The password is hashed and some

Apache 2.0.61 and SSL start

2007-09-09 Thread Tim Kellers
I portupgraded my apache 2.0.59 to 61 today with no errors, but on restart, SSL wasn't loaded. /usr/local/etc/rc.d/apache2 start starts the server (I have apache2enable="YES" in /etc/rc.conf), but ssl isn't loaded. apachectl -k start -DSSL prompts me for my sslcert pas

getaddrinfo() failed in Apache 2.2

2008-08-13 Thread Tamouh H.
Hi, I'm working on a problem with Apache 2.2 + PHP on FreeBSD 6.1 x86 Recently, we've upgraded from Apache 1.3 to v2.2 , and since then PHP is unable to resolve hostnames unless they're specified in /etc/hosts . The error we'd get would be: php_network_getaddresses

Re: Segmentation fault & Apache-2.2.9

2008-09-03 Thread Michael Powell
t: generating secret for digest > [authentication ... Wed Sep 03 06:59:31 2008] [notice] Digest: done > [Wed Sep 03 06:59:32 2008] [notice] Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 > [OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.6 with Suhosin-Patch configured -- > [resuming normal operations Wed Sep 03 08:28:11 2

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