Re: Apache not building its own modules (e.g. mod_alias)

2006-05-30 Thread David Landgren
wrong here. I'm trying to build Apache 2.0 with the following: cd /usr/ports/www/apache20 make PREFIX=/home/apache20 \ APR_UTIL_WITH_BERKELEY_DB=yes \ APR_UTIL_WITH_LDAP=yes \ WITH_MODULES=access alias auth auth_ldap headers info ldap mime proxy proxy_connect proxy_http rewrite status ssl

Newsyslog problem using Apache 2.2.x

2006-05-29 Thread Pelle Andersson
Hi List! Doesn't know if this is a FreeBSD error or a Apache error. Im using FreeBSD 4.10 PatchLevel #23. For a number of days ago i was sucessfully upgrading Apache from 2.0.x series to 2.2.x series. Everything worked perfekt except newsyslog. Im using the following in newsyslog.conf (worked

Re: Newsyslog problem using Apache 2.2.x

2006-05-29 Thread Garance A Drosihn
At 8:22 AM +0200 5/29/06, Pelle Andersson wrote: A number of days ago I sucessfully upgraded Apache from 2.0.x series to 2.2.x series. Everything worked perfekt except newsyslog. I'm using the following in newsyslog.conf (worked perfect in Apache 2.0.x): /var/log/apache/*.log root:wheel 640 7

Re: can't start apache 1.3 inside jail

2006-05-25 Thread Andy Greenwood
Doh! it was a DNS issue. Put an entry for my jail in the /etc/hosts file in both the host and jail and it works like a charm. Thanks for the help. Sorry I'm such a noob and thanks for the help! On 5/25/06, Cheng-Lung Sung [EMAIL PROTECTED] wrote: Have you checked log file? On Wed, May 24, 2006

can't start apache 1.3 inside jail

2006-05-24 Thread Andy Greenwood
(0x19d) close(3) = 0 (0x0) lstat(/usr/local/etc/apache/httpd.conf,0xbfbfe790) = 0 (0x0) open(/usr/local/etc/apache/httpd.conf,0x0,0666) = 3 (0x3) fstat(3,0xbfbfe780) = 0 (0x0) fstat(3,0xbfbfc6a0) = 0 (0x0

Re: can't start apache 1.3 inside jail

2006-05-24 Thread Cheng-Lung Sung
Have you checked log file? On Wed, May 24, 2006 at 01:53:35PM -0400, Andy Greenwood wrote: I've built and installed apache13 from ports in my jail, but apachectl start just gives me [EMAIL PROTECTED] ~]# apachectl start /usr/local/sbin/apachectl start: httpd could not be started and httpd

Re: webalizer and apache

2006-05-22 Thread Mathias Menzel-Nielsen
Dave wrote: Hello, I'm trying to get apache2 and webalizer to work together. So far all i'm getting in my output is Can not parse oversized line from webalizer. I'm assuming i don't have an apache log format set correctly, i've got combined format set in both apache and webalizer. I

upgrading to apache 2.2

2006-05-20 Thread dick hoogendijk
I have a working configuration with apache-1.3.x, php4, mySQL As I understand apache-1.3.x is a bit old, so I want to change this config to a working apache-2.2.x + mySQL + php4 Can anybody give me some advice in how to do his? Do I remove all packages first and do a reinstall afterwards? If yes

apache not working

2006-05-20 Thread Imran Imtiaz
My apache server is giving me the following error today when i tried to start it as it will working fine a few days ago but after my system had an improper shutdown then apache start giving me the following error kindly help in this matter. [EMAIL PROTECTED] squid]# apachectl start /libexec/ld

Re: apache not working

2006-05-20 Thread Derek Ragona
You must have upgraded and didn't build the compatibility libs or deleted them as part of the upgrade. Add the compatibility statements to /etc/make.conf and rebuild and reinstall the world. -Derek At 08:14 AM 5/20/2006, Imran Imtiaz wrote: My apache server is giving me

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: Loading php5 and apache 1.3

2006-05-16 Thread fbsd
I am fighting that same battle my self on a 6.1 system. I use the packages to do this. apache, php5, mysql5 Have no problem with the mysql5 part. I reported the default had changed for php5 port not to include the apache module on last Thursday. Today it looks like the port default has been

apache re-write?

2006-05-16 Thread Gary Kline
something is not configured correctly. It looks as tho my apache httpd.conf is set. I've been going back and forth with this for a few days. Any ideas?? I'm running apache-1.3. thanks much, gary -- Gary Kline [EMAIL PROTECTED] www.thought.org

Re: apache re-write?

2006-05-16 Thread Kevin Kinsey
wall. So something is not configured correctly. It looks as tho my apache httpd.conf is set. I've been going back and forth with this for a few days. Any ideas?? I'm running apache-1.3. thanks much, gary Show us the relevant config stuff? KDK -- A musician

Re: apache re-write?

2006-05-16 Thread Gary Kline
at http://sage.thought.org/jwchat/ hits my 404.html wall. So something is not configured correctly. It looks as tho my apache httpd.conf is set. I've been going back and forth with this for a few days. Any ideas?? I'm running apache-1.3. thanks much, gary

Re: Bug in Apache 1.3.35 ... or something changed ... ?

2006-05-13 Thread dick hoogendijk
On 12 May Jeremy Chadwick wrote: * Upgrade to 2.0 or 2.2 (recommended unless you use Apache modules which don't support it) That is exactly what I will do soon. I know there will be a needed rewrite of the apache.conf but also would like to know if there exists an easy way to make this change

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

RE: apache runs with 8 processes.

2006-05-13 Thread fbsd
Those tasks are started by the statements you have in httpd-conf. It's normal. If you have light apache server usage you can limit the number of default tasks by making changes in httpd-conf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of justin Sent

Re: libphp5.so not compiling for apache (was hello)

2006-05-12 Thread Jonathan Horne
I `ve got a question about installing the php5 module. I`m installing it from the /usr/ports/www/php5-session port. Everything runs ok and it seems like the module is installed. There is only one problem, in the httpd.conf there is a LoadModule php5_module refering to libexec/apache/libphp5

Re: libphp5.so not compiling for apache (was hello)

2006-05-12 Thread Matthew Seaman
to libexec/apache/libphp5.so. The library libphp5.so is not made by the install and so my appache will not start with the php5 enabled. What is wrong and what can i do to let the install make the libphp5.so. Ok thanks in advance, Justin. i was having the same issue yesterday. take a look

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 every

Re: php5 and mod_php5 for apache?

2006-05-11 Thread Jonathan Horne
called a skill *wink*) my production system, was recently 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

Re: php5 and mod_php5 for apache?

2006-05-11 Thread Richard Collyer
Jonathan Horne wrote: well, i guess i figured it out. Makefile is not the same as previous versions. OPTIONS=APACHE Build Apache module off i changed it to on, and restarted my compile. im kind of curious if this is something that was intended, or did it slip through release

Re: php5 and mod_php5 for apache?

2006-05-11 Thread Jonathan Horne
On Thursday 11 May 2006 09:55, Richard Collyer wrote: Jonathan Horne wrote: well, i guess i figured it out. Makefile is not the same as previous versions. OPTIONS=APACHE Build Apache module off i changed it to on, and restarted my compile. im kind of curious

Runaway Apache

2006-05-04 Thread Linda
Hello, Can you tell me if anything was ever figured out with this thread? http://lists.freebsd.org/pipermail/freebsd-questions/2004-December/068462.ht ml I have a freebsd machine that is running apache version 1.3.33 and I am getting thousands of the message httpd in free(): warning

Re: apache not starting: FreeBSd 5.4

2006-05-02 Thread dharam paul
It seems to be a pure problem of hostname. I have now given the hostname 'cathy.alfa.net' in my '/etc/hosts' and '/etc/rc.conf' file. The contens os both the files are as under: Here 192.168.1.14 is the ip of the machine running apache. The output of /etc/rc.conf file is confusing me because

RESOLVED: apache not starting: FreeBSd 5.4

2006-05-02 Thread dharam paul
, regards --- dharam paul [EMAIL PROTECTED] wrote: It seems to be a pure problem of hostname. I have now given the hostname 'cathy.alfa.net' in my '/etc/hosts' and '/etc/rc.conf' file. The contens os both the files are as under: Here 192.168.1.14 is the ip of the machine running apache

apache error

2006-05-02 Thread dharam paul
Running the command 'apachectl status'produces the following gerror: Not Found The requested URL /server-status was not found on this server. _ Apache/2.0.55 (FreeBSD) Server at localhost Port

Re: apache error

2006-05-02 Thread Richard Collyer
J.D. Bronson wrote: 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/2006

Re: apache error

2006-05-02 Thread Kevin Kinsey
dharam paul wrote: Running the command 'apachectl status'produces the following gerror: Not Found The requested URL /server-status was not found on this server. _ Apache/2.0.55 (FreeBSD

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

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
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's quite drastic and might

Re: apache not starting: FreeBSd 5.4

2006-05-01 Thread dharam paul
Yes, it is. But the machine is meant only for local intranet. Am I wrng to give this name? Regards dp --- Chad Brown [EMAIL PROTECTED] wrote: Mon May 1 00:48:28 2006] [alert] mod_unique_id: unable to gethostbyname([EMAIL PROTECTED]) is your hostname really [EMAIL PROTECTED]? type

Re: apache not starting: FreeBSd 5.4

2006-05-01 Thread Alex Zbyslaw
--- Chad Brown [EMAIL PROTECTED] wrote: Mon May 1 00:48:28 2006] [alert] mod_unique_id: unable to gethostbyname([EMAIL PROTECTED]) is your hostname really [EMAIL PROTECTED]? type hostname in a shell. dharam paul wrote: Yes, it is. But the machine is meant only for

RE: apache not starting: FreeBSd 5.4

2006-05-01 Thread fbsd
: apache not starting: FreeBSd 5.4 Yes, it is. But the machine is meant only for local intranet. Am I wrng to give this name? Regards dp --- Chad Brown [EMAIL PROTECTED] wrote: Mon May 1 00:48:28 2006] [alert] mod_unique_id: unable to gethostbyname([EMAIL PROTECTED]) is your hostname really

Re: apache not starting: FreeBSd 5.4

2006-05-01 Thread robert
On Mon, 2006-05-01 at 15:14 +0100, dharam paul wrote: Yes, it is. But the machine is meant only for local intranet. Am I wrng to give this name? Regards dp --- Chad Brown [EMAIL PROTECTED] wrote: Mon May 1 00:48:28 2006] [alert] mod_unique_id: unable to gethostbyname([EMAIL

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 a laptop on a small office lan. Whenever one

apache not starting: FreeBSd 5.4

2006-04-30 Thread dharam paul
(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 problem Thanks n regards

RE: apache not starting: FreeBSd 5.4

2006-04-30 Thread fbsd
[EMAIL PROTECTED] is a email address not a web server name. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of dharam paul Sent: Sunday, April 30, 2006 11:50 AM To: freebsd Subject: apache not starting: FreeBSd 5.4 This is a n00b here, #apachectl configtest

Re: apache not starting: FreeBSd 5.4

2006-04-30 Thread Chad Brown
Mon May 1 00:48:28 2006] [alert] mod_unique_id: unable to gethostbyname([EMAIL PROTECTED]) is your hostname really [EMAIL PROTECTED]? type hostname in a shell. ___ freebsd-questions@freebsd.org mailing list

Apache 2.2 showing version

2006-04-29 Thread Aguiar Magalhaes
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 ___ Abra sua conta no Yahoo! Mail: 1GB de espaço

Re: Apache 2.2 showing version

2006-04-29 Thread Jonathan Horne
| 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, php, ssl, etc. It's dangerous

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 restart Apache after

Re: Apache 2.2 showing version

2006-04-29 Thread Kevin Kinsey
| 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 TO KNOW AND TELL

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

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

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 between my FreeBSD 6.1 and Sony PSP, with Apache 2.2.0

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 ... This sounds

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, although unrelated

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 recommend checking your hardware. I had

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 it

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

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? It's a Dell

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? It's a Dell

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-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) makes a request for a certain

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 -r--r--r-- 1 dom dom 5725 Mar

Apache 2.2 port with OpenLDAP 2.3.20

2006-04-24 Thread Robert Fitzpatrick
Trying to install Apache 2.2 via the ports collection and get this make error where the port is trying to install OpenLDAP 2.2 and conflicting with my already installed v2.3... esmtp# make === apache-2.2.0_7 depends on executable: python - found === apache-2.2.0_7 depends on file: /usr/local

Re: Apache 2.2 port with OpenLDAP 2.3.20

2006-04-24 Thread Joerg Pulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 24 Apr 2006, Robert Fitzpatrick wrote: Trying to install Apache 2.2 via the ports collection and get this make error where the port is trying to install OpenLDAP 2.2 and conflicting with my already installed v2.3... esmtp# make

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

Re: Apache port included dso modules

2006-04-22 Thread Andrew Pantyukhin
On 4/22/06, fbsd [EMAIL PROTECTED] wrote: 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

which apache-version ?

2006-04-22 Thread albi
from the ports : apache20 or apache21 or apache22 which one is the stable one ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: which apache-version ?

2006-04-22 Thread Kevin Kinsey
albi wrote: from the ports : apache20 or apache21 or apache22 which one is the stable one ? I'm just guessing, but probably you could get an answer at apache.org. Kevin Kinsey -- No skis take rocks like rental skis! ___

Horrible: Apache corrupting files?

2006-04-20 Thread Ben Paley
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 succesfully but the file itself is absolutely scrambled beyond recognition

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 succesfully but the file

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

/usr/ports/www/p5-Apache-MP3

2006-04-13 Thread Shawn Guillemette
Hello all, I installed p5-Apache-MP3 after reading about it and wanting to try it out and seem to have run in to a snag.. I installed the port with out any issues and now that it is installed Im looking for a read me or a link of some sort that might point in the direction

Re: /usr/ports/www/p5-Apache-MP3

2006-04-13 Thread Andy Greenwood
] Sent: Thursday, April 13, 2006 12:42 PM To: Shawn Guillemette Subject: Re: /usr/ports/www/p5-Apache-MP3 Have you tried http://search.cpan.org/~lds/Apache-MP3-3.05/MP3.pm On 4/13/06, Shawn Guillemette [EMAIL PROTECTED] wrote: Hello all, I installed p5-Apache-MP3 after reading

Re: Apache refusing to listen 81

2006-04-09 Thread Daniel A.
On 4/8/06, Adam McCarthy [EMAIL PROTECTED] wrote: 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

Re: Apache refusing to listen 81

2006-04-09 Thread Adam McCarthy
On 4/9/06, Daniel A. [EMAIL PROTECTED] wrote: On 4/8/06, Adam McCarthy [EMAIL PROTECTED] wrote: 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

RE: Apache refusing to listen 81

2006-04-09 Thread fbsd_user
I don't know where you got Listen *:80 Listen *:81 from. My working system uses Listen 8080 just fine. In the FreeBSD port of apache the http.conf file has the Listen statement in a few different places. You want the one closes to the beginning of the file. On 4/9/06, Daniel A. [EMAIL

Re: Apache refusing to listen 81

2006-04-09 Thread Adam McCarthy
Oh crap, it is supposed to be set like that, I must have been thinking of squid. On 4/9/06, fbsd_user [EMAIL PROTECTED] wrote: I don't know where you got Listen *:80 Listen *:81 from. My working system uses Listen 8080 just fine. In the FreeBSD port of apache the http.conf file has

Re: Apache refusing to listen 81

2006-04-09 Thread Adam McCarthy
: I don't know where you got Listen *:80 Listen *:81 from. My working system uses Listen 8080 just fine. In the FreeBSD port of apache the http.conf file has the Listen statement in a few different places. You want the one closes to the beginning of the file. On 4/9/06

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

Re: Apache refusing to listen 81

2006-04-08 Thread Andrew Reitz
On Apr 8, 2006, at 11:18 AM, Adam McCarthy wrote: 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

Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-03 Thread Riemer Palstra
On Sun, Apr 02, 2006 at 03:56:27PM -0700, Andrew Reitz wrote: Can anyone supply any hints as to how I can get more debugging information (I don't see any core files anywhere), and/or how I can fix this problem? In /usr/local/etc/php/extensions.ini, try enabling/disabling modules, whilst

Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-03 Thread Riemer Palstra
On Sun, Apr 02, 2006 at 08:02:12PM -0400, RJ wrote: When I have setup a server I use php4-4.4.2_1, mysql-server-4.1.18_2, php4-extensions-1.0 and apache. And when you tell the php4-extensions configuration screen that you want MySQL support, by checking the knob, it installs php4-mysql

FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-02 Thread Andrew Reitz
Hello, I am a long time FreeBSD user of FreeBSD 4.x and Apache 1.3.x. I have decided to get with the times, and upgrade to FreeBSD 6 and Apache2. So far, my experience with FreeBSD 6 has been great, but I appear to have bumped into a problem with running Apache 2 and php4 together

Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-02 Thread RJ
Something doesn't seem right with those ports. When I have setup a server I use php4-4.4.2_1, mysql-server-4.1.18_2, php4-extensions-1.0 and apache. I think php4-4.4.2_1 and php4-mysql-4.4.2_1 will cause a conflict. Some correct me if I'm wrong on this. - Original Message

Fw: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-02 Thread RJ
- Original Message - From: RJ [EMAIL PROTECTED] To: Andrew Reitz [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Sunday, April 02, 2006 8:02 PM Subject: Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault Something doesn't seem right with those ports. When I

Re: FreeBSD 6-STABLE: Apache 2.2 and php 4.4 segmentation fault

2006-04-02 Thread Andrew Reitz
On Apr 2, 2006, at 5:02 PM, RJ wrote: Something doesn't seem right with those ports. When I have setup a server I use php4-4.4.2_1, mysql- server-4.1.18_2, php4-extensions-1.0 and apache. I think php4-4.4.2_1 and php4-mysql-4.4.2_1 will cause a conflict. Some correct me if I'm

Apache Httpd - Access error

2006-03-31 Thread Rodrigo G. Tavares de Souza
Hi, I'm getting a strange error when I try a direct access to a folder in the server. If I simple type the machine address in the browser, it works Ex: http://200.153.0.100 [it works] But, if I type the address with the folder/file name, it doesn't work. The address is translated

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

2006-03-29 Thread Darryl Hoar
Greetings, I have a Freebsd 6.0-Release system that I just installed. I have installed Apache 1.3.33 from the ports system. I can see the index.html file when I point my browser to the server. What I can't do is : browse to : http://server/cgi-bin/cscripts/myscript.cgi I get a 404 Not found

Re: Apache config question

2006-03-29 Thread Nathan Vidican
Darryl Hoar wrote: Greetings, I have a Freebsd 6.0-Release system that I just installed. I have installed Apache 1.3.33 from the ports system. I can see the index.html file when I point my browser to the server. What I can't do is : browse to : http://server/cgi-bin/cscripts/myscript.cgi I

Re: Apache config question

2006-03-29 Thread Greg Barniskis
Darryl Hoar wrote: Greetings, I have a Freebsd 6.0-Release system that I just installed. I have installed Apache 1.3.33 from the ports system. I can see the index.html file when I point my browser to the server. What I can't do is : browse to : http://server/cgi-bin/cscripts/myscript.cgi I

RE: Apache config question

2006-03-29 Thread Darryl Hoar
/cgi-bin/cscript/myscript.cgi Sorry for the wasted bandwidth. Must find more coffee. -Original Message- From: Philip Hallstrom [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 10:23 AM To: Darryl Hoar Cc: freebsd-questions@freebsd.org Subject: Re: Apache config question Greetings

monitoring apache log files real-time

2006-03-23 Thread Noah
Hi there, No response on the apache list. I hoping there is some good knowledge that can be gathered from this list. I have apache-1.3.34 on FreeBSD running with about 50 virtual hosts. I am wanting to monitor how much each site is using bandwidth and even better have real time monitoring so

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

Re: Apache ssl startup

2006-03-22 Thread Rajarajan Rajamani
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 http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
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_MODULES apache Yes ssl is fully working. I just have to start it manually. I need to find how to start

Re: Apache ssl startup

2006-03-22 Thread Robert Huff
/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 arguements, apache starts. Have I misunderstood? And what

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
: 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 ... 3) when you run /usr/local/sbin/httpd arguements, apache starts. Have I

Re: Apache ssl startup

2006-03-22 Thread Paul Schmehl
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 apache13 w/ mod_ssl, which works just fine for me

Re: Apache ssl startup

2006-03-22 Thread Robert Huff
-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 Huff ___ freebsd-questions@freebsd.org mailing

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
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=YES and apache _with ssl_ starts correctly at boot. Thanks, I'll try it with both in rc.conf Beech

RE: Apache ssl startup

2006-03-22 Thread Andras Kende
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Beech Rintoul Sent: Wednesday, March 22, 2006 8:57 AM To: freebsd-questions@freebsd.org Subject: Apache ssl startup I'm trying to get apache2 to start at boot in ssl mode. After reading through the rc.d

Re: Apache ssl startup

2006-03-22 Thread Beech Rintoul
On Wednesday 22 March 2006 19:50, Andras Kende wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Beech Rintoul Sent: Wednesday, March 22, 2006 8:57 AM To: freebsd-questions@freebsd.org Subject: Apache ssl startup I'm trying to get apache2

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